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

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

Issue 449057: Mark XHTML Mobile Profile and WCSS tests as WONTFIX.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years 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 are irrelevant. 422 // these tests are irrelevant.
423 BUG23748 WONTFIX : LayoutTests/http/tests/globalhistory = FAIL 423 BUG23748 WONTFIX : LayoutTests/http/tests/globalhistory = FAIL
424 424
425 // DataGrid was pulled from HTML5 spec, unlikely to re-emerge in the current for m. 425 // DataGrid was pulled from HTML5 spec, unlikely to re-emerge in the current for m.
426 BUG17585 WONTFIX : LayoutTests/fast/dom/HTMLDataGridElement = FAIL 426 BUG17585 WONTFIX : LayoutTests/fast/dom/HTMLDataGridElement = FAIL
427 427
428 // We are not going to support submitting a form to about:* pages. 428 // We are not going to support submitting a form to about:* pages.
429 // For more details, see discussions at issue 20570. 429 // For more details, see discussions at issue 20570.
430 BUG20570 WONTFIX : LayoutTests/fast/forms/get-forms-to-about-blank.html = FAIL 430 BUG20570 WONTFIX : LayoutTests/fast/forms/get-forms-to-about-blank.html = FAIL
431 431
432 // xhtml mp tests were added in http://trac.webkit.org/changeset/43865 and are
433 // skipped on all platforms upstream.
434 // We are not planning to support these.
435 BUG12254 WONTFIX SKIP : LayoutTests/fast/xhtmlmp = FAIL
436
437 // wap css tests were added in http://trac.webkit.org/changeset/43887 and are
438 // skipped on all platforms upstream.
439 // We are not planning to support these.
440 BUG12310 WONTFIX SKIP : LayoutTests/fast/wcss = FAIL
441
432 // ----------------------------------------------------------------- 442 // -----------------------------------------------------------------
433 // CHROME REWRITTEN TESTS 443 // CHROME REWRITTEN TESTS
434 // ----------------------------------------------------------------- 444 // -----------------------------------------------------------------
435 445
436 // These tests have been rewritten, with the original being ignored, 446 // These tests have been rewritten, with the original being ignored,
437 // because they rely on being able to shadow the 'top' variable on the 447 // because they rely on being able to shadow the 'top' variable on the
438 // global object. For security we disallow shadowing of top. 448 // global object. For security we disallow shadowing of top.
439 WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL 449 WONTFIX : LayoutTests/editing/selection/click-before-and-after-table.html = FAIL
440 450
441 // We're taking a different approach on this test than Webkit does, related to 451 // We're taking a different approach on this test than Webkit does, related to
(...skipping 2101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2543 // Flaky Windows/Linux Tests 2553 // Flaky Windows/Linux Tests
2544 BUG11898 : LayoutTests/svg/dom/SVGScriptElement/script-set-href.svg = FAIL PASS 2554 BUG11898 : LayoutTests/svg/dom/SVGScriptElement/script-set-href.svg = FAIL PASS
2545 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TI MEOUT PASS 2555 BUG11898 WIN DEBUG : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TI MEOUT PASS
2546 2556
2547 // Need LINUX/Mac rebaselines after WebKit Update 437150:43770 2557 // Need LINUX/Mac rebaselines after WebKit Update 437150:43770
2548 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test1.html = F AIL 2558 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test1.html = F AIL
2549 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test2.html = F AIL 2559 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test2.html = F AIL
2550 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test3.html = F AIL 2560 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test3.html = F AIL
2551 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test4.html = F AIL 2561 BUG12053 MAC : LayoutTests/editing/execCommand/outdent-blockquote-test4.html = F AIL
2552 2562
2553 // xhtml mp tests were added in http://trac.webkit.org/changeset/43865 and are
2554 // skipped on all platforms upstream.
2555 BUG12254 SKIP : LayoutTests/fast/xhtmlmp/check-doctype-declaration.xhtml = FAIL
2556 BUG12254 SKIP : LayoutTests/fast/xhtmlmp/check-rootelement.xhtml = FAIL
2557 BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript-in-multiscripts.xhtml = FAIL
2558 BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript-nested.xhtml = FAIL
2559 BUG12254 SKIP : LayoutTests/fast/xhtmlmp/noscript.xhtml = FAIL
2560
2561 // wap css tests were added in http://trac.webkit.org/changeset/43887 and are
2562 // skipped on all platforms upstream.
2563 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-dir.xhtml = FAIL
2564 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-loop.xhtml = FAIL
2565 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-speed.xhtml = FAIL
2566 BUG12310 SKIP : LayoutTests/fast/wcss/marquee-style.xhtml = FAIL
2567
2568 // Details for all of these are in the bugs. 2563 // Details for all of these are in the bugs.
2569 BUG12361 WIN SLOW : LayoutTests/http/tests/cookies/double-quoted-value-with-semi -colon.html = FAIL 2564 BUG12361 WIN SLOW : LayoutTests/http/tests/cookies/double-quoted-value-with-semi -colon.html = FAIL
2570 BUG12361 LINUX MAC DEBUG : LayoutTests/http/tests/cookies/double-quoted-value-wi th-semi-colon.html = FAIL 2565 BUG12361 LINUX MAC DEBUG : LayoutTests/http/tests/cookies/double-quoted-value-wi th-semi-colon.html = FAIL
2571 BUG12361 LINUX RELEASE : LayoutTests/http/tests/cookies/double-quoted-value-with -semi-colon.html = FAIL 2566 BUG12361 LINUX RELEASE : LayoutTests/http/tests/cookies/double-quoted-value-with -semi-colon.html = FAIL
2572 BUG12361 SLOW MAC RELEASE : LayoutTests/http/tests/cookies/double-quoted-value-w ith-semi-colon.html = FAIL 2567 BUG12361 SLOW MAC RELEASE : LayoutTests/http/tests/cookies/double-quoted-value-w ith-semi-colon.html = FAIL
2573 2568
2574 // WebKit 44286:44342 2569 // WebKit 44286:44342
2575 BUG13174 WIN : LayoutTests/transitions/shorthand-border-transitions.html = PASS FAIL 2570 BUG13174 WIN : LayoutTests/transitions/shorthand-border-transitions.html = PASS FAIL
2576 2571
2577 // WebKit 44438:44544 2572 // WebKit 44438:44544
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
3023 BUG29059 : LayoutTests/editing/selection/5825350-2.html = FAIL 3018 BUG29059 : LayoutTests/editing/selection/5825350-2.html = FAIL
3024 BUG29059 : LayoutTests/editing/selection/mixed-editability-10.html = FAIL 3019 BUG29059 : LayoutTests/editing/selection/mixed-editability-10.html = FAIL
3025 BUG29059 : LayoutTests/editing/deleting/5390681-2.html = FAIL 3020 BUG29059 : LayoutTests/editing/deleting/5390681-2.html = FAIL
3026 3021
3027 // New failures from WebKit r51527 3022 // New failures from WebKit r51527
3028 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c561-list-displ-00-b.html = IMAG E+TEXT 3023 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c561-list-displ-00-b.html = IMAG E+TEXT
3029 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c565-list-pos-00-b.html = IMAGE+ TEXT 3024 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c565-list-pos-00-b.html = IMAGE+ TEXT
3030 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c566-list-stl-00-e-ag.html = IMA GE+TEXT 3025 BUG_HAMAJI WIN LINUX : LayoutTests/css2.1/t1205-c566-list-stl-00-e-ag.html = IMA GE+TEXT
3031 BUG_HAMAJI WIN LINUX : LayoutTests/fast/block/positioning/complex-percentage-hei ght.html = IMAGE+TEXT 3026 BUG_HAMAJI WIN LINUX : LayoutTests/fast/block/positioning/complex-percentage-hei ght.html = IMAGE+TEXT
3032 BUG_HAMAJI WIN LINUX : LayoutTests/fast/lists/item-not-in-list-line-wrapping.htm l = IMAGE+TEXT 3027 BUG_HAMAJI WIN LINUX : LayoutTests/fast/lists/item-not-in-list-line-wrapping.htm l = IMAGE+TEXT
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