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

Side by Side Diff: webkit/tools/layout_tests/test_expectations.txt

Issue 281010: Mark globalhistory tests as WONTFIX.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: for realz now. Created 11 years, 2 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 // This file consists of lines with specifications of what 1 // This file consists of lines with specifications of what
2 // to expect from layout test cases. The test cases can be directories 2 // to expect from layout test cases. The test cases can be directories
3 // in which case the expectations apply to all test cases in that 3 // in which case the expectations apply to all test cases in that
4 // directory and any subdirectory. The format of the file is along the 4 // directory and any subdirectory. The format of the file is along the
5 // lines of: 5 // lines of:
6 // 6 //
7 // LayoutTests/fast/js/fixme.js = FAIL 7 // LayoutTests/fast/js/fixme.js = FAIL
8 // LayoutTests/fast/js/flaky.js = FAIL PASS 8 // LayoutTests/fast/js/flaky.js = FAIL PASS
9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS
10 // 10 //
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 // These tests propagate auth credentials back to the renderer, which we 422 // These tests propagate auth credentials back to the renderer, which we
423 // don't want to do. 423 // don't want to do.
424 WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-creden tials.html = FAIL 424 WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-auth-resend-wrong-creden tials.html = FAIL
425 WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automat ically.html = FAIL 425 WONTFIX BUG21840 : LayoutTests/http/tests/loading/basic-credentials-sent-automat ically.html = FAIL
426 426
427 // This checks the IDN behavior of WebKit/WebKit on Mac, not WebKit/WebCore or 427 // This checks the IDN behavior of WebKit/WebKit on Mac, not WebKit/WebCore or
428 // WebKit/JavaScriptCore. Chrome doesn't use WebKit/WebKit, and Chrome's IDN 428 // WebKit/JavaScriptCore. Chrome doesn't use WebKit/WebKit, and Chrome's IDN
429 // security model is different from it. 429 // security model is different from it.
430 BUG21814 WONTFIX SKIP: LayoutTests/fast/encoding/idn-security.html = FAIL 430 BUG21814 WONTFIX SKIP: LayoutTests/fast/encoding/idn-security.html = FAIL
431 431
432 // Our implementation of global history is completely different, and
433 // these tests are irrelevant.
434 BUG23748 WONTFIX : LayoutTests/http/tests/globalhistory = FAIL
435
432 // ----------------------------------------------------------------- 436 // -----------------------------------------------------------------
433 // CHROME REWRITTEN TESTS 437 // CHROME REWRITTEN TESTS
434 // ----------------------------------------------------------------- 438 // -----------------------------------------------------------------
435 439
436 // These tests have been rewritten, with the original being ignored, 440 // These tests have been rewritten, with the original being ignored,
437 // because they rely on being able to shadow the 'top' variable on the 441 // because they rely on being able to shadow the 'top' variable on the
438 // global object. For security we disallow shadowing of top. 442 // global object. For security we disallow shadowing of top.
439 WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL 443 WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL
440 444
441 // We're taking a different approach on this test than Webkit does, related to 445 // We're taking a different approach on this test than Webkit does, related to
(...skipping 2629 matching lines...) Expand 10 before | Expand all | Expand 10 after
3071 BUG24126 : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL 3075 BUG24126 : LayoutTests/fast/dom/HTMLInputElement/size-attribute.html = FAIL
3072 3076
3073 // WebKit update 48883:48904 3077 // WebKit update 48883:48904
3074 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc- context-2.html = FAIL 3078 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc- context-2.html = FAIL
3075 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc- context.html = FAIL 3079 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc- context.html = FAIL
3076 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc. xhtml = FAIL 3080 BUG23740 : LayoutTests/fast/events/attribute-listener-cloned-from-frameless-doc. xhtml = FAIL
3077 BUG23740 : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-d oc-context-2.html = FAIL 3081 BUG23740 : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-d oc-context-2.html = FAIL
3078 BUG23740 : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-d oc-context.html = FAIL 3082 BUG23740 : LayoutTests/fast/events/attribute-listener-extracted-from-frameless-d oc-context.html = FAIL
3079 BUG23745 LINUX MAC : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL 3083 BUG23745 LINUX MAC : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL
3080 3084
3081 // WebKit update 48904:48927
3082 // These seem to have some missing text; not sure if it's actual failure or not.
3083 BUG23748 : LayoutTests/http/tests/globalhistory/history-delegate-basic-302-redir ect.html = FAIL
3084 BUG23748 : LayoutTests/http/tests/globalhistory/history-delegate-basic-refresh-r edirect.html = FAIL
3085
3086 // WebKit update 48937:48947 3085 // WebKit update 48937:48947
3087 BUG23751 WIN LINUX DEBUG : LayoutTests/fast/inline/relative-positioned-overflow. html = CRASH 3086 BUG23751 WIN LINUX DEBUG : LayoutTests/fast/inline/relative-positioned-overflow. html = CRASH
3088 3087
3089 // Started happening somewhere around http://trac.webkit.org/changeset/48989. 3088 // Started happening somewhere around http://trac.webkit.org/changeset/48989.
3090 BUG23955 MAC LINUX : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL PASS 3089 BUG23955 MAC LINUX : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL PASS
3091 3090
3092 // Possibly busted as part of http://trac.webkit.org/changeset/49003 3091 // Possibly busted as part of http://trac.webkit.org/changeset/49003
3093 BUG23901 WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL 3092 BUG23901 WIN LINUX : LayoutTests/fast/box-shadow/inset.html = FAIL
3094 3093
3095 // Flaky on Linux since WebKit merge 49051:49097 3094 // Flaky on Linux since WebKit merge 49051:49097
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
3132 3131
3133 // Failing at WebKit Linux (dbg)(3) build 7795 3132 // Failing at WebKit Linux (dbg)(3) build 7795
3134 BUG24119 LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug1220.html = PASS FAIL 3133 BUG24119 LINUX DEBUG : LayoutTests/tables/mozilla/bugs/bug1220.html = PASS FAIL
3135 3134
3136 // WebKit roll 49245:49254 3135 // WebKit roll 49245:49254
3137 BUG24142 LINUX : LayoutTests/fast/css/large-number-round-trip.html = FAIL 3136 BUG24142 LINUX : LayoutTests/fast/css/large-number-round-trip.html = FAIL
3138 3137
3139 // Flaky failure 3138 // Flaky failure
3140 BUG24167 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-port-exp licit-domain.html = PASS FAIL 3139 BUG24167 WIN DEBUG : LayoutTests/http/tests/security/cross-frame-access-port-exp licit-domain.html = PASS FAIL
3141 3140
3142 // New test requires new test_shell hook.
3143 BUG24768 : LayoutTests/http/tests/globalhistory/history-delegate-basic-title.htm l = FAIL
3144
3145 BUG_24308 MAC : LayoutTests/http/tests/navigation/back-send-referrer.html = PASS TIMEOUT 3141 BUG_24308 MAC : LayoutTests/http/tests/navigation/back-send-referrer.html = PASS TIMEOUT
3146 3142
3147 BUG_24314 LINUX DEBUG : LayoutTests/editing/selection/extend-selection.html = PA SS TIMEOUT 3143 BUG_24314 LINUX DEBUG : LayoutTests/editing/selection/extend-selection.html = PA SS TIMEOUT
3148 3144
3149 BUG_23475 WIN : LayoutTests/svg/custom/junk-data.svg = PASS IMAGE 3145 BUG_23475 WIN : LayoutTests/svg/custom/junk-data.svg = PASS IMAGE
3150 3146
3151 // WebKit roll 49321:49372 3147 // WebKit roll 49321:49372
3152 BUG24454 : LayoutTests/http/tests/globalhistory/history-delegate-basic-visited-l inks.html = FAIL
3153 BUG_HCLAM WIN LINUX : LayoutTests/svg/carto.net/selectionlist.svg = CRASH 3148 BUG_HCLAM WIN LINUX : LayoutTests/svg/carto.net/selectionlist.svg = CRASH
3154 BUG_HCLAM MAC SLOW : LayoutTests/svg/carto.net/scrollbar.svg = CRASH 3149 BUG_HCLAM MAC SLOW : LayoutTests/svg/carto.net/scrollbar.svg = CRASH
3155 3150
3156 // WebKit roll 49405:49413 3151 // WebKit roll 49405:49413
3157 BUG_HCLAM : LayoutTests/http/tests/xmlhttprequest/logout.html = FAIL 3152 BUG_HCLAM : LayoutTests/http/tests/xmlhttprequest/logout.html = FAIL
3158 3153
3159 // WebKit roll 49414:49427 3154 // WebKit roll 49414:49427
3160 BUG_HCLAM WIN : LayoutTests/fast/loader/text-document-wrapping.html = PASS CRASH 3155 BUG_HCLAM WIN : LayoutTests/fast/loader/text-document-wrapping.html = PASS CRASH
3161 3156
3162 // Fixed in tip of tree V8, hasn't reached us yet. 3157 // Fixed in tip of tree V8, hasn't reached us yet.
(...skipping 21 matching lines...) Expand all
3184 3179
3185 // WebKit Roll 49597:49640 3180 // WebKit Roll 49597:49640
3186 BUG24959 : LayoutTests/fast/block/float/float-in-float-hit-testing.html = FAIL 3181 BUG24959 : LayoutTests/fast/block/float/float-in-float-hit-testing.html = FAIL
3187 BUG24961 : LayoutTests/fast/events/clientXY-in-zoom-and-scroll.html = FAIL 3182 BUG24961 : LayoutTests/fast/events/clientXY-in-zoom-and-scroll.html = FAIL
3188 BUG24962 WIN LINUX : LayoutTests/fast/events/click-focus-anchor.html = FAIL 3183 BUG24962 WIN LINUX : LayoutTests/fast/events/click-focus-anchor.html = FAIL
3189 BUG24963 MAC : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL 3184 BUG24963 MAC : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL
3190 BUG24964 MAC : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL 3185 BUG24964 MAC : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL
3191 BUG24964 WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL 3186 BUG24964 WIN : LayoutTests/svg/W3C-SVG-1.1/masking-intro-01-f.svg = FAIL
3192 BUG24965 LINUX : LayoutTests/fast/forms/preserveFormDuringResidualStyle.html = C RASH 3187 BUG24965 LINUX : LayoutTests/fast/forms/preserveFormDuringResidualStyle.html = C RASH
3193 BUG24966 MAC : LayoutTests/fast/frames/calculate-fixed.html = CRASH 3188 BUG24966 MAC : LayoutTests/fast/frames/calculate-fixed.html = CRASH
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