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

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

Issue 164192: More test expectation updates... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 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 | Annotate | Revision Log
« 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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 BUG973468 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL 706 BUG973468 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL
707 707
708 // It looks like the upstream test is incorrectly using font-family: Times 708 // It looks like the upstream test is incorrectly using font-family: Times
709 // instead of font-family: times new roman. This broke when we recently moved 709 // instead of font-family: times new roman. This broke when we recently moved
710 // more of our font default settings to 'times new roman' from 'Times'. This 710 // more of our font default settings to 'times new roman' from 'Times'. This
711 // should be fixed upstream. https://bugs.webkit.org/show_bug.cgi?id=16348 711 // should be fixed upstream. https://bugs.webkit.org/show_bug.cgi?id=16348
712 BUG10277 LINUX : LayoutTests/fast/css/font-face-default-font.html = FAIL 712 BUG10277 LINUX : LayoutTests/fast/css/font-face-default-font.html = FAIL
713 713
714 // We don't support dynamic fonts on Linux. 714 // We don't support dynamic fonts on Linux.
715 // Once we have the sandbox working, we should re-evaluate this. 715 // Once we have the sandbox working, we should re-evaluate this.
716 BUG10278 LINUX : LayoutTests/fast/css/font-face-remote.html = FAIL
717 BUG10278 LINUX : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL 716 BUG10278 LINUX : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL
718 BUG10278 LINUX : LayoutTests/fast/css/font-face-unicode-range.html = FAIL 717 BUG10278 LINUX : LayoutTests/fast/css/font-face-unicode-range.html = FAIL
719 718
720 // The v8 bindings allow shadowing of all properties on the global 719 // The v8 bindings allow shadowing of all properties on the global
721 // object. If you use 'var prop = value' you will get a new variable 720 // object. If you use 'var prop = value' you will get a new variable
722 // named prop that shadows builtin properties on the global object. 721 // named prop that shadows builtin properties on the global object.
723 // This behavior is consistent and I'm reluctant to make the massive 722 // This behavior is consistent and I'm reluctant to make the massive
724 // change that would be needed to implement the inconsistent handling 723 // change that would be needed to implement the inconsistent handling
725 // of this that KJS has (some properties can be shadowed and others 724 // of this that KJS has (some properties can be shadowed and others
726 // can't). This should have low priority. 725 // can't). This should have low priority.
(...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after
2349 // Caused by WebKit merge 43346:43361. These likely just need re-baselining. 2348 // Caused by WebKit merge 43346:43361. These likely just need re-baselining.
2350 // Most likely caused by http://trac.webkit.org/changeset/43355 2349 // Most likely caused by http://trac.webkit.org/changeset/43355
2351 BUG11613 WIN : LayoutTests/http/tests/navigation/anchor-frames.html = FAIL 2350 BUG11613 WIN : LayoutTests/http/tests/navigation/anchor-frames.html = FAIL
2352 BUG11613 WIN : LayoutTests/http/tests/navigation/javascriptlink-frames.html = FA IL 2351 BUG11613 WIN : LayoutTests/http/tests/navigation/javascriptlink-frames.html = FA IL
2353 2352
2354 // TODO(erg): Attempted to rebaseline these tests as part of the above 2353 // TODO(erg): Attempted to rebaseline these tests as part of the above
2355 // 43346:43361 rebaseling from http://trac.webkit.org/changeset/43355. Turned 2354 // 43346:43361 rebaseling from http://trac.webkit.org/changeset/43355. Turned
2356 // tree red. May be more involved then just rebaselining. 2355 // tree red. May be more involved then just rebaselining.
2357 BUG11613 LINUX : LayoutTests/editing/deleting/5168598.html = FAIL 2356 BUG11613 LINUX : LayoutTests/editing/deleting/5168598.html = FAIL
2358 BUG11613 LINUX : LayoutTests/editing/inserting/5607069-2.html = FAIL 2357 BUG11613 LINUX : LayoutTests/editing/inserting/5607069-2.html = FAIL
2359 BUG11613 LINUX : LayoutTests/editing/inserting/5607069-3.html = FAIL
2360 2358
2361 // This needs to be rebaselined. See http://trac.webkit.org/changeset/43378 2359 // This needs to be rebaselined. See http://trac.webkit.org/changeset/43378
2362 BUG11669 LINUX : LayoutTests/fast/layers/remove-only-this-layer-update.html = FA IL 2360 BUG11669 LINUX : LayoutTests/fast/layers/remove-only-this-layer-update.html = FA IL
2363 2361
2364 // May need rebaselining for mac/linux, or may need nothing at all. Triage after has run 2362 // May need rebaselining for mac/linux, or may need nothing at all. Triage after has run
2365 // on mac/linux buildbot. See http://crbug.com/11763. 2363 // on mac/linux buildbot. See http://crbug.com/11763.
2366 BUG11763 LINUX : LayoutTests/fast/layers/self-painting-outline.html = FAIL PASS 2364 BUG11763 LINUX : LayoutTests/fast/layers/self-painting-outline.html = FAIL PASS
2367 2365
2368 // This test got moved (and the baselines have been moved accordingly), but now as a result 2366 // This test got moved (and the baselines have been moved accordingly), but now as a result
2369 // it seems to be failing?! 2367 // it seems to be failing?!
2370 BUG11795 WIN LINUX : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL 2368 BUG11795 WIN LINUX : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL
2371 BUG11795 MAC : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL CRASH 2369 BUG11795 MAC : LayoutTests/http/tests/misc/favicon-as-image.html = FAIL CRASH
2372 2370
2373 // Already baselined for chromium-win, may need to be done for mac/linux as well . 2371 // Already baselined for chromium-win, may need to be done for mac/linux as well .
2374 BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL 2372 BUG11796 LINUX : LayoutTests/fast/forms/search-styled.html = FAIL
2375 2373
2376 // Flaky Mac tests 2374 // Flaky Mac tests
2377 BUG11810 MAC : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIM EOUT PASS 2375 BUG11810 MAC : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIM EOUT PASS
2378 BUG11810 MAC : LayoutTests/http/tests/mime/standard-mode-does-not-load-styleshee t-with-text-plain.html = TIMEOUT PASS
2379 BUG11810 MAC : LayoutTests/svg/custom/polyline-points-crash.html = CRASH PASS 2376 BUG11810 MAC : LayoutTests/svg/custom/polyline-points-crash.html = CRASH PASS
2380 BUG11810 MAC : LayoutTests/editing/selection/extend-selection.html = TIMEOUT PAS S 2377 BUG11810 MAC : LayoutTests/editing/selection/extend-selection.html = TIMEOUT PAS S
2381 BUG11810 MAC DEBUG : LayoutTests/fast/repaint/subtree-root-clip.html = CRASH PAS S 2378 BUG11810 MAC DEBUG : LayoutTests/fast/repaint/subtree-root-clip.html = CRASH PAS S
2382 BUG11810 MAC DEBUG : LayoutTests/http/tests/security/originHeader/origin-header- for-empty.html = TIMEOUT FAIL CRASH PASS 2379 BUG11810 MAC DEBUG : LayoutTests/http/tests/security/originHeader/origin-header- for-empty.html = TIMEOUT FAIL CRASH PASS
2383 2380
2384 // Flaky Linux tests 2381 // Flaky Linux tests
2385 BUG11832 LINUX : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL P ASS 2382 BUG11832 LINUX : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL P ASS
2386 BUG11832 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FA IL PASS 2383 BUG11832 LINUX DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FA IL PASS
2387 BUG11832 LINUX : LayoutTests/fast/css/transition-color-unspecified.html = FAIL P ASS 2384 BUG11832 LINUX : LayoutTests/fast/css/transition-color-unspecified.html = FAIL P ASS
2388 BUG11832 LINUX : LayoutTests/editing/selection/extend-selection.html = TIMEOUT P ASS 2385 BUG11832 LINUX : LayoutTests/editing/selection/extend-selection.html = TIMEOUT P ASS
2389 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/request-encoding.html = T IMEOUT PASS 2386 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/request-encoding.html = T IMEOUT PASS
2390 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open -005.html = CRASH PASS 2387 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open -005.html = CRASH PASS
2391 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open -010.html = CRASH PASS 2388 BUG11832 LINUX : LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open -010.html = CRASH PASS
2392 BUG11832 LINUX DEBUG : LayoutTests/http/tests/xmlhttprequest/web-apps/004.html = CRASH PASS 2389 BUG11832 LINUX DEBUG : LayoutTests/http/tests/xmlhttprequest/web-apps/004.html = CRASH PASS
2393 2390
2394 // Flaky Windows/Linux Tests 2391 // Flaky Windows/Linux Tests
2395 BUG11898 WIN LINUX DEBUG : LayoutTests/svg/dom/SVGScriptElement/script-set-href. svg = FAIL PASS 2392 BUG11898 WIN LINUX MAC : LayoutTests/svg/dom/SVGScriptElement/script-set-href.sv g = FAIL PASS
2396 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = TI MEOUT PASS 2393 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = TI MEOUT PASS
2397 BUG11898 WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/004.html = CRASH P ASS 2394 BUG11898 WIN : LayoutTests/http/tests/xmlhttprequest/web-apps/004.html = CRASH P ASS
2398 BUG18772 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIMEOUT PASS 2395 BUG18772 WIN DEBUG : LayoutTests/http/tests/navigation/post-goback-same-url.html = TIMEOUT PASS
2399 2396
2400 // Need LINUX/Mac rebaselines after WebKit Update 437150:43770 2397 // Need LINUX/Mac rebaselines after WebKit Update 437150:43770
2401 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test1.html = F AIL 2398 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test1.html = F AIL
2402 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test2.html = F AIL 2399 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test2.html = F AIL
2403 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test3.html = F AIL 2400 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test3.html = F AIL
2404 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test4.html = F AIL 2401 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test4.html = F AIL
2405 2402
(...skipping 13 matching lines...) Expand all
2419 2416
2420 // wap css tests were added in http://trac.webkit.org/changeset/43887 and are 2417 // wap css tests were added in http://trac.webkit.org/changeset/43887 and are
2421 // skipped on all platforms upstream. 2418 // skipped on all platforms upstream.
2422 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-dir.xhtml = FAIL 2419 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-dir.xhtml = FAIL
2423 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-loop.xhtml = FAIL 2420 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-loop.xhtml = FAIL
2424 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-speed.xhtml = FAIL 2421 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-speed.xhtml = FAIL
2425 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-style.xhtml = FAIL 2422 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-style.xhtml = FAIL
2426 2423
2427 // Details for all of these are in the bugs. 2424 // Details for all of these are in the bugs.
2428 BUG12340 WIN : LayoutTests/fast/body-propagation/overflow/004-xhtml.xhtml = PASS FAIL 2425 BUG12340 WIN : LayoutTests/fast/body-propagation/overflow/004-xhtml.xhtml = PASS FAIL
2429 BUG12341 WIN : LayoutTests/editing/selection/4975120.html = PASS FAIL 2426 BUG12341 WIN LINUX : LayoutTests/editing/selection/4975120.html = PASS FAIL
2430 BUG12354 : LayoutTests/plugins/netscape-invoke-browserfuncs.html = FAIL 2427 BUG12354 : LayoutTests/plugins/netscape-invoke-browserfuncs.html = FAIL
2431 BUG12355 : LayoutTests/editing/pasteboard/file-input-files-access.html = FAIL 2428 BUG12355 : LayoutTests/editing/pasteboard/file-input-files-access.html = FAIL
2432 BUG12361 : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.ht ml = FAIL 2429 BUG12361 : LayoutTests/http/tests/cookies/double-quoted-value-with-semi-colon.ht ml = FAIL
2433 2430
2434 // webkit 44010+44027 introducted new tests 2431 // webkit 44010+44027 introducted new tests
2435 BUG12477 : LayoutTests/http/tests/local/drag-over-remote-content.html = FAIL 2432 BUG12477 : LayoutTests/http/tests/local/drag-over-remote-content.html = FAIL
2436 BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html = FAIL 2433 BUG12477 : LayoutTests/http/tests/security/drag-over-remote-content-iframe.html = FAIL
2437 2434
2438 // WebKit 44202:44252 introduced new tests 2435 // WebKit 44202:44252 introduced new tests
2439 BUG12881 WIN LINUX : LayoutTests/fast/forms/isindex-placeholder.html = FAIL 2436 BUG12881 WIN LINUX : LayoutTests/fast/forms/isindex-placeholder.html = FAIL
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
2843 BUG18206 LINUX MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-after-i frame-onload-remove-self.html = CRASH PASS 2840 BUG18206 LINUX MAC : LayoutTests/fast/xmlhttprequest/xmlhttprequest-open-after-i frame-onload-remove-self.html = CRASH PASS
2844 BUG18569 MAC DEBUG : LayoutTests/fast/repaint/overflow-scroll-delete.html = PASS CRASH 2841 BUG18569 MAC DEBUG : LayoutTests/fast/repaint/overflow-scroll-delete.html = PASS CRASH
2845 BUG18656 LINUX : LayoutTests/fast/overflow/overflow-stacking.html = PASS CRASH 2842 BUG18656 LINUX : LayoutTests/fast/overflow/overflow-stacking.html = PASS CRASH
2846 BUG18656 MAC : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL CRASH 2843 BUG18656 MAC : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL CRASH
2847 BUG18724 LINUX DEBUG : LayoutTests/transitions/transition-drt-api-delay.html = P ASS CRASH 2844 BUG18724 LINUX DEBUG : LayoutTests/transitions/transition-drt-api-delay.html = P ASS CRASH
2848 2845
2849 // Flaky timeout 2846 // Flaky timeout
2850 BUG18659 WIN : LayoutTests/http/tests/loading/redirect-methods.html = PASS TIMEO UT 2847 BUG18659 WIN : LayoutTests/http/tests/loading/redirect-methods.html = PASS TIMEO UT
2851 BUG18733 WIN : LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization. html = PASS TIMEOUT 2848 BUG18733 WIN : LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization. html = PASS TIMEOUT
2852 BUG18740 WIN : LayoutTests/http/tests/security/credentials-in-referer.html = PAS S TIMEOUT 2849 BUG18740 WIN : LayoutTests/http/tests/security/credentials-in-referer.html = PAS S TIMEOUT
2850 BUG18794 WIN MAC : LayoutTests/http/tests/mime/standard-mode-does-not-load-style sheet-with-text-plain.html = TIMEOUT PASS
2853 2851
2854 BUG18665 MAC : LayoutTests/security/block-test.html = FAIL 2852 BUG18665 MAC : LayoutTests/security/block-test.html = FAIL
2855 BUG18665 MAC : LayoutTests/security/block-test-no-port.html = FAIL 2853 BUG18665 MAC : LayoutTests/security/block-test-no-port.html = FAIL
2856 2854
2857 // Test failures/flakiness from WebKit merge 46850 to 46894 2855 // Test failures/flakiness from WebKit merge 46850 to 46894
2858 BUG18784 LINUX : LayoutTests/fast/overflow/overflow-focus-ring.html = CRASH PASS 2856 BUG18784 LINUX : LayoutTests/fast/overflow/overflow-focus-ring.html = CRASH PASS
2859 BUG18784 LINUX : LayoutTests/fast/text/drawBidiText.html = FAIL PASS 2857 BUG18784 LINUX : LayoutTests/fast/text/drawBidiText.html = FAIL PASS
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