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

Side by Side Diff: third_party/WebKit/LayoutTests/FlagExpectations/site-per-process

Issue 2323643002: Add expectations for remaining layout tests with --site-per-process. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # These tests currently fail when they run with --site-per-process. 1 # These tests currently fail when they run with --site-per-process.
2 # See https://crbug.com/477150. 2 # See https://crbug.com/477150.
3 3
4 # https://crbug.com/611838 - regression when geolocation tests use JS mock. 4 # https://crbug.com/611838 - regression when geolocation tests use JS mock.
5 http/tests/security/powerfulFeatureRestrictions/geolocation-on-secure-origin-in- insecure-origin.html [ Timeout ] 5 http/tests/security/powerfulFeatureRestrictions/geolocation-on-secure-origin-in- insecure-origin.html [ Timeout ]
6 6
7 # https://crbug.com/611154 - DCHECK in NavigatorImpl::DidStartProvisionalLoad. 7 # https://crbug.com/611154 - DCHECK in NavigatorImpl::DidStartProvisionalLoad.
8 http/tests/security/upgrade-insecure-requests/iframe-upgrade.https.html [ Crash ] 8 http/tests/security/upgrade-insecure-requests/iframe-upgrade.https.html [ Crash ]
9 http/tests/security/upgrade-insecure-requests/iframe-upgrade-csp.https.html [ Cr ash ] 9 http/tests/security/upgrade-insecure-requests/iframe-upgrade-csp.https.html [ Cr ash ]
10 10
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 # https://crbug.com/623210 - DevTools extensions load in separate process in lay out tests. 91 # https://crbug.com/623210 - DevTools extensions load in separate process in lay out tests.
92 http/tests/inspector/extensions-headers.html [ Timeout ] 92 http/tests/inspector/extensions-headers.html [ Timeout ]
93 http/tests/inspector/extensions-iframe-eval.html [ Timeout ] 93 http/tests/inspector/extensions-iframe-eval.html [ Timeout ]
94 http/tests/inspector/extensions-ignore-cache.html [ Timeout ] 94 http/tests/inspector/extensions-ignore-cache.html [ Timeout ]
95 http/tests/inspector/extensions-network-redirect.html [ Timeout ] 95 http/tests/inspector/extensions-network-redirect.html [ Timeout ]
96 http/tests/inspector/extensions-useragent.html [ Timeout ] 96 http/tests/inspector/extensions-useragent.html [ Timeout ]
97 97
98 # https://crbug.com/623265 - cross-site navigation in main page breaks test. 98 # https://crbug.com/623265 - cross-site navigation in main page breaks test.
99 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ] 99 http/tests/inspector/indexeddb/resources-panel.html [ Timeout ]
100 100
101 # TODO(lukasza, alexmos): Triage these failures.
102 fast/frames/cached-frame-counter.html [ Timeout ]
103 fast/frames/frame-limit.html [ Timeout ]
104 fast/loader/reload-zero-byte-plugin.html [ Failure ]
105 imported/wpt/html/syntax/parsing/html5lib_adoption01.html [ Failure ]
106 imported/wpt/html/syntax/parsing/html5lib_adoption02.html [ Failure ]
107 imported/wpt/html/syntax/parsing/html5lib_comments01.html [ Failure ]
108 imported/wpt/html/syntax/parsing/html5lib_doctype01.html [ Failure ]
109 imported/wpt/html/syntax/parsing/html5lib_domjs-unsafe.html [ Failure ]
110 imported/wpt/html/syntax/parsing/html5lib_entities01.html [ Failure ]
111 imported/wpt/html/syntax/parsing/html5lib_entities02.html [ Failure ]
112 imported/wpt/html/syntax/parsing/html5lib_html5test-com.html [ Failure ]
113 imported/wpt/html/syntax/parsing/html5lib_inbody01.html [ Failure ]
114 imported/wpt/html/syntax/parsing/html5lib_isindex.html [ Failure ]
115 imported/wpt/html/syntax/parsing/html5lib_main-element.html [ Failure ]
116 imported/wpt/html/syntax/parsing/html5lib_pending-spec-changes-plain-text-unsafe .html [ Failure ]
117 imported/wpt/html/syntax/parsing/html5lib_pending-spec-changes.html [ Failure ]
118 imported/wpt/html/syntax/parsing/html5lib_plain-text-unsafe.html [ Failure ]
119 imported/wpt/html/syntax/parsing/html5lib_scriptdata01.html [ Failure ]
120 imported/wpt/html/syntax/parsing/html5lib_scripted_adoption01.html [ Failure ]
121 imported/wpt/html/syntax/parsing/html5lib_scripted_ark.html [ Failure ]
122 imported/wpt/html/syntax/parsing/html5lib_scripted_webkit01.html [ Failure ]
123 imported/wpt/html/syntax/parsing/html5lib_tables01.html [ Failure ]
124 imported/wpt/html/syntax/parsing/html5lib_template.html [ Failure ]
125 imported/wpt/html/syntax/parsing/html5lib_tests1.html [ Failure ]
126 imported/wpt/html/syntax/parsing/html5lib_tests10.html [ Failure ]
127 imported/wpt/html/syntax/parsing/html5lib_tests11.html [ Failure ]
128 imported/wpt/html/syntax/parsing/html5lib_tests12.html [ Failure ]
129 imported/wpt/html/syntax/parsing/html5lib_tests14.html [ Failure ]
130 imported/wpt/html/syntax/parsing/html5lib_tests15.html [ Failure ]
131 imported/wpt/html/syntax/parsing/html5lib_tests16.html [ Failure ]
132 imported/wpt/html/syntax/parsing/html5lib_tests17.html [ Failure ]
133 imported/wpt/html/syntax/parsing/html5lib_tests18.html [ Failure ]
134 imported/wpt/html/syntax/parsing/html5lib_tests19.html [ Failure ]
135 imported/wpt/html/syntax/parsing/html5lib_tests2.html [ Failure ]
136 imported/wpt/html/syntax/parsing/html5lib_tests20.html [ Failure ]
137 imported/wpt/html/syntax/parsing/html5lib_tests21.html [ Failure ]
138 imported/wpt/html/syntax/parsing/html5lib_tests22.html [ Failure ]
139 imported/wpt/html/syntax/parsing/html5lib_tests23.html [ Failure ]
140 imported/wpt/html/syntax/parsing/html5lib_tests24.html [ Failure ]
141 imported/wpt/html/syntax/parsing/html5lib_tests25.html [ Failure ]
142 imported/wpt/html/syntax/parsing/html5lib_tests26.html [ Failure ]
143 imported/wpt/html/syntax/parsing/html5lib_tests3.html [ Failure ]
144 imported/wpt/html/syntax/parsing/html5lib_tests5.html [ Failure ]
145 imported/wpt/html/syntax/parsing/html5lib_tests6.html [ Failure ]
146 imported/wpt/html/syntax/parsing/html5lib_tests7.html [ Failure ]
147 imported/wpt/html/syntax/parsing/html5lib_tests8.html [ Failure ]
148 imported/wpt/html/syntax/parsing/html5lib_tests9.html [ Failure ]
149 imported/wpt/html/syntax/parsing/html5lib_tricky01.html [ Failure ]
150 imported/wpt/html/syntax/parsing/html5lib_webkit01.html [ Failure ]
151 imported/wpt/html/syntax/parsing/html5lib_webkit02.html [ Failure ]
152 inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpoints.html [ Timeout ]
153 jquery/manipulation.html [ Timeout ]
154 storage/indexeddb/blob-valid-after-deletion.html [ Failure ]
155 storage/indexeddb/blob-valid-before-commit.html [ Failure ]
156 storage/indexeddb/empty-crash.html [ Timeout ]
157 virtual/stable/http/tests/navigation/cross-origin-fragment-navigation-is-async.h tml [ Failure ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698