blob: 99260549b9c9f6db66ad707cc4d7bc0a4556ee4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
# This file should contain only the rules to skip tests about the features not supported
# or not testable on Android.
#
# Other rules should be in platform/chromium/TestExpectations.
# Skip tests of other platforms to save time.
platform/gtk [ WontFix ]
platform/mac [ WontFix ]
platform/mac-wk2 [ WontFix ]
platform/qt [ WontFix ]
platform/win [ WontFix ]
# Features not supported: http://crbug.com/145338.
crbug.com/145338 compositing/plugins
crbug.com/145338 plugins
crbug.com/145338 http/tests/plugins
crbug.com/145338 platform/chromium/compositing/plugins
crbug.com/145338 platform/chromium/plugins
crbug.com/145338 fast/dom/Window/Plug-ins.html
crbug.com/145338 fast/frames/sandboxed-iframe-about-blank.html
crbug.com/145338 fast/frames/sandboxed-iframe-navigation-allowed.html
crbug.com/145338 fast/frames/sandboxed-iframe-plugins.html
crbug.com/145338 fast/replaced/invalid-object-with-fallback.html
crbug.com/145338 fast/replaced/object-with-embed-url-param.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/1.1/plugintypes-invalid.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/1.1/plugintypes-mismatched-data.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/1.1/plugintypes-mismatched-url.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/1.1/plugintypes-notype-url.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-allowed.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/1.1/plugintypes-nourl-blocked.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-01.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/1.1/plugintypes-url-02.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/object-src-none-allowed.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/object-src-none-blocked.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/object-src-url-allowed.html
crbug.com/145338 http/tests/security/contentSecurityPolicy/object-src-url-blocked.html
crbug.com/145338 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
crbug.com/145338 platform/chromium/permissionclient/plugin-permission.html
crbug.com/145338 userscripts/user-script-plugin-document.html
crbug.com/145338 http/tests/inspector
crbug.com/145338 http/tests/inspector-enabled
crbug.com/145338 inspector
crbug.com/145338 platform/chromium/inspector
crbug.com/145338 accessibility
crbug.com/145338 platform/chromium/accessibility
crbug.com/145338 fast/forms/month-multiple-fields
crbug.com/145338 fast/forms/time-multiple-fields
crbug.com/145338 fast/forms/color
crbug.com/145338 fast/forms/datalist
crbug.com/145338 fast/forms/date
crbug.com/145338 fast/mediastream
crbug.com/145338 fast/notifications
crbug.com/145338 fast/speech
crbug.com/145338 http/tests/notifications
crbug.com/145338 platform/chromium/fast/forms/color
crbug.com/145338 platform/chromium/media/video-capture-preview.html # Uses mediastream
crbug.com/145338 webaudio
# This test is only for GTK which is not applicable to Android.
platform/chromium-linux/fast/text/chromium-linux-fontconfig-renderstyle.html [ WontFix ]
# Skip webgl tests: http://crbug.com/135877.
crbug.com/135877 compositing/webgl
crbug.com/135877 fast/canvas/webgl
crbug.com/135877 http/tests/canvas/webgl
crbug.com/135877 platform/chromium/virtual/gpu/fast/canvas/webgl
crbug.com/135877 platform/chromium/virtual/threaded/compositing/webgl
# Causes server error. Not feasible to fix because this is a behavior of Apache server.
webkit.org/b/95378 fast/encoding/percent-escaping.html [ WontFix ]
# The test creates a temporary file via HTTP POST and access the file as a blob. This is unfeasible.
webkit.org/b/95378 http/tests/local/fileapi/send-sliced-dragged-file.html [ WontFix ]
# The test depends on the same modified time returned from local file api and PHP. This is unfeasible.
webkit.org/b/95378 http/tests/local/fileapi/file-last-modified.html [ WontFix ]
|