- 03 Aug, 2011 1 commit
-
-
Ying Wang authored
Instead of package.apk, which may be stripped off classes.dex. Change-Id: Ia9121fe464e618444c3101ea97398af26c6d9730
-
- 14 Jul, 2011 1 commit
-
-
Ying Wang authored
Instead of package.apk, which may be stripped off classes.dex. Change-Id: I7f0ff47ae2800b0f6be922886243d32c72df37ef
-
- 13 Jul, 2011 1 commit
-
-
Ying Wang authored
Instead of package.apk, which may be stripped off classes.dex. Change-Id: I3ff49007013492be5b72dd4fa5c1d815557670f8
-
- 02 Jul, 2011 1 commit
-
-
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
-
- 11 Apr, 2011 1 commit
-
-
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
-
- 06 Dec, 2010 1 commit
-
-
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
-
- 03 Dec, 2010 1 commit
-
-
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
-
- 02 Dec, 2010 2 commits
-
-
Brian Muramatsu authored
- Add additional dist goals to copy over the CSS and XSL resources to make viewing the report easier. - Fix CtsApiCoverage to take a path argument for dexdeps since the build does not have dexdeps in its path after building. Change-Id: Ia2b346aa7b3d923a2cce75eb0d92995e4a398eb4
-
Ying Wang authored
goals. Bug: 3245588 Change-Id: I7cad15622e1c33e6789e8cd305606554ca07af85
-
- 22 Nov, 2010 1 commit
-
-
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
-