| Index: testing/buildbot/gn_isolate_map.pyl
|
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
|
| index 2deb87690833eaffb18e3d3ee2527cceaddf9672..7261431980b5ca44ecd0890db2d4fc868bd86c4a 100644
|
| --- a/testing/buildbot/gn_isolate_map.pyl
|
| +++ b/testing/buildbot/gn_isolate_map.pyl
|
| @@ -997,7 +997,20 @@
|
| "webkit_layout_tests": {
|
| "label": "//:webkit_layout_tests",
|
| "type": "script",
|
| - "script": "//testing/scripts/run_telemetry_as_googletest.py",
|
| + "script": "//testing/scripts/run_isolated_script_test.py",
|
| + "args": [
|
| + "--xvfb",
|
| + "../../third_party/WebKit/Tools/Scripts/run-webkit-tests",
|
| + "--clobber-old-results",
|
| + "--debug-rwt-logging",
|
| + "--no-show-results",
|
| + "--results-directory", "${ISOLATED_OUTDIR}/layout-test-results",
|
| + ],
|
| + },
|
| + "webkit_layout_tests_exparchive": {
|
| + "label": "//:webkit_layout_tests_exparchive",
|
| + "type": "script",
|
| + "script": "//testing/scripts/run_isolated_script_test.py",
|
| "args": [
|
| "--xvfb",
|
| "../../third_party/WebKit/Tools/Scripts/run-webkit-tests",
|
|
|