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

Side by Side Diff: LayoutTests/NeverFixTests

Issue 189503002: Use --disable-gpu for virtual/softwarecompositing test suite. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: disablegpu: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/TestExpectations » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 # We only run it through the virtual gpu test suite. 110 # We only run it through the virtual gpu test suite.
111 fast/canvas/canvas-lost-gpu-context.html [ WontFix ] 111 fast/canvas/canvas-lost-gpu-context.html [ WontFix ]
112 112
113 # Chrome Linux doesn't support NPAPI plugins anymore. 113 # Chrome Linux doesn't support NPAPI plugins anymore.
114 [ Linux ] http/tests/plugins/interrupted-get-url.html [ WontFix ] 114 [ Linux ] http/tests/plugins/interrupted-get-url.html [ WontFix ]
115 [ Linux ] http/tests/plugins/third-party-cookie-accept-policy.html [ WontFix ] 115 [ Linux ] http/tests/plugins/third-party-cookie-accept-policy.html [ WontFix ]
116 [ Linux ] plugins/mouse-click-plugin-clears-selection.html [ WontFix ] 116 [ Linux ] plugins/mouse-click-plugin-clears-selection.html [ WontFix ]
117 117
118 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac . 118 # Missing Chrome Mac support, will start working when we move to harfbuzz on mac .
119 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ] 119 [ Mac ] fast/text/international/zerowidthjoiner.html [ WontFix ]
120
121 # Software compositing can't use WebGL. (There's no SwiftShader available on Win dows either.)
122 virtual/softwarecompositing/backface-visibility/backface-visibility-webgl.html [ WontFix ]
123 virtual/softwarecompositing/draws-content/webgl-background-layer.html [ WontFix ]
124 virtual/softwarecompositing/draws-content/webgl-simple-background.html [ WontFix ]
125 virtual/softwarecompositing/layer-creation/stacking-context-overlap-nested.html [ WontFix ]
126 virtual/softwarecompositing/visibility/visibility-simple-webgl-layer.html [ Wont Fix ]
127 virtual/softwarecompositing/webgl [ WontFix ]
128
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698