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

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

Issue 178022: Roll webkit to the latest revision in preparation for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | « DEPS ('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 2661 matching lines...) Expand 10 before | Expand all | Expand 10 after
2672 2672
2673 // Fallout from webkit 47265:47277 2673 // Fallout from webkit 47265:47277
2674 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL 2674 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL
2675 2675
2676 BUG19397 LINUX DEBUG : LayoutTests/svg/hixie/perf/001.xml = FAIL 2676 BUG19397 LINUX DEBUG : LayoutTests/svg/hixie/perf/001.xml = FAIL
2677 BUG19397 LINUX DEBUG : LayoutTests/svg/hixie/perf/002.xml = FAIL 2677 BUG19397 LINUX DEBUG : LayoutTests/svg/hixie/perf/002.xml = FAIL
2678 2678
2679 BUG19519 WIN MAC DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = F AIL PASS 2679 BUG19519 WIN MAC DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = F AIL PASS
2680 2680
2681 // Fallout from webkit 47305:47383 2681 // Fallout from webkit 47305:47383
2682 BUG19655 : LayoutTests/fast/dom/Window/HTMLBodyElement-window-eventListener-attr ibutes.html = FAIL
2683 BUG19655 : LayoutTests/fast/dom/Window/HTMLFrameSetElement-window-eventListener- attributes.html = FAIL
2684 BUG_JPARENT LINUX MAC: LayoutTests/fast/history/back-forward-is-asynchronous.htm l = TIMEOUT 2682 BUG_JPARENT LINUX MAC: LayoutTests/fast/history/back-forward-is-asynchronous.htm l = TIMEOUT
2685 BUG_JPARENT LINUX DEBUG : LayoutTests/fast/multicol/columns-shorthand-parsing.ht ml = CRASH 2683 BUG_JPARENT LINUX DEBUG : LayoutTests/fast/multicol/columns-shorthand-parsing.ht ml = CRASH
2686 2684
2687 // WebKit roll r47417:47528 2685 // WebKit roll r47417:47528
2688 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL 2686 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL
2689 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL 2687 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL
2690 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL 2688 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL
2691 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html = TIMEOUT 2689 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html = TIMEOUT
2692 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL 2690 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL
2693 2691
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2732 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html = F AIL 2730 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-uncached.html = F AIL
2733 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide.html = FAIL 2731 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide.html = FAIL
2734 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-cached.html = TIM EOUT 2732 BUG_JORLOW : LayoutTests/fast/events/pageshow-pagehide-on-back-cached.html = TIM EOUT
2735 2733
2736 // WebKit 47827:47830 2734 // WebKit 47827:47830
2737 BUG_JORLOW : LayoutTests/editing/pasteboard/files-during-page-drags.html = FAIL 2735 BUG_JORLOW : LayoutTests/editing/pasteboard/files-during-page-drags.html = FAIL
2738 2736
2739 // This newly added test times out on Mac: 2737 // This newly added test times out on Mac:
2740 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT 2738 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT
2741 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT 2739 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698