Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(137)

Unified Diff: scripts/slave/recipes/gpu/download_and_test.expected/telemetry_gpu_test_harness_failure.json

Issue 1372723002: Empty per_page_values shouldn't imply test success (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Remove dead code Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/gpu/download_and_test.expected/telemetry_gpu_test_harness_failure.json
diff --git a/scripts/slave/recipes/gpu/download_and_test.expected/linux_release.json b/scripts/slave/recipes/gpu/download_and_test.expected/telemetry_gpu_test_harness_failure.json
similarity index 97%
copy from scripts/slave/recipes/gpu/download_and_test.expected/linux_release.json
copy to scripts/slave/recipes/gpu/download_and_test.expected/telemetry_gpu_test_harness_failure.json
index 6de788a8d91ad2099257ada9692d51d9fd5b6f66..aa433defab56551fa468a56e604e8a3de86b0788 100644
--- a/scripts/slave/recipes/gpu/download_and_test.expected/linux_release.json
+++ b/scripts/slave/recipes/gpu/download_and_test.expected/telemetry_gpu_test_harness_failure.json
@@ -263,7 +263,9 @@
},
"name": "maps_pixel_test",
"~followup_annotations": [
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
+ "step returned non-zero exit code: 255",
+ "@@@STEP_TEXT@<br/>failures:<br/>maps_pixel_test (entire test suite)<br/>@@@",
+ "@@@STEP_FAILURE@@@"
]
},
{
@@ -322,10 +324,7 @@
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
- "name": "pixel_test",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
- ]
+ "name": "pixel_test"
},
{
"allow_subannotations": true,
@@ -374,10 +373,7 @@
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
- "name": "webgl_conformance_tests",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
- ]
+ "name": "webgl_conformance_tests"
},
{
"allow_subannotations": true,
@@ -426,10 +422,7 @@
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
- "name": "context_lost_tests",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
- ]
+ "name": "context_lost_tests"
},
{
"allow_subannotations": true,
@@ -478,10 +471,7 @@
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
- "name": "memory_test",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
- ]
+ "name": "memory_test"
},
{
"allow_subannotations": true,
@@ -530,10 +520,7 @@
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
- "name": "trace_test",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
- ]
+ "name": "trace_test"
},
{
"allow_subannotations": true,
@@ -582,10 +569,7 @@
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
- "name": "screenshot_sync_tests",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
- ]
+ "name": "screenshot_sync_tests"
},
{
"allow_subannotations": true,
@@ -634,10 +618,7 @@
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
- "name": "hardware_accelerated_feature_tests",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
- ]
+ "name": "hardware_accelerated_feature_tests"
},
{
"allow_subannotations": true,
@@ -686,10 +667,7 @@
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
- "name": "gpu_process_launch_tests",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
- ]
+ "name": "gpu_process_launch_tests"
},
{
"allow_subannotations": true,
@@ -742,10 +720,7 @@
"env": {
"CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox"
},
- "name": "gpu_rasterization_tests",
- "~followup_annotations": [
- "@@@STEP_TEXT@<br/>failures:<br/>Test.Test1<br/>@@@"
- ]
+ "name": "gpu_rasterization_tests"
},
{
"allow_subannotations": true,
@@ -783,5 +758,10 @@
],
"cwd": "[SLAVE_BUILD]",
"name": "tab_capture_end2end_tests"
+ },
+ {
+ "name": "$final_result",
+ "reason": "1 tests failed: ['maps_pixel_test']",
+ "status_code": 1
}
]

Powered by Google App Engine
This is Rietveld 408576698