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

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

Issue 2845093004: Disable failing/crashing layout tests on Site Isolation bots. (Closed)
Patch Set: Created 3 years, 7 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/716085: Started failing after r466634 landed.
5 crbug.com/716085 http/tests/feature-policy-experimental-features/vibrate-disable d.php [ Crash ]
6 crbug.com/716085 http/tests/feature-policy-experimental-features/vibrate-enabled forself.php [ Crash ]
7 crbug.com/716085 virtual/feature-policy-experimental-features/http/tests/feature -policy-experimental-features/vibrate-disabled.php [ Crash ]
8 crbug.com/716085 virtual/feature-policy-experimental-features/http/tests/feature -policy-experimental-features/vibrate-enabledforall.php [ Crash ]
9 crbug.com/716085 virtual/feature-policy-experimental-features/http/tests/feature -policy-experimental-features/vibrate-enabledforself.php [ Crash ]
10 crbug.com/716085 virtual/mojo-loading/http/tests/feature-policy-experimental-fea tures/vibrate-disabled.php [ Crash ]
11 crbug.com/716085 virtual/mojo-loading/http/tests/feature-policy-experimental-fea tures/vibrate-enabledforall.php [ Crash ]
12 crbug.com/716085 virtual/mojo-loading/http/tests/feature-policy-experimental-fea tures/vibrate-enabledforself.php [ Crash ]
Łukasz Anforowicz 2017/04/27 18:10:00 I wonder if you also should add [ Failure ] and/or
nasko 2017/04/27 18:50:06 Done.
13
14 # https://crbug.com/710098: Tests failing because of r462933.
15 crbug.com/710098 http/tests/security/document-all.html [ Failure ]
16 crbug.com/710098 http/tests/security/window-named-proto.html [ Failure ]
17 crbug.com/710098 http/tests/security/window-named-valueOf.html [ Failure ]
18 crbug.com/710098 virtual/mojo-loading/http/tests/security/document-all.html [ Fa ilure ]
19 crbug.com/710098 virtual/mojo-loading/http/tests/security/window-named-proto.htm l [ Failure ]
20 crbug.com/710098 virtual/mojo-loading/http/tests/security/window-named-valueOf.h tml [ Failure ]
21
4 # https://crbug.com/700535: Times out after r454488 landed. 22 # https://crbug.com/700535: Times out after r454488 landed.
5 crbug.com/700535 fast/dnd/dropEffect-for-effectAllowed.html [ Timeout ] 23 crbug.com/700535 fast/dnd/dropEffect-for-effectAllowed.html [ Timeout ]
6 24
7 # https://crbug.com/697111: assert failures in test added in r451938. 25 # https://crbug.com/697111: assert failures in test added in r451938.
8 crbug.com/697111 svg/dom/getScreenCTM-ancestor-transform.html [ Failure ] 26 crbug.com/697111 svg/dom/getScreenCTM-ancestor-transform.html [ Failure ]
9 27
10 # https://crbug.com/669083: console messages mismatch (origin-only VS full-URI) 28 # https://crbug.com/669083: console messages mismatch (origin-only VS full-URI)
11 crbug.com/669083 http/tests/security/frameNavigation/xss-DENIED-top-navigation-w ithout-user-gesture.html [ Failure ] 29 crbug.com/669083 http/tests/security/frameNavigation/xss-DENIED-top-navigation-w ithout-user-gesture.html [ Failure ]
12 crbug.com/669083 virtual/mojo-loading/http/tests/security/frameNavigation/xss-DE NIED-top-navigation-without-user-gesture.html [ Failure ] 30 crbug.com/669083 virtual/mojo-loading/http/tests/security/frameNavigation/xss-DE NIED-top-navigation-without-user-gesture.html [ Failure ]
13 31
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 Bug(none) external/wpt/html/syntax/parsing/html5lib_tests8.html [ Failure ] 233 Bug(none) external/wpt/html/syntax/parsing/html5lib_tests8.html [ Failure ]
216 Bug(none) external/wpt/html/syntax/parsing/html5lib_tests9.html [ Failure ] 234 Bug(none) external/wpt/html/syntax/parsing/html5lib_tests9.html [ Failure ]
217 Bug(none) external/wpt/html/syntax/parsing/html5lib_tricky01.html [ Failure ] 235 Bug(none) external/wpt/html/syntax/parsing/html5lib_tricky01.html [ Failure ]
218 Bug(none) external/wpt/html/syntax/parsing/html5lib_webkit01.html [ Failure ] 236 Bug(none) external/wpt/html/syntax/parsing/html5lib_webkit01.html [ Failure ]
219 Bug(none) external/wpt/html/syntax/parsing/html5lib_webkit02.html [ Failure ] 237 Bug(none) external/wpt/html/syntax/parsing/html5lib_webkit02.html [ Failure ]
220 Bug(none) inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpo ints.html [ Timeout ] 238 Bug(none) inspector/sources/debugger-frameworks/frameworks-dom-xhr-event-breakpo ints.html [ Timeout ]
221 Bug(none) jquery/manipulation.html [ Timeout ] 239 Bug(none) jquery/manipulation.html [ Timeout ]
222 Bug(none) storage/indexeddb/blob-valid-after-deletion.html [ Failure ] 240 Bug(none) storage/indexeddb/blob-valid-after-deletion.html [ Failure ]
223 Bug(none) storage/indexeddb/blob-valid-before-commit.html [ Failure ] 241 Bug(none) storage/indexeddb/blob-valid-before-commit.html [ Failure ]
224 Bug(none) storage/indexeddb/empty-crash.html [ Timeout ] 242 Bug(none) storage/indexeddb/empty-crash.html [ Timeout ]
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