Commit cb971089 authored by Maksim Sisov's avatar Maksim Sisov Committed by Commit Bot

ozone/x11: content_browsertests: remove filter file

All the tests from the filter pass now. Enable them back.

Bug: 1040382
Change-Id: I3e7b2d926fabc3f8e0028a2668fc2c5667c5ea5e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444315Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com>
Cr-Commit-Position: refs/heads/master@{#813640}
parent a7ad7b47
...@@ -4906,8 +4906,7 @@ ...@@ -4906,8 +4906,7 @@
{ {
"args": [ "args": [
"--ozone-platform=x11", "--ozone-platform=x11",
"--enable-features=UseOzonePlatform", "--enable-features=UseOzonePlatform"
"--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_content_browsertests.filter"
], ],
"merge": { "merge": {
"args": [], "args": [],
......
...@@ -93,7 +93,6 @@ source_set("content_browsertests_filters") { ...@@ -93,7 +93,6 @@ source_set("content_browsertests_filters") {
"//testing/buildbot/filters/site_isolation_android.content_browsertests.filter", "//testing/buildbot/filters/site_isolation_android.content_browsertests.filter",
"//testing/buildbot/filters/skia_renderer.content_browsertests.filter", "//testing/buildbot/filters/skia_renderer.content_browsertests.filter",
"//testing/buildbot/filters/vulkan.content_browsertests.filter", "//testing/buildbot/filters/vulkan.content_browsertests.filter",
"//testing/buildbot/filters/ozone-linux.x11_content_browsertests.filter",
"//testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter", "//testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter",
] ]
} }
......
# Fix these failures: https://crbug.com/1040382
# Crashing tests
-TouchSelectionForCrossProcessFramesTests/TouchSelectionControllerClientAuraSiteIsolationTest.BasicSelectionIsolatedIframe/0
-TouchSelectionForCrossProcessFramesTests/TouchSelectionControllerClientAuraSiteIsolationTest.BasicSelectionIsolatedIframe/1
-TouchSelectionForCrossProcessFramesTests/TouchSelectionControllerClientAuraSiteIsolationTest.BasicSelectionIsolatedScrollMainframe/0
-TouchSelectionForCrossProcessFramesTests/TouchSelectionControllerClientAuraSiteIsolationTest.BasicSelectionIsolatedScrollMainframe/1
...@@ -1041,15 +1041,6 @@ ...@@ -1041,15 +1041,6 @@
}, },
}, },
}, },
'content_browsertests_x11': {
'modifications': {
'Linux Ozone Tester (X11)': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_content_browsertests.filter',
],
},
},
},
'content_shell_crash_test': { 'content_shell_crash_test': {
'remove_from': [ 'remove_from': [
'android-marshmallow-x86-rel-non-cq', # crbug.com/1084353 'android-marshmallow-x86-rel-non-cq', # crbug.com/1084353
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment