OLD | NEW |
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 | 92 |
93 # These tests are not intended to be run in the virtual suite. | 93 # These tests are not intended to be run in the virtual suite. |
94 virtual/softwarecompositing/gestures [ WontFix ] | 94 virtual/softwarecompositing/gestures [ WontFix ] |
95 | 95 |
96 # This test crashes occasionally on Windows and we can't seem to repro locally. | 96 # This test crashes occasionally on Windows and we can't seem to repro locally. |
97 # See comments in crbug.com/239077 | 97 # See comments in crbug.com/239077 |
98 [ Win ] fast/canvas/webgl/index-validation-with-resized-buffer.html [ WontFix ] | 98 [ Win ] fast/canvas/webgl/index-validation-with-resized-buffer.html [ WontFix ] |
99 | 99 |
100 # Tests in media/stable are only supposed to be run as virtual test (see virtual
/stable/media). | 100 # Tests in media/stable are only supposed to be run as virtual test (see virtual
/stable/media). |
101 media/stable [ WontFix ] | 101 media/stable [ WontFix ] |
| 102 |
| 103 # Only run fake-Android tests on Linux |
| 104 [ Mac Win ] virtual/android [ WontFix ] |
OLD | NEW |