1. 03 Aug, 2011 1 commit
  2. 14 Jul, 2011 1 commit
  3. 13 Jul, 2011 1 commit
  4. 02 Jul, 2011 1 commit
    • Brian Muramatsu's avatar
      Fix Coverage Report Rules · 50f888e7
      Brian Muramatsu authored
      Both coverage report rules were using the same TEST_APKS
      variable so the two reports ended up using pretty much
      the same APKs.
      
      Change-Id: Ic2e1972f0714ebbb1830ee93253d450dd47e5760
      50f888e7
  5. 11 Apr, 2011 1 commit
    • Brian Muramatsu's avatar
      Convert current.txt to XML for CtsApiCoverage Tool · 61bd88ca
      Brian Muramatsu authored
      Bug 4268576
      
      This didn't break the build, because its only built as part
      of the dist target and master does not have a CTS build yet.
      Fix variables to be lower case when possible.
      I'll ask for one after I check this in!
      
      Change-Id: I0c2c96db3563630bc1f700911935eea60bfe99a7
      61bd88ca
  6. 06 Dec, 2010 1 commit
    • Brian Muramatsu's avatar
      Change CTS Report Output Directory · ad5bcd38
      Brian Muramatsu authored
      Move the report into a separate directory, because the main CTS rule
      was deleting the "cts" directory causing issues where the report got
      deleted after it was done.
      
      Change-Id: I8ade6e5d0bdce50285cde4dff572f6263d103dac
      ad5bcd38
  7. 03 Dec, 2010 1 commit
    • Brian Muramatsu's avatar
      More CTS Coverage Build Improvements · 16fdad8c
      Brian Muramatsu authored
      Bug 3245588
      
      The build server couldn't display the XML report with the XSL
      transformation. Thus, when you clicked on the XML file, you
      would just see the raw XML which wasn't very useful. So make
      the report generator output a single HTML file by transforming
      the XML into HTML in code.
      
      Change-Id: Ie8b585551e4150f360a6622b3c6f7298ebd0a1e8
      16fdad8c
  8. 02 Dec, 2010 2 commits
  9. 22 Nov, 2010 1 commit
    • Brian Muramatsu's avatar
      CTS API Surface Coverage Tool · 2f8eead2
      Brian Muramatsu authored
      Adds a few make rules to generate coverage reports that use
      dexdeps to see what methods from the API are directly
      called from the tests rather than using the usual approach
      of using EMMA.
      
          make cts-test-coverage
      
      This rule will generate coverage of the API from the test
      cases in CtsTestCaseList's CTS_COVERAGE_TEST_CASE_LIST list.
      
          make cts-verifier-coverage
      
      This rule will generate coverage by the CtsVerifier.
      
      Change-Id: I28c8d825cff5b1c6b293b786e28a472059a7259a
      2f8eead2