| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index 67b5b43f7f356aa999419e9426734bb2b38ace9a..608f5654a1666444d0708eae708a9558b9776308 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -1024,8 +1024,13 @@
|
| "args": [
|
| "--xvfb",
|
| "../../third_party/WebKit/Tools/Scripts/run-webkit-tests",
|
| - "--clobber-old-results",
|
| + "--seed", "4",
|
| "--no-show-results",
|
| + "--full-results-html",
|
| + "--clobber-old-results",
|
| + "--exit-after-n-failures", "5000",
|
| + "--exit-after-n-crashes-or-timeouts", "100",
|
| + "--debug-rwt-logging",
|
| "--results-directory", "${ISOLATED_OUTDIR}/layout-test-results",
|
| ],
|
| },
|
|
|