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

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

Issue 149575: Roll WebKit DEPS from 45738 to 45840. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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
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 2816 matching lines...) Expand 10 before | Expand all | Expand 10 after
2827 // WebKit merge 45685:45738 2827 // WebKit merge 45685:45738
2828 BUG16241 : LayoutTests/fast/dom/anchor-toString.html = FAIL 2828 BUG16241 : LayoutTests/fast/dom/anchor-toString.html = FAIL
2829 BUG16410 : LayoutTests/http/tests/security/MessagePort/event-listener-context.ht ml = FAIL 2829 BUG16410 : LayoutTests/http/tests/security/MessagePort/event-listener-context.ht ml = FAIL
2830 BUG16410 : LayoutTests/fast/events/message-channel-gc-2.html = CRASH 2830 BUG16410 : LayoutTests/fast/events/message-channel-gc-2.html = CRASH
2831 BUG16410 : LayoutTests/fast/events/message-channel-gc-4.html = CRASH 2831 BUG16410 : LayoutTests/fast/events/message-channel-gc-4.html = CRASH
2832 BUG16410 : LayoutTests/fast/events/message-channel-listener-circular-ownership.h tml = CRASH 2832 BUG16410 : LayoutTests/fast/events/message-channel-listener-circular-ownership.h tml = CRASH
2833 BUG16410 : LayoutTests/fast/events/message-port-constructor-for-deleted-document .html = CRASH 2833 BUG16410 : LayoutTests/fast/events/message-port-constructor-for-deleted-document .html = CRASH
2834 BUG16410 : LayoutTests/fast/events/message-port-deleted-frame.html = CRASH 2834 BUG16410 : LayoutTests/fast/events/message-port-deleted-frame.html = CRASH
2835 BUG16639 : LayoutTests/fast/events/mouseover-mouseout2.html = CRASH 2835 BUG16639 : LayoutTests/fast/events/mouseover-mouseout2.html = CRASH
2836 BUG16652 : LayoutTests/fast/replaced/embed-display-none.html = PASS CRASH 2836 BUG16652 : LayoutTests/fast/replaced/embed-display-none.html = PASS CRASH
2837
2838 // WebKit merge 42738:45840
2839 // Canvas-related failures.
2840 BUG16676 : LayoutTests/fast/canvas/canvas-composite-alpha.html = FAIL
2841 BUG16676 : LayoutTests/fast/canvas/canvas-invalid-strokestyle.html = FAIL
2842 BUG16676 : LayoutTests/fast/canvas/canvas-path-with-inf-nan-dimensions.html = FA IL
2843 BUG16676 : LayoutTests/fast/canvas/canvas-set-properties-with-non-invertible-ctm .html = FAIL
2844 BUG16676 : LayoutTests/fast/canvas/canvas-stroke-empty-fill.html = FAIL
2845 BUG16676 : LayoutTests/fast/canvas/canvas-text-baseline.html = FAIL
2846 BUG16676 : LayoutTests/fast/canvas/canvas-transforms-during-path.html = FAIL
2847 BUG16676 : LayoutTests/fast/canvas/fill-stroke-clip-reset-path.html = FAIL
2848 BUG16676 : LayoutTests/fast/canvas/quadraticCurveTo.xml = FAIL
2849
2850 // WebKit merge 42738:45840
2851 // New tests, need baseline.
2852 BUG16678 : LayoutTests/media/audio-data-url.html = FAIL
2853 BUG16678 : LayoutTests/fast/dom/replace-first-child.html = FAIL
2854 BUG16678 : LayoutTests/fast/text/international/khmer-selection.html = FAIL
2855 BUG16678 : LayoutTests/http/tests/security/xssAuditor/base-href-safe3.html = FAI L
2856 BUG16678 : LayoutTests/http/tests/security/xssAuditor/inline-event-HTML-entities .html = FAIL
2857 BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entit ies-control-char.html = FAIL
2858 BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entit ies-named.html = FAIL
2859 BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entit ies-null-char.html = FAIL
2860 BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link-HTML-entit ies.html = FAIL
2861 BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link-control-ch ar.html = FAIL
2862 BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link-null-char. html = FAIL
2863 BUG16678 : LayoutTests/http/tests/security/xssAuditor/javascript-link.html = FAI L
2864 BUG16678 : LayoutTests/http/tests/security/xssAuditor/link-onclick-entities.html = FAIL
2865 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-entities.html = FAIL
2866 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-src-redirect-sa fe.html = FAIL
2867 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-dou ble-quote.html = FAIL
2868 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-ent ities.html = FAIL
2869 BUG16678 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-no- quote.html = FAIL
OLDNEW
« no previous file with comments | « webkit/glue/webworkerclient_impl.cc ('k') | webkit/tools/test_shell/test_worker/test_webworker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698