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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_one_failure_build_env_not_supported.json

Issue 1901103004: V8: Show build environment in failure logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix Created 4 years, 8 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/v8.expected/full_client_v8_V8_Linux64_one_failure_build_env_not_supported.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_one_failure_build_env_not_supported.json
similarity index 96%
copy from scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64.json
copy to scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_one_failure_build_env_not_supported.json
index 13c19a528c704e0af378f18685aad04252fdff1c..57decf3a0a7a9f63a46ca02ea7c14b69a104d705 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux64_one_failure_build_env_not_supported.json
@@ -1033,6 +1033,7 @@
"cwd": "[SLAVE_BUILD]",
"name": "Check",
"~followup_annotations": [
+ "@@@STEP_TEXT@failures: 1<br/>@@@",
"@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
"@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
"@@@STEP_LOG_LINE@durations@@@@",
@@ -1046,7 +1047,28 @@
"@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
"@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
"@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
+ "@@@STEP_LOG_END@durations@@@",
+ "@@@STEP_LOG_LINE@test-name@Test: suite-name/dir/test-name@@@",
+ "@@@STEP_LOG_LINE@test-name@Flags: @@@",
+ "@@@STEP_LOG_LINE@test-name@Command: d8 test.js@@@",
+ "@@@STEP_LOG_LINE@test-name@@@@",
+ "@@@STEP_LOG_LINE@test-name@Build environment:@@@",
+ "@@@STEP_LOG_LINE@test-name@Not available. Please look up the builder's configuration.@@@",
+ "@@@STEP_LOG_LINE@test-name@@@@",
+ "@@@STEP_LOG_LINE@test-name@Run #1@@@",
+ "@@@STEP_LOG_LINE@test-name@Exit code: 1@@@",
+ "@@@STEP_LOG_LINE@test-name@Result: FAIL@@@",
+ "@@@STEP_LOG_LINE@test-name@Expected outcomes: PASS, SLOW@@@",
+ "@@@STEP_LOG_LINE@test-name@Duration: 00:05:000@@@",
+ "@@@STEP_LOG_LINE@test-name@@@@",
+ "@@@STEP_LOG_LINE@test-name@Stdout:@@@",
+ "@@@STEP_LOG_LINE@test-name@Some output.@@@",
+ "@@@STEP_LOG_LINE@test-name@@@@",
+ "@@@STEP_LOG_LINE@test-name@Stderr:@@@",
+ "@@@STEP_LOG_LINE@test-name@Some errput.@@@",
+ "@@@STEP_LOG_LINE@test-name@@@@",
+ "@@@STEP_LOG_END@test-name@@@",
+ "@@@STEP_FAILURE@@@"
]
},
{
@@ -1337,8 +1359,13 @@
]
},
{
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Bisection disabled - test too slow"
+ },
+ {
"name": "$result",
- "recipe_result": null,
- "status_code": 0
+ "reason": "Failures or flakes in build.",
+ "status_code": 1
}
]

Powered by Google App Engine
This is Rietveld 408576698