OLD | NEW |
1 # This file should contain only the rules to skip tests about the features not s
upported | 1 # This file should contain only the rules to skip tests about the features not s
upported |
2 # or not testable on Android. | 2 # or not testable on Android. |
3 # | 3 # |
4 # Other rules should be in platform/chromium/TestExpectations. | 4 # Other rules should be in platform/chromium/TestExpectations. |
5 | 5 |
6 # Features not supported: http://crbug.com/145338. | 6 # Features not supported: http://crbug.com/145338. |
7 crbug.com/145338 compositing/plugins | 7 crbug.com/145338 compositing/plugins |
8 crbug.com/145338 plugins | 8 crbug.com/145338 plugins |
9 crbug.com/145338 http/tests/plugins | 9 crbug.com/145338 http/tests/plugins |
10 crbug.com/145338 platform/chromium/compositing/plugins | 10 crbug.com/145338 platform/chromium/compositing/plugins |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 # This test is only for GTK which is not applicable to Android. | 57 # This test is only for GTK which is not applicable to Android. |
58 platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle.html [ W
ontFix ] | 58 platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle.html [ W
ontFix ] |
59 | 59 |
60 # Skip webgl tests: http://crbug.com/135877. | 60 # Skip webgl tests: http://crbug.com/135877. |
61 crbug.com/135877 compositing/webgl | 61 crbug.com/135877 compositing/webgl |
62 crbug.com/135877 fast/canvas/webgl | 62 crbug.com/135877 fast/canvas/webgl |
63 crbug.com/135877 http/tests/canvas/webgl | 63 crbug.com/135877 http/tests/canvas/webgl |
64 crbug.com/135877 platform/chromium/virtual/gpu/fast/canvas/webgl | 64 crbug.com/135877 platform/chromium/virtual/gpu/fast/canvas/webgl |
65 crbug.com/135877 platform/chromium/virtual/threaded/compositing/webgl | 65 crbug.com/135877 platform/chromium/virtual/threaded/compositing/webgl |
66 | 66 |
67 # Fullscreen API disabled: http://crbug.com/173664 | |
68 crbug.com/173664 fullscreen | |
69 | |
70 # LAYER_TREE_INCLUDES_VISIBLE_RECTS option to layerTreeAsText is only applicable
to Mac. | 67 # LAYER_TREE_INCLUDES_VISIBLE_RECTS option to layerTreeAsText is only applicable
to Mac. |
71 compositing/visible-rect [ WontFix ] | 68 compositing/visible-rect [ WontFix ] |
72 | 69 |
73 # Causes server error. Not feasible to fix because this is a behavior of Apache
server. | 70 # Causes server error. Not feasible to fix because this is a behavior of Apache
server. |
74 webkit.org/b/95378 fast/encoding/percent-escaping.html [ WontFix ] | 71 webkit.org/b/95378 fast/encoding/percent-escaping.html [ WontFix ] |
75 | 72 |
76 # The test creates a temporary file via HTTP POST and access the file as a blob.
This is unfeasible. | 73 # The test creates a temporary file via HTTP POST and access the file as a blob.
This is unfeasible. |
77 webkit.org/b/95378 http/tests/local/fileapi/send-sliced-dragged-file.html [ Wont
Fix ] | 74 webkit.org/b/95378 http/tests/local/fileapi/send-sliced-dragged-file.html [ Wont
Fix ] |
78 | 75 |
79 # The test depends on the same modified time returned from local file api and PH
P. This is unfeasible. | 76 # The test depends on the same modified time returned from local file api and PH
P. This is unfeasible. |
(...skipping 20 matching lines...) Expand all Loading... |
100 fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overf
low-auto.html [ WontFix ] | 97 fast/overflow/replaced-child-100percent-height-inside-fixed-container-with-overf
low-auto.html [ WontFix ] |
101 fast/overflow/overflow-y-scroll.html [ WontFix ] | 98 fast/overflow/overflow-y-scroll.html [ WontFix ] |
102 fast/overflow/hidden-scrollbar-resize.html [ WontFix ] | 99 fast/overflow/hidden-scrollbar-resize.html [ WontFix ] |
103 fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto.
html [ WontFix ] | 100 fast/overflow/child-100percent-height-inside-fixed-container-with-overflow-auto.
html [ WontFix ] |
104 fast/multicol/image-inside-nested-blocks-with-border.html [ WontFix ] | 101 fast/multicol/image-inside-nested-blocks-with-border.html [ WontFix ] |
105 | 102 |
106 # Accessing local resources in the traditional way does not work on Android. | 103 # Accessing local resources in the traditional way does not work on Android. |
107 fast/loader/local-image-from-local.html [ WontFix ] | 104 fast/loader/local-image-from-local.html [ WontFix ] |
108 fast/loader/local-JavaScript-from-local.html [ WontFix ] | 105 fast/loader/local-JavaScript-from-local.html [ WontFix ] |
109 fast/loader/local-CSS-from-local.html [ WontFix ] | 106 fast/loader/local-CSS-from-local.html [ WontFix ] |
OLD | NEW |