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

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

Issue 601077: Support HttpOnly cookie on Web Socket (Closed)
Patch Set: fix darin's comment Created 10 years, 9 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
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 // fast/js/fixme.js = FAIL 7 // fast/js/fixme.js = FAIL
8 // fast/js/flaky.js = FAIL PASS 8 // fast/js/flaky.js = FAIL PASS
9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS 9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS
10 // 10 //
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 // WebKit 50358:50395 1113 // WebKit 50358:50395
1114 BUG3273 : fast/text/international/thai-cursor-position.html = TEXT 1114 BUG3273 : fast/text/international/thai-cursor-position.html = TEXT
1115 // WebKit roll 51512:51524 1115 // WebKit roll 51512:51524
1116 BUG3273 : editing/selection/5825350-1.html = FAIL 1116 BUG3273 : editing/selection/5825350-1.html = FAIL
1117 BUG3273 : editing/selection/5825350-2.html = FAIL 1117 BUG3273 : editing/selection/5825350-2.html = FAIL
1118 BUG3273 : editing/selection/mixed-editability-10.html = FAIL 1118 BUG3273 : editing/selection/mixed-editability-10.html = FAIL
1119 1119
1120 // Regression from the 41362:41402 merge. 1120 // Regression from the 41362:41402 merge.
1121 BUG8402 MAC : fast/forms/drag-out-of-textarea.html = FAIL 1121 BUG8402 MAC : fast/forms/drag-out-of-textarea.html = FAIL
1122 1122
1123 // Regression from 54707
1124 // Skip now, because run_webkit_test failes to find expected data.
1125 BUG35660 SKIP : websocket/tests/cookies/httponly-cookie.pl = FAIL
1126
1127 // GURL doesn't handle switching from standard URL to path URL correctly 1123 // GURL doesn't handle switching from standard URL to path URL correctly
1128 BUG27914 : fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html = TEXT 1124 BUG27914 : fast/dom/HTMLAnchorElement/set-href-attribute-protocol.html = TEXT
1129 1125
1130 // ---------------------------------------------------------------------------- 1126 // ----------------------------------------------------------------------------
1131 // NEW FOR THE MERGE 1127 // NEW FOR THE MERGE
1132 // 1128 //
1133 // These tests need to have their output inspected to make sure it's reasonable 1129 // These tests need to have their output inspected to make sure it's reasonable
1134 // and then baselined if necessary. 1130 // and then baselined if necessary.
1135 // ---------------------------------------------------------------------------- 1131 // ----------------------------------------------------------------------------
1136 1132
(...skipping 1799 matching lines...) Expand 10 before | Expand all | Expand 10 after
2936 // WebKit roll 55161 to 55193 2932 // WebKit roll 55161 to 55193
2937 BUG36681 : java/argument-to-object-type.html = TEXT 2933 BUG36681 : java/argument-to-object-type.html = TEXT
2938 BUG36681 : java/array-return.html = TEXT 2934 BUG36681 : java/array-return.html = TEXT
2939 2935
2940 // WebKit roll 55241 to 55250 2936 // WebKit roll 55241 to 55250
2941 BUG36846 : java/java-and-plugins.html = TEXT 2937 BUG36846 : java/java-and-plugins.html = TEXT
2942 2938
2943 // WebKit roll 55250 to 55339 2939 // WebKit roll 55250 to 55339
2944 BUG36966 : fast/loader/about-blank-hash-kept.html = FAIL 2940 BUG36966 : fast/loader/about-blank-hash-kept.html = FAIL
2945 BUG36967 : java/array-sort.html = FAIL 2941 BUG36967 : java/array-sort.html = FAIL
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698