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

Side by Side Diff: LayoutTests/TestExpectations

Issue 14246006: Implementing timeout support for XHR (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@timeoutResourceHandle
Patch Set: Rebased patch Created 7 years, 8 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
OLDNEW
1 # See http://trac.webkit.org/wiki/TestExpectations for more information on this file. 1 # See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
2 2
3 # ----------------------------------------------------------------- 3 # -----------------------------------------------------------------
4 # SLOW TESTS 4 # SLOW TESTS
5 # ----------------------------------------------------------------- 5 # -----------------------------------------------------------------
6 6
7 crbug.com/24182 [ Debug ] css3/flexbox/multiline-justify-content.html [ Slow ] 7 crbug.com/24182 [ Debug ] css3/flexbox/multiline-justify-content.html [ Slow ]
8 webkit.org/b/91666 [ Mac ] editing/input/emacs-ctrl-o.html [ Failure Slow ] 8 webkit.org/b/91666 [ Mac ] editing/input/emacs-ctrl-o.html [ Failure Slow ]
9 webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-ctrl-k-y-001.html [ Failure Slow ] 9 webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-ctrl-k-y-001.html [ Failure Slow ]
10 webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-ctrl-a-k-y.html [ Failure Sl ow ] 10 webkit.org/b/91666 [ Mac ] editing/pasteboard/emacs-ctrl-a-k-y.html [ Failure Sl ow ]
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 # error in the header of the following test. 414 # error in the header of the following test.
415 crbug.com/24197 fast/css/disabled-author-styles.html 415 crbug.com/24197 fast/css/disabled-author-styles.html
416 416
417 # Test itself passes, but causes subsequent tests to fail. 417 # Test itself passes, but causes subsequent tests to fail.
418 webkit.org/b/83260 fast/text/international/embed-bidi-style-in-isolate-crash.htm l 418 webkit.org/b/83260 fast/text/international/embed-bidi-style-in-isolate-crash.htm l
419 419
420 webkit.org/b/105005 [ Debug ] fast/css/variables/case-insensitive.html [ Pass Cr ash ] 420 webkit.org/b/105005 [ Debug ] fast/css/variables/case-insensitive.html [ Pass Cr ash ]
421 421
422 webkit.org/b/109415 editing/spelling/spellcheck-async.html [ Pass Failure ] 422 webkit.org/b/109415 editing/spelling/spellcheck-async.html [ Pass Failure ]
423 423
424 # ResourceRequest needs to support setTimeoutInterval
425 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abor ted.html [ Skip ]
426 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abor tedonmain.html [ Skip ]
427 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-over ridesexpires.html [ Skip ]
428 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simp le.html [ Skip ]
429 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-sync onmain.html [ Skip ]
430 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twic e.html [ Skip ]
431 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-work er-aborted.html [ Skip ]
432 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-work er-overridesexpires.html [ Skip ]
433 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-work er-simple.html [ Skip ]
434 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-work er-synconworker.html [ Skip ]
435 webkit.org/b/98397 http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-work er-twice.html [ Skip ]
436
437 # ----------------------------------------------------------------- 424 # -----------------------------------------------------------------
438 # Inspector tests 425 # Inspector tests
439 # ----------------------------------------------------------------- 426 # -----------------------------------------------------------------
440 427
441 # There is no enough plugins support in DRT 428 # There is no enough plugins support in DRT
442 # FIXME: Should these tests be deleted or just marked Skip? 429 # FIXME: Should these tests be deleted or just marked Skip?
443 http/tests/inspector/network/network-embed.html [ WontFix ] 430 http/tests/inspector/network/network-embed.html [ WontFix ]
444 http/tests/inspector/network/network-content-replacement-embed.html [ WontFix ] 431 http/tests/inspector/network/network-content-replacement-embed.html [ WontFix ]
445 432
446 # Works slowly, we have an equivalent test that doesn't open Inspector and runs fast. 433 # Works slowly, we have an equivalent test that doesn't open Inspector and runs fast.
(...skipping 2710 matching lines...) Expand 10 before | Expand all | Expand 10 after
3157 # From WebKit's generic expectations. 3144 # From WebKit's generic expectations.
3158 # pending functional patch and per-port verification 3145 # pending functional patch and per-port verification
3159 webkit.org/b/109954 css3/line-break [ Skip ] 3146 webkit.org/b/109954 css3/line-break [ Skip ]
3160 # pending implementation completion and feature enabling 3147 # pending implementation completion and feature enabling
3161 webkit.org/b/109570 media/track/regions-webvtt [ Skip ] 3148 webkit.org/b/109570 media/track/regions-webvtt [ Skip ]
3162 3149
3163 crbug.com/231721 [ XP Release ] svg/custom/invisible-text-after-scrolling.xhtml [ Pass Timeout ] 3150 crbug.com/231721 [ XP Release ] svg/custom/invisible-text-after-scrolling.xhtml [ Pass Timeout ]
3164 3151
3165 # The image output is wrong (some red dots can be seen). 3152 # The image output is wrong (some red dots can be seen).
3166 crbug.com/232061 [ Linux ] fast/text/zero-font-size-2.html [ ImageOnlyFailure ] 3153 crbug.com/232061 [ Linux ] fast/text/zero-font-size-2.html [ ImageOnlyFailure ]
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/features.gypi » ('j') | Source/core/platform/network/chromium/ResourceHandle.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698