|
Updates the test runner script exit codes
The script now returns exit codes based on what occurred in the
test. Exit codes:
0 -- normal
1 -- fail/crash
88 -- warning
In addition, the scripts now handle DeviceUnresponsiveError by
returning a warning exit code overall, rather than silently moving
on.
BUG= 170477, 258171
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210749
Total comments: 12
Total comments: 2
Total comments: 16
Total comments: 18
Total comments: 4
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+143 lines, -134 lines) |
Patch |
|
A + |
build/android/buildbot/bb_annotations.py
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
build/android/buildbot/bb_device_steps.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
11 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
|
M |
build/android/buildbot/bb_host_steps.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
build/android/buildbot/bb_utils.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/base/base_test_result.py
|
View
|
1
2
3
|
3 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
build/android/pylib/base/shard.py
|
View
|
1
2
3
4
|
8 chunks |
+21 lines, -15 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/base/shard_unittest.py
|
View
|
1
2
3
4
|
4 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/browsertests/dispatch.py
|
View
|
1
2
3
4
5
|
2 chunks |
+14 lines, -8 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/buildbot_report.py
|
View
|
1
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/constants.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/gtest/dispatch.py
|
View
|
1
2
3
4
|
8 chunks |
+24 lines, -12 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/gtest/test_runner.py
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
build/android/pylib/host_driven/run_python_tests.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
build/android/pylib/instrumentation/dispatch.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/android/pylib/uiautomator/dispatch.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/android/pylib/utils/report_results.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
build/android/run_monkey_test.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
|
M |
build/android/test_runner.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
6 chunks |
+27 lines, -33 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|