Commit 86ab484c authored by Kai Ninomiya's avatar Kai Ninomiya Committed by Commit Bot

Skip WebGPU CTS tests by default instead of WontFix

I can't remember why I originally moved this to NeverFixTests, but I
don't think it's necessary anymore.

Bug: 984818
Change-Id: Id28508ca3e034bfb06c0f671ababc6abfb691ca9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1858344
Commit-Queue: Austin Eng <enga@chromium.org>
Auto-Submit: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: default avatarAustin Eng <enga@chromium.org>
Cr-Commit-Position: refs/heads/master@{#705603}
parent 46b2a96d
...@@ -2074,10 +2074,6 @@ external/wpt/uievents/order-of-events/mouse-events/wheel-basic-manual.html [ Won ...@@ -2074,10 +2074,6 @@ external/wpt/uievents/order-of-events/mouse-events/wheel-basic-manual.html [ Won
external/wpt/uievents/order-of-events/mouse-events/wheel-scrolling-manual.html [ WontFix ] external/wpt/uievents/order-of-events/mouse-events/wheel-scrolling-manual.html [ WontFix ]
external/wpt/html/webappapis/user-prompts/print-manual.html [ WontFix ] external/wpt/html/webappapis/user-prompts/print-manual.html [ WontFix ]
# WebGPU tests are only run on GPU bots, so they are skipped by default and run
# separately from other Web Tests.
external/wpt/webgpu/ [ WontFix ]
# Tests that do not pass with the Blink CORS, but pass with OOR-CORS. # Tests that do not pass with the Blink CORS, but pass with OOR-CORS.
# We maintain the Blink CORS for a while, and keep it work without regressions. # We maintain the Blink CORS for a while, and keep it work without regressions.
# But will not change the existing behavior for Blink CORS when expectations are # But will not change the existing behavior for Blink CORS when expectations are
......
...@@ -351,6 +351,10 @@ crbug.com/981719 external/wpt/css/css-ui/appearance-textfield-001.html [ Failure ...@@ -351,6 +351,10 @@ crbug.com/981719 external/wpt/css/css-ui/appearance-textfield-001.html [ Failure
crbug.com/981719 [ Linux ] external/wpt/css/css-ui/webkit-appearance-textfield-001.html [ Failure ] crbug.com/981719 [ Linux ] external/wpt/css/css-ui/webkit-appearance-textfield-001.html [ Failure ]
crbug.com/981719 [ Win ] external/wpt/css/css-ui/webkit-appearance-textfield-001.html [ Failure ] crbug.com/981719 [ Win ] external/wpt/css/css-ui/webkit-appearance-textfield-001.html [ Failure ]
# WebGPU tests are only run on GPU bots, so they are skipped by default and run
# separately from other Web Tests.
Bug(intentional) external/wpt/webgpu/ [ Skip ]
# ====== Paint team owned tests to here ====== # ====== Paint team owned tests to here ======
crbug.com/922249 virtual/android/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html [ Failure Pass ] crbug.com/922249 virtual/android/fullscreen/compositor-touch-hit-rects-fullscreen-video-controls.html [ Failure Pass ]
......
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