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 164242: Rebaseline layout test editing/selection/4983858.... (Closed) Base URL: svn://chrome-svn.corp.google.com/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
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/selection/4983858-expected.txt ('k') | 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 2472 matching lines...) Expand 10 before | Expand all | Expand 10 after
2483 // WebKit 44922:44927 2483 // WebKit 44922:44927
2484 BUG14885 : LayoutTests/fast/js/JSON-parse.html = FAIL 2484 BUG14885 : LayoutTests/fast/js/JSON-parse.html = FAIL
2485 2485
2486 // WebKit 44928:44943 2486 // WebKit 44928:44943
2487 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL 2487 BUG14946 : LayoutTests/fast/js/date-toisostring.html = FAIL
2488 BUG14951 WIN LINUX : LayoutTests/fast/repaint/background-generated.html = FAIL 2488 BUG14951 WIN LINUX : LayoutTests/fast/repaint/background-generated.html = FAIL
2489 2489
2490 // WebKit 44969:45017 2490 // WebKit 44969:45017
2491 BUG15132 WIN LINUX : LayoutTests/editing/execCommand/5482023.html = FAIL 2491 BUG15132 WIN LINUX : LayoutTests/editing/execCommand/5482023.html = FAIL
2492 BUG15132 WIN LINUX : LayoutTests/editing/pasteboard/4989774.html = FAIL 2492 BUG15132 WIN LINUX : LayoutTests/editing/pasteboard/4989774.html = FAIL
2493 BUG15132 WIN LINUX : LayoutTests/editing/selection/4983858.html = FAIL
2494 BUG15132 WIN LINUX : LayoutTests/fast/dom/HTMLTableColElement/resize-table-using -col-width.html = FAIL 2493 BUG15132 WIN LINUX : LayoutTests/fast/dom/HTMLTableColElement/resize-table-using -col-width.html = FAIL
2495 BUG15132 WIN : LayoutTests/media/event-attributes.html = FAIL 2494 BUG15132 WIN : LayoutTests/media/event-attributes.html = FAIL
2496 2495
2497 // The Mac layout test buildbots haven't generated a package for 20 days so 2496 // The Mac layout test buildbots haven't generated a package for 20 days so
2498 // the rebaselining tool isn't working for this --agl 2497 // the rebaselining tool isn't working for this --agl
2499 BUG15125 MAC SKIP : chrome/fast/text/fake-italic.html = FAIL 2498 BUG15125 MAC SKIP : chrome/fast/text/fake-italic.html = FAIL
2500 2499
2501 // WebKit 45017:45086 2500 // WebKit 45017:45086
2502 BUG15217 : LayoutTests/fast/events/drag-to-navigate.html = TIMEOUT FAIL 2501 BUG15217 : LayoutTests/fast/events/drag-to-navigate.html = TIMEOUT FAIL
2503 BUG15217 : LayoutTests/fast/js/dictionary-no-cache.html = FAIL 2502 BUG15217 : LayoutTests/fast/js/dictionary-no-cache.html = FAIL
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
2848 BUG18740 WIN : LayoutTests/http/tests/security/credentials-in-referer.html = PAS S TIMEOUT 2847 BUG18740 WIN : LayoutTests/http/tests/security/credentials-in-referer.html = PAS S TIMEOUT
2849 BUG18794 WIN MAC : LayoutTests/http/tests/mime/standard-mode-does-not-load-style sheet-with-text-plain.html = TIMEOUT PASS 2848 BUG18794 WIN MAC : LayoutTests/http/tests/mime/standard-mode-does-not-load-style sheet-with-text-plain.html = TIMEOUT PASS
2850 BUG18802 WIN : LayoutTests/http/tests/misc/referrer.html = TIMEOUT PASS 2849 BUG18802 WIN : LayoutTests/http/tests/misc/referrer.html = TIMEOUT PASS
2851 2850
2852 BUG18665 MAC : LayoutTests/security/block-test.html = FAIL 2851 BUG18665 MAC : LayoutTests/security/block-test.html = FAIL
2853 BUG18665 MAC : LayoutTests/security/block-test-no-port.html = FAIL 2852 BUG18665 MAC : LayoutTests/security/block-test-no-port.html = FAIL
2854 2853
2855 // Test failures/flakiness from WebKit merge 46850 to 46894 2854 // Test failures/flakiness from WebKit merge 46850 to 46894
2856 BUG18784 LINUX : LayoutTests/fast/overflow/overflow-focus-ring.html = CRASH PASS 2855 BUG18784 LINUX : LayoutTests/fast/overflow/overflow-focus-ring.html = CRASH PASS
2857 BUG18784 LINUX : LayoutTests/fast/text/drawBidiText.html = FAIL PASS 2856 BUG18784 LINUX : LayoutTests/fast/text/drawBidiText.html = FAIL PASS
OLDNEW
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-win/LayoutTests/editing/selection/4983858-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698