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

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

Issue 384118: Enables most DB layout tests in test_shell. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed the test_expectations.txt line describing the state of hash-change-with-xhr.html. Created 11 years, 1 month 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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-seta ttribute.html = FAIL 698 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-seta ttribute.html = FAIL
699 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setw indow.html = FAIL 699 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setw indow.html = FAIL
700 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html = FAIL 700 BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html = FAIL
701 BUG4360 : LayoutTests/storage/domstorage/documentURI.html = FAIL 701 BUG4360 : LayoutTests/storage/domstorage/documentURI.html = FAIL
702 BUG4360 : LayoutTests/storage/domstorage/complex-values.html = FAIL 702 BUG4360 : LayoutTests/storage/domstorage/complex-values.html = FAIL
703 BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate- callback.html = TIMEOUT 703 BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate- callback.html = TIMEOUT
704 704
705 // TODO(jorlow): Is this really still slow? If so, why? 705 // TODO(jorlow): Is this really still slow? If so, why?
706 BUG_JORLOW SLOW LINUX DEBUG : LayoutTests/storage/domstorage/localstorage/index- get-and-set.html = PASS 706 BUG_JORLOW SLOW LINUX DEBUG : LayoutTests/storage/domstorage/localstorage/index- get-and-set.html = PASS
707 707
708 // HTML5 databases are not supported in test_shell yet 708 // HTML5 DB layout tests that do not pass in test_shell
709 BUG4359 SKIP : LayoutTests/storage/close-during-stress-test.html = PASS 709 BUG27697 : LayoutTests/storage/hash-change-with-xhr.html = TIMEOUT
710 BUG4359 SKIP : LayoutTests/storage/database-lock-after-reload.html = PASS 710 WONTFIX SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS
711 BUG4359 SKIP : LayoutTests/storage/empty-statement.html = PASS 711 WONTFIX SKIP : LayoutTests/storage/quota-tracking.html = PASS
712 BUG4359 SKIP : LayoutTests/storage/execute-sql-args.html = PASS
713 BUG4359 SKIP : LayoutTests/storage/hash-change-with-xhr.html = PASS
714 BUG4359 SKIP : LayoutTests/storage/multiple-databases-garbage-collection.html = PASS
715 BUG4359 SKIP : LayoutTests/storage/multiple-transactions.html = PASS
716 BUG4359 SKIP : LayoutTests/storage/open-database-empty-version.html = PASS
717 BUG4359 SKIP : LayoutTests/storage/open-database-set-empty-version.html = PASS
718 BUG4359 SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS
719 BUG4359 SKIP : LayoutTests/storage/quota-tracking.html = PASS
720 BUG4359 SKIP : LayoutTests/storage/sql-data-types.html = PASS
721 BUG4359 SKIP : LayoutTests/storage/sql-data-types.js = PASS
722 BUG4359 SKIP : LayoutTests/storage/success-callback.html = PASS
723 BUG4359 SKIP : LayoutTests/storage/transaction-callback-exception-crash.html = P ASS
724 BUG4359 SKIP : LayoutTests/storage/transaction-error-callback.html = PASS
725 BUG4359 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS
726 BUG4359 SKIP : LayoutTests/storage/test-authorizer.html = PASS
727 BUG4359 SKIP : LayoutTests/storage/open-database-while-transaction-in-progress.h tml = PASS
728 BUG4359 SKIP : LayoutTests/storage/read-and-write-transactions-dont-run-together .html = PASS
729 BUG4359 SKIP : LayoutTests/storage/read-transactions-running-concurrently.html = PASS
730 BUG4359 SKIP : LayoutTests/storage/multiple-transactions-on-different-handles.ht ml = PASS
731 BUG4359 SKIP : LayoutTests/storage/change-version-handle-reuse.html = FAIL
732 BUG4359 SKIP : LayoutTests/storage/change-version.html = TIMEOUT
733
734 // Need to implement clearAllDatabases in layoutTestController.
735 BUG20995 SKIP : LayoutTests/storage/statement-error-callback.html = FAIL
736 712
737 // Implement HTML5 Geolocation API. 713 // Implement HTML5 Geolocation API.
738 BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL 714 BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL
739 715
740 // Implement HTML5 EventSource API. Skipping, because most of these time out and 716 // Implement HTML5 EventSource API. Skipping, because most of these time out and
741 // slow down the test run. 717 // slow down the test run.
742 BUG19625 SKIP : LayoutTests/fast/eventsource = TIMEOUT 718 BUG19625 SKIP : LayoutTests/fast/eventsource = TIMEOUT
743 BUG19625 SKIP : LayoutTests/http/tests/eventsource = TIMEOUT 719 BUG19625 SKIP : LayoutTests/http/tests/eventsource = TIMEOUT
744 720
745 // Implement HTML5 datalist element. 721 // Implement HTML5 datalist element.
(...skipping 2196 matching lines...) Expand 10 before | Expand all | Expand 10 after
2942 // Incorrect baseline removed. 2918 // Incorrect baseline removed.
2943 BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE 2919 BUG25433 WIN LINUX : LayoutTests/css2.1/t040103-ident-03-c.html = IMAGE
2944 2920
2945 // Got flaky with Webkit roll 49958:49961 2921 // Got flaky with Webkit roll 49958:49961
2946 BUG_JOHNNYG LINUX DEBUG : LayoutTests/svg/custom/marker-overflow-clip.svg = PASS TEXT 2922 BUG_JOHNNYG LINUX DEBUG : LayoutTests/svg/custom/marker-overflow-clip.svg = PASS TEXT
2947 2923
2948 // WebKit roll 49961:49992 2924 // WebKit roll 49961:49992
2949 // Added in http://trac.webkit.org/changeset/49990 2925 // Added in http://trac.webkit.org/changeset/49990
2950 BUG25884 WIN LINUX : LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRang eFromPoint-in-zoom-and-scroll.html = FAIL 2926 BUG25884 WIN LINUX : LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRang eFromPoint-in-zoom-and-scroll.html = FAIL
2951 2927
2952 // window.openDatabase doesn't exist yet as of r29980. That's causing these
2953 // tests to fail.
2954 BUG26107 : LayoutTests/fast/js/global-function-resolve.html = FAIL
2955 BUG26107 WIN LINUX : LayoutTests/http/tests/security/cross-frame-access-call.htm l = FAIL
2956
2957 BUG26344 LINUX DEBUG : LayoutTests/fast/text/atsui-partial-selection.html = CRAS H 2928 BUG26344 LINUX DEBUG : LayoutTests/fast/text/atsui-partial-selection.html = CRAS H
2958 BUG26344 LINUX DEBUG : LayoutTests/platform/mac/editing/deleting/backward-delete .html = CRASH 2929 BUG26344 LINUX DEBUG : LayoutTests/platform/mac/editing/deleting/backward-delete .html = CRASH
2959 2930
2960 // WebKit roll 50073:50101 2931 // WebKit roll 50073:50101
2961 // Test added by Ryosuke: http://trac.webkit.org/changeset/50090 2932 // Test added by Ryosuke: http://trac.webkit.org/changeset/50090
2962 BUG25889 MAC DEBUG : LayoutTests/fast/forms/select-empty-option-height.html = PA SS TIMEOUT 2933 BUG25889 MAC DEBUG : LayoutTests/fast/forms/select-empty-option-height.html = PA SS TIMEOUT
2963 2934
2964 // More fallout from the above roll. 2935 // More fallout from the above roll.
2965 BUG25955 LINUX DEBUG : LayoutTests/fast/forms/textarea-placeholder-set-value.htm l = PASS CRASH 2936 BUG25955 LINUX DEBUG : LayoutTests/fast/forms/textarea-placeholder-set-value.htm l = PASS CRASH
2966 BUG_JORLOW LINUX : LayoutTests/fast/multicol/column-rules-stacking.html = FAIL 2937 BUG_JORLOW LINUX : LayoutTests/fast/multicol/column-rules-stacking.html = FAIL
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
3093 BUG27555 WIN LINUX : LayoutTests/fast/forms/file-input-disabled.html = TEXT 3064 BUG27555 WIN LINUX : LayoutTests/fast/forms/file-input-disabled.html = TEXT
3094 BUG27555 WIN : LayoutTests/fast/forms/form-element-geometry.html = TEXT 3065 BUG27555 WIN : LayoutTests/fast/forms/form-element-geometry.html = TEXT
3095 BUG27555 WIN LINUX : LayoutTests/fast/forms/input-appearance-height.html = TEXT 3066 BUG27555 WIN LINUX : LayoutTests/fast/forms/input-appearance-height.html = TEXT
3096 BUG27555 LINUX WIN : LayoutTests/fast/forms/input-value.html = TEXT 3067 BUG27555 LINUX WIN : LayoutTests/fast/forms/input-value.html = TEXT
3097 3068
3098 BUG27555 : LayoutTests/media/media-fullscreen-inline.html = TIMEOUT 3069 BUG27555 : LayoutTests/media/media-fullscreen-inline.html = TIMEOUT
3099 BUG27555 : LayoutTests/media/media-fullscreen-not-in-document.html = TIMEOUT 3070 BUG27555 : LayoutTests/media/media-fullscreen-not-in-document.html = TIMEOUT
3100 3071
3101 BUG27555 WIN LINUX : LayoutTests/fast/canvas/canvas-shadow.html = TEXT 3072 BUG27555 WIN LINUX : LayoutTests/fast/canvas/canvas-shadow.html = TEXT
3102 BUG27555 WIN LINUX : LayoutTests/fast/multicol/single-line.html = IMAGE+TEXT 3073 BUG27555 WIN LINUX : LayoutTests/fast/multicol/single-line.html = IMAGE+TEXT
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698