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

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

Issue 149146: linux: fix a layout test by having our test plugin provide two mimetypes (Closed)
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
« no previous file with comments | « no previous file | webkit/tools/npapi_layout_test_plugin/main.cpp » ('j') | 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 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 BUG15797 LINUX : LayoutTests/plugins/embed-attributes-setting.html = FAIL 1256 BUG15797 LINUX : LayoutTests/plugins/embed-attributes-setting.html = FAIL
1257 1257
1258 // Depends on plugin support. 1258 // Depends on plugin support.
1259 BUG10351 MAC : LayoutTests/fast/dom/Window/Plug-ins.html = FAIL 1259 BUG10351 MAC : LayoutTests/fast/dom/Window/Plug-ins.html = FAIL
1260 BUG10351 MAC : LayoutTests/fast/js/navigator-mimeTypes-length.html = FAIL 1260 BUG10351 MAC : LayoutTests/fast/js/navigator-mimeTypes-length.html = FAIL
1261 BUG10351 MAC : LayoutTests/accessibility/plugin.html = FAIL CRASH 1261 BUG10351 MAC : LayoutTests/accessibility/plugin.html = FAIL CRASH
1262 BUG10351 MAC : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL 1262 BUG10351 MAC : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL
1263 BUG10351 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL PASS 1263 BUG10351 MAC : LayoutTests/fast/events/tabindex-focus-blur-all.html = FAIL PASS
1264 BUG10351 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html = FAIL 1264 BUG10351 MAC : LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html = FAIL
1265 BUG10673 MAC : chrome/plugins/call-as-function.html = FAIL 1265 BUG10673 MAC : chrome/plugins/call-as-function.html = FAIL
1266 // Linux: This test verifies that a single plugin has multiple mime-types.
1267 // Our test plugin doesn't. Maybe we should add an extra one?
1268 BUG10351 LINUX : LayoutTests/fast/js/navigator-mimeTypes-length.html = FAIL
1269 BUG10351 MAC : LayoutTests/http/tests/plugins/cross-frame-object-access.html = F AIL 1266 BUG10351 MAC : LayoutTests/http/tests/plugins/cross-frame-object-access.html = F AIL
1270 // Skip because we throw an exception before we get to dumpAsText. 1267 // Skip because we throw an exception before we get to dumpAsText.
1271 BUG10351 SKIP MAC : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroy stream.html = FAIL 1268 BUG10351 SKIP MAC : LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroy stream.html = FAIL
1272 BUG10351 MAC : LayoutTests/plugins/embed-attributes-setting.html = CRASH FAIL 1269 BUG10351 MAC : LayoutTests/plugins/embed-attributes-setting.html = CRASH FAIL
1273 BUG10351 MAC : LayoutTests/plugins/embed-inside-object.html = TIMEOUT 1270 BUG10351 MAC : LayoutTests/plugins/embed-inside-object.html = TIMEOUT
1274 BUG10351 MAC : LayoutTests/plugins/get-empty-url.html = CRASH FAIL 1271 BUG10351 MAC : LayoutTests/plugins/get-empty-url.html = CRASH FAIL
1275 BUG10351 MAC : LayoutTests/plugins/get-url-that-the-resource-load-delegate-will- disallow.html = FAIL 1272 BUG10351 MAC : LayoutTests/plugins/get-url-that-the-resource-load-delegate-will- disallow.html = FAIL
1276 BUG10351 MAC : LayoutTests/plugins/getintidentifier-special-values.html = FAIL 1273 BUG10351 MAC : LayoutTests/plugins/getintidentifier-special-values.html = FAIL
1277 BUG10351 MAC : LayoutTests/plugins/geturl-replace-query.html = TIMEOUT 1274 BUG10351 MAC : LayoutTests/plugins/geturl-replace-query.html = TIMEOUT
1278 BUG10351 MAC : LayoutTests/plugins/inner-html-display-none.html = FAIL 1275 BUG10351 MAC : LayoutTests/plugins/inner-html-display-none.html = FAIL
(...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after
2812 BUG15780 : LayoutTests/fast/repaint/4774354.html = FAIL TIMEOUT 2809 BUG15780 : LayoutTests/fast/repaint/4774354.html = FAIL TIMEOUT
2813 BUG15780 : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL 2810 BUG15780 : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL
2814 BUG15780 : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL 2811 BUG15780 : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL
2815 // Re-enable once the (more broad) duplicates (in the above section) are gone. 2812 // Re-enable once the (more broad) duplicates (in the above section) are gone.
2816 // BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL 2813 // BUG10384 MAC : LayoutTests/fast/events/frame-tab-focus.html = CRASH FAIL
2817 // BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL 2814 // BUG11613 LINUX : LayoutTests/fast/forms/tabbing-input-iframe.html = FAIL
2818 // BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL 2815 // BUG11613 LINUX : LayoutTests/fast/overflow/scrollRevealButton.html = FAIL
2819 2816
2820 // WebKit 45460:45473 2817 // WebKit 45460:45473
2821 BUG15837 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html = FAIL 2818 BUG15837 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html = FAIL
OLDNEW
« no previous file with comments | « no previous file | webkit/tools/npapi_layout_test_plugin/main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698