summaryrefslogtreecommitdiff
path: root/acov.sh
AgeCommit message (Collapse)Author
2016-02-09acov: Don't exit at build failuresVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2016-01-20acov: Switch case for inner loop.Daniel Díaz
Change-Id: I2354b07b134e5802315342d12326a6f7d3c91ba7 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-01-20acov: Create directory for results if not existent.Daniel Díaz
Don't fail in case it already exists. Change-Id: I44b7ee0183be05612af9c18233d0e24d56f91b3c Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-01-20acov: Reindent.Daniel Díaz
Change-Id: I2f211be7fc7b2e55e3dba421991f11279576fab7 Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
2016-01-04Conditions refactoring and various cleanupKevin Brodsky
- Since we use bash, refactor condition testing using [[ ]] to avoid missing quotes and more readable logical operators (&& / ||). - Remove unnecessary braces in variable expansion ($var instead of ${var}). - Standardize default value assignments using the ${:=} expansion. - Quote variable expansions when needed and other refactorings to properly handle paths with spaces. - Only export variables when necessary. - Use `exit 1` instead of `exit -1`. The return code is always positive, `exit -1` actually returns 255 which should not be used as return codes over 125 have a special meaning for bash. - Do not create $WORKSPACE/build/out, no script uses this directory. - Various minor cleanups (unneeded spaces, etc.). Change-Id: I30e9db71092744fedf7b3d39074bcbc7dc1429c8
2015-12-10enable ninja for acov and bootimagemeasurementVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-10-15fix acov testVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-10-15Download buildbot script if missingVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-10-13use emulator configuration for acov testVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-28update acov to use build bot for gtestVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-25disable ninja for ART code coverageVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-15acov: reduce build thread to 2 to see if malloc doesn't failVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-13Reduce the number of threads to avoid crash in dex2oatdVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-03Run gtests for art code coverageVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-03Report failures for art code coverage build failuresVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-02Refactor common repo sync partVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-02 disable bash -x optionVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-01Reduce the number of build threadsVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-09-01Don't report back to gerrit where it failedVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-28Don't error out for art code coverage as ghost gtest might failVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-28Exit whenever repo sync failsVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-28Fix error message to be detected in parserVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-28plot acov scoresVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-28Include art host gtest in ART Code CoverageVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-27Add sections in the buildVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-26Done run unsupported backends for mipsVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-25Include mips architecture for acov and boot image measurementsVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-12Add setup script that prepares for Android buildVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-12Report build failures back to gerritVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-08-07Remove showcommands to reduce verbosity and add support to comment to gerritVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2015-07-24add art code coverage testVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>