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

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

Issue 1890093002: V8: Add mozilla test to win dbg. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json
diff --git a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json
index b3c923f3a1f08a413e77066a4dfdf3af20f0da64..480736f18f52d110675ac1e2719827e50140ef9b 100644
--- a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json
+++ b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_dbg.json
@@ -219,6 +219,47 @@
]
},
{
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]\\v8\\tools\\run-tests.py",
+ "--progress=verbose",
+ "--mode",
+ "Debug",
+ "--arch",
+ "ia32",
+ "--outdir",
+ "out",
+ "--buildbot",
+ "--timeout=200",
+ "--random-seed=-358114921",
+ "mozilla",
+ "--exhaustive-variants",
+ "--dcheck-always-on",
+ "--rerun-failures-count=2",
+ "--json-test-results",
+ "/path/to/tmp/json"
+ ],
+ "cwd": "[SLAVE_BUILD]\\v8",
+ "name": "Mozilla",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
+ "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
+ "@@@STEP_LOG_LINE@durations@@@@",
+ "@@@STEP_LOG_LINE@durations@Details:@@@",
+ "@@@STEP_LOG_LINE@durations@@@@",
+ "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
+ "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
+ "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
+ "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
+ "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
+ "@@@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@@@"
+ ]
+ },
+ {
"name": "$result",
"recipe_result": null,
"status_code": 0
« no previous file with comments | « scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_dbg.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698