Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: third_party/WebKit/LayoutTests/NeverFixTests

Issue 1644763002: Add virtual layout test for GPU accelerated decoding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Skip desktop virtual tests Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # This file should only include tests that we never intend to fix. 1 # This file should only include tests that we never intend to fix.
2 # There should only be 4 categories of tests here: 2 # There should only be 4 categories of tests here:
3 # 1. Test harness tests. 3 # 1. Test harness tests.
4 # 2. Tests enabled by chromium embedders (e.g. Opera). 4 # 2. Tests enabled by chromium embedders (e.g. Opera).
5 # 3. Tests that apply to some platforms but not others. 5 # 3. Tests that apply to some platforms but not others.
6 # 4. Tests that are too slow in Debug and so we only want to skip them in Debu g. 6 # 4. Tests that are too slow in Debug and so we only want to skip them in Debu g.
7 7
8 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w on't abuse 8 # FIXME: Remove the WontFix keyword and have that be implied. That way, people w on't abuse
9 # WontFix outside of this file. 9 # WontFix outside of this file.
10 10
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 84
85 # Mac has different fallback behavior so that this test won't work there 85 # Mac has different fallback behavior so that this test won't work there
86 [ Mac ] fast/text/font-cachekey.html [ WontFix ] 86 [ Mac ] fast/text/font-cachekey.html [ WontFix ]
87 87
88 # AAT/mortx shaping not supported on platforms other than Mac 88 # AAT/mortx shaping not supported on platforms other than Mac
89 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ] 89 [ Linux Win Android ] fast/text/aat-morx.html [ WontFix ]
90 90
91 # Tests in media/stable are only supposed to be run as virtual test (see virtual /stable/media). 91 # Tests in media/stable are only supposed to be run as virtual test (see virtual /stable/media).
92 media/stable [ WontFix ] 92 media/stable [ WontFix ]
93 93
94 # These tests are only supposed be run as virtual test. See /virtual/media-gpu-a ccelerated/http/tests/media/media-source/.
95 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-av-audio -bitrate.html [ WontFix ]
96 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-av-frame size.html [ WontFix ]
97 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-av-video -bitrate.html [ WontFix ]
98 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-v-bitrat e.html [ WontFix ]
99 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-v-framer ate.html [ WontFix ]
100 [ Android ] http/tests/media/media-source/mediasource-config-change-mp4-v-frames ize.html [ WontFix ]
101
94 # Only run fake-Android tests on Linux 102 # Only run fake-Android tests on Linux
95 [ Mac Win ] virtual/android [ WontFix ] 103 [ Mac Win ] virtual/android [ WontFix ]
96 104
97 # We only run it through the virtual gpu test suite. 105 # We only run it through the virtual gpu test suite.
98 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] 106 fast/canvas/canvas-lost-gpu-context.html [ WontFix ]
99 107
100 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac . 108 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac .
101 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] 109 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ]
102 110
103 # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests) . 111 # Subpixel font scaling requires antialiasing on mac (which isn't enabled tests) .
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 173
166 # On Linux bold emoji are already supported. 174 # On Linux bold emoji are already supported.
167 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ] 175 crbug.com/551843 [ Linux ] fast/text/fallback-traits-fixup.html [ WontFix ]
168 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ] 176 crbug.com/551843 [ Linux Win ] fast/text/emoji-font-weight-mac.html [ WontFix ]
169 177
170 # These tests are too slow with our MESA backend. We can re-enable when we have 178 # These tests are too slow with our MESA backend. We can re-enable when we have
171 # bots running tests on real hardware. Don't want to just delete these because t hey 179 # bots running tests on real hardware. Don't want to just delete these because t hey
172 # pass in the virtual test suite version. 180 # pass in the virtual test suite version.
173 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ] 181 webkit.org/b/49629 compositing/lots-of-img-layers.html [ WontFix ]
174 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ] 182 webkit.org/b/49629 compositing/lots-of-img-layers-with-opacity.html [ WontFix ]
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/MSANExpectations ('k') | third_party/WebKit/LayoutTests/SmokeTests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698