|
Sets up a coverage system for java using EMMA
This includes:
* Adds emma instrumentation to classes in java and APK build targets.
* Adds --coverage_dir flags to instrumentation tests.
* Creates a script to take in coverage and metadata directories to
produce HTML output.
* Changes fyi dbg buildbot configs to build and run tests with coverage enabled.
To build with emma coverage, add 'emma_coverage=1' to the GYP_DEFINES
environment variable.
BUG= 255644
Total comments: 10
Total comments: 18
Total comments: 18
Total comments: 30
Total comments: 2
Total comments: 20
Total comments: 6
Total comments: 9
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+646 lines, -99 lines) |
Patch |
|
M |
android_webview/android_webview.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
android_webview/test/shell/AndroidManifest.xml
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
build/android/ant/apk-package.xml
|
View
|
1
2
3
4
5
|
2 chunks |
+40 lines, -14 lines |
0 comments
|
Download
|
|
M |
build/android/buildbot/bb_device_steps.py
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+57 lines, -7 lines |
0 comments
|
Download
|
|
M |
build/android/buildbot/bb_run_bot.py
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
build/android/dex_action.gypi
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/generate_emma_html.py
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/ant.py
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
build/android/gyp/dex.py
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
|
A |
build/android/gyp/emma_instr.py
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+185 lines, -0 lines |
0 comments
|
Download
|
|
A |
build/android/instr_action.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/constants.py
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
build/android/pylib/instrumentation/test_options.py
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/instrumentation/test_runner.py
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+25 lines, -5 lines |
0 comments
|
Download
|
|
A |
build/android/pylib/utils/command_option_parser.py
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/android/test_runner.py
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+8 lines, -40 lines |
0 comments
|
Download
|
|
M |
build/common.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
build/java.gypi
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+42 lines, -8 lines |
0 comments
|
Download
|
|
M |
build/java_apk.gypi
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+31 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/android/testshell/java/AndroidManifest.xml
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/content.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/content_shell.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/public/android/javatests/src/org/chromium/content/common/CleanupReferenceTest.java
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+5 lines, -2 lines |
3 comments
|
Download
|
|
M |
sync/sync_android.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
ui/ui.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 26 (0 generated)
|