Run some tests on win10_chromium_x64_rel_ng
This CL is preparation to migrate webkit_layout_tests to
win10_chromium_x64_rel_ng.
I will enable webkit_layout_tests in later CL.
Also I think it is good to run the same set of tests with win7-rel on
win10_chromium_x64_rel_ng builder as far as possible if there is no
specific reason we don't want to do.
This CL adds following tests.
* blink_python_tests
* chromedriver_replay_unittests
* components_perftests
* content_shell_crash_test
* flatbuffers_unittests
* metrics_python_tests
* telemetry_gpu_unittests
* views_perftests
But currently, following tests are removed because some tests cases
fail on win10_chromium_x64_rel_ng
* telemetry_perf_unittests
* telemetry_unittests
Bug: 950584
Change-Id: Iac73bc328517fb23340310799f483442ab092996
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1553040
Commit-Queue: Takuto Ikuta <[email protected]>
Reviewed-by: Ben Pastene <[email protected]>
Auto-Submit: Takuto Ikuta <[email protected]>
Cr-Commit-Position: refs/heads/master@{#651063}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index 4d6f4e5..1e467b97 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1340,6 +1340,7 @@
# client.v8.chromium
'Linux - Future (dbg)',
# chromium.win
+ 'Win10 Tests x64',
'Win10 Tests x64 (dbg)',
],
},
@@ -1353,6 +1354,8 @@
# crbug.com/936540
'Mac10.10 Tests',
'Mac10.11 Tests',
+
+ 'Win10 Tests x64',
],
},
'unit_tests': {
@@ -1567,6 +1570,9 @@
# chromium.win
'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
'Win10 Tests x64 (dbg)',
+
+ 'Win10 Tests x64', # TODO(tikuta): enable this (crbug.com/950584)
+
# chromium.mac. TODO(https://crbug.com/944117): Remove this.
'mac-dummy-rel',
],