Add testing variants for ozone platforms
This appends eg "_wayland" to the test name to prevent duplicate tests
on the linux-ozone-x11-and-wayland-rel bot.
R=msisov,agable
BUG=1060273
Change-Id: Ib83c2394653dd1973ba4ff5da38296d7af94f1ee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128842
Reviewed-by: Aaron Gable <[email protected]>
Commit-Queue: Thomas Anderson <[email protected]>
Auto-Submit: Thomas Anderson <[email protected]>
Cr-Commit-Position: refs/heads/master@{#755539}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index aad9f20..ecfbd4a 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -2239,6 +2239,24 @@
'Win10 FYI x64 Exp Release (Intel HD 630)',
],
},
+ 'views_unittests_wayland': {
+ 'modifications': {
+ 'Linux Ozone Tester (Wayland)': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
+ ],
+ },
+ },
+ },
+ 'views_unittests_x11': {
+ 'modifications': {
+ 'Linux Ozone Tester (X11)': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_views_unittests.filter',
+ ],
+ },
+ },
+ },
'viz_unittests': {
'modifications': {
'android-marshmallow-x86-fyi-rel': {