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

Side by Side Diff: webkit/tools/layout_tests/test_lists/tests_fixable.txt

Issue 6261: This fixes http://code.google.com/p/chromium/issues/detail?id=3007, which is ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 // These tests are expected to fail until we get around to fixing 1 // These tests are expected to fail until we get around to fixing
2 // them. 2 // them.
3 3
4 4
5 // ----------------------------------------------------------------- 5 // -----------------------------------------------------------------
6 // DEBUG ONLY FAILURES! 6 // DEBUG ONLY FAILURES!
7 // Include both results for Debug and Release builds (i.e. PASS | FAIL) 7 // Include both results for Debug and Release builds (i.e. PASS | FAIL)
8 // ----------------------------------------------------------------- 8 // -----------------------------------------------------------------
9 9
10 // Bug 1124548: Copying with no selection is sometimes supposed to work 10 // Bug 1124548: Copying with no selection is sometimes supposed to work
(...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-003.html = FAIL 877 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-003.html = FAIL
878 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-004.html = FAIL 878 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-004.html = FAIL
879 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-005.html = FAIL 879 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-005.html = FAIL
880 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-006.html = FAIL 880 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-006.html = FAIL
881 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-008.html = FAIL 881 V8 | KJS # LayoutTests/fast/forms/autofocus-opera-008.html = FAIL
882 882
883 # This test times out for an unknown reason 883 # This test times out for an unknown reason
884 # http://code.google.com/p/chromium/issues/detail?id=3005 884 # http://code.google.com/p/chromium/issues/detail?id=3005
885 V8 | KJS # LayoutTests/fast/events/tabindex-focus-blur-all.html = TIMEOUT 885 V8 | KJS # LayoutTests/fast/events/tabindex-focus-blur-all.html = TIMEOUT
886 886
887 # These tests have different mouse click messages that expected. This could
888 # be a bug or an expected platform difference.
889 # http://code.google.com/p/chromium/issues/detail?id=3007
890 V8 | KJS # LayoutTests/fast/events/mouse-click-events.html = FAIL
891 V8 | KJS # LayoutTests/fast/events/mouseup-from-button2.html = FAIL
892
893 # Regression from the webkit merge submitting forms to reference fragments. 887 # Regression from the webkit merge submitting forms to reference fragments.
894 # http://code.google.com/p/chromium/issues/detail?id=3008 888 # http://code.google.com/p/chromium/issues/detail?id=3008
895 V8 | KJS # LayoutTests/fast/forms/submit-to-url-fragment.html = FAIL 889 V8 | KJS # LayoutTests/fast/forms/submit-to-url-fragment.html = FAIL
896 890
897 # Many of the failures here are because V8 stringifies objects differently than 891 # Many of the failures here are because V8 stringifies objects differently than
898 # JSC. However, the missing position and totalSize properties seems genuine. 892 # JSC. However, the missing position and totalSize properties seems genuine.
899 V8 | KJS # SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS 893 V8 | KJS # SKIP : LayoutTests/fast/dom/xmlhttprequest-get.xhtml = PASS
900 894
901 // ---------------------------------------------------------------------------- 895 // ----------------------------------------------------------------------------
902 // NEW FOR THE MERGE 896 // NEW FOR THE MERGE
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after
1316 V8 | KJS # LayoutTests/http/tests/security/cross-frame-access-call.html = TIMEOU T 1310 V8 | KJS # LayoutTests/http/tests/security/cross-frame-access-call.html = TIMEOU T
1317 V8 | KJS # LayoutTests/http/tests/security/frame-loading-via-document-write.html = TIMEOUT 1311 V8 | KJS # LayoutTests/http/tests/security/frame-loading-via-document-write.html = TIMEOUT
1318 1312
1319 // Post-merge Debug only Crashes 1313 // Post-merge Debug only Crashes
1320 V8 | KJS # LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = CRASH | PASS 1314 V8 | KJS # LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = CRASH | PASS
1321 V8 | KJS # LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.ht ml = CRASH | PASS 1315 V8 | KJS # LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.ht ml = CRASH | PASS
1322 1316
1323 // Post-merge flakey on debug builds (passes consistently on release) 1317 // Post-merge flakey on debug builds (passes consistently on release)
1324 V8 | KJS # LayoutTests/http/tests/navigation/redirect302-subframeload.html = FAI L | PASS 1318 V8 | KJS # LayoutTests/http/tests/navigation/redirect302-subframeload.html = FAI L | PASS
1325 V8 | KJS # LayoutTests/http/tests/navigation/relativeanchor-basic.html = FAIL | PASS 1319 V8 | KJS # LayoutTests/http/tests/navigation/relativeanchor-basic.html = FAIL | PASS
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698