| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "cmd": [ | 85 "cmd": [ |
| 86 "python", | 86 "python", |
| 87 "-u", | 87 "-u", |
| 88 "[BUILD]\\scripts\\slave\\v8\\v8testing.py", | 88 "[BUILD]\\scripts\\slave\\v8\\v8testing.py", |
| 89 "--target", | 89 "--target", |
| 90 "Release", | 90 "Release", |
| 91 "--arch", | 91 "--arch", |
| 92 "ia32", | 92 "ia32", |
| 93 "--testname", | 93 "--testname", |
| 94 "mjsunit cctest message preparser", | 94 "mjsunit cctest message preparser", |
| 95 "--no-snap", |
| 95 "--flaky-tests", | 96 "--flaky-tests", |
| 96 "skip" | 97 "skip" |
| 97 ], | 98 ], |
| 98 "cwd": "[SLAVE_BUILD]\\v8", | 99 "cwd": "[SLAVE_BUILD]\\v8", |
| 99 "name": "Check", | 100 "name": "Check", |
| 100 "seed_steps": [ | 101 "seed_steps": [ |
| 101 "Check", | 102 "Check", |
| 102 "Check - flaky" | 103 "Check - flaky" |
| 103 ] | 104 ] |
| 104 }, | 105 }, |
| 105 { | 106 { |
| 106 "abort_on_failure": false, | 107 "abort_on_failure": false, |
| 107 "cmd": [ | 108 "cmd": [ |
| 108 "python", | 109 "python", |
| 109 "-u", | 110 "-u", |
| 110 "[BUILD]\\scripts\\slave\\v8\\v8testing.py", | 111 "[BUILD]\\scripts\\slave\\v8\\v8testing.py", |
| 111 "--target", | 112 "--target", |
| 112 "Release", | 113 "Release", |
| 113 "--arch", | 114 "--arch", |
| 114 "ia32", | 115 "ia32", |
| 115 "--testname", | 116 "--testname", |
| 116 "mjsunit cctest message preparser", | 117 "mjsunit cctest message preparser", |
| 118 "--no-snap", |
| 117 "--flaky-tests", | 119 "--flaky-tests", |
| 118 "run" | 120 "run" |
| 119 ], | 121 ], |
| 120 "cwd": "[SLAVE_BUILD]\\v8", | 122 "cwd": "[SLAVE_BUILD]\\v8", |
| 121 "name": "Check - flaky" | 123 "name": "Check - flaky" |
| 122 } | 124 } |
| 123 ] | 125 ] |
| OLD | NEW |