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

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

Issue 462015: Add V8-specific baselines for inspector-support tests.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years 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 // 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 2928 matching lines...) Expand 10 before | Expand all | Expand 10 after
2939 BUG27679 WIN LINUX MAC : LayoutTests/fast/events/ime-composition-events-001.html = TEXT 2939 BUG27679 WIN LINUX MAC : LayoutTests/fast/events/ime-composition-events-001.html = TEXT
2940 2940
2941 // Failures from merge 50972:51042 2941 // Failures from merge 50972:51042
2942 // The test requires DRT/Test Shell to support error page handling. 2942 // The test requires DRT/Test Shell to support error page handling.
2943 BUG27850 : LayoutTests/fast/history/back-forward-reset-after-error-handling.html = TEXT 2943 BUG27850 : LayoutTests/fast/history/back-forward-reset-after-error-handling.html = TEXT
2944 // Need to update chromium so the web frame delegate is informed when window obj ects 2944 // Need to update chromium so the web frame delegate is informed when window obj ects
2945 // in isolated worlds are cleared. 2945 // in isolated worlds are cleared.
2946 BUG27849 : LayoutTests/http/tests/security/isolatedWorld/didClearWindowObject.ht ml = TEXT 2946 BUG27849 : LayoutTests/http/tests/security/isolatedWorld/didClearWindowObject.ht ml = TEXT
2947 2947
2948 // Failures from merge 51062:51075 2948 // Failures from merge 51062:51075
2949 BUG27996 : LayoutTests/fast/inspector-support/uncaught-dom1-exception.html = TEX T
2950 BUG27996 : LayoutTests/fast/inspector-support/uncaught-dom3-exception.html = TEX T
2951 BUG27996 : LayoutTests/fast/inspector-support/uncaught-dom8-exception.html = TEX T
2952 BUG28034 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-den y.html = PASS FAIL 2949 BUG28034 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-den y.html = PASS FAIL
2953 2950
2954 BUG28040 WIN LINUX DEBUG : LayoutTests/fast/body-propagation/overflow/004.html = PASS FAIL 2951 BUG28040 WIN LINUX DEBUG : LayoutTests/fast/body-propagation/overflow/004.html = PASS FAIL
2955 BUG28041 MAC : LayoutTests/storage/domstorage/clear.html = PASS FAIL 2952 BUG28041 MAC : LayoutTests/storage/domstorage/clear.html = PASS FAIL
2956 BUG28057 WIN DEBUG : LayoutTests/dom/html/level2/html/HTMLElement95.html = PASS CRASH 2953 BUG28057 WIN DEBUG : LayoutTests/dom/html/level2/html/HTMLElement95.html = PASS CRASH
2957 BUG28074 MAC : LayoutTests/http/tests/loading/redirect-with-no-location-crash.ht ml = PASS TIMEOUT 2954 BUG28074 MAC : LayoutTests/http/tests/loading/redirect-with-no-location-crash.ht ml = PASS TIMEOUT
2958 BUG28077 MAC : LayoutTests/plugins/netscape-invoke-default.html = PASS FAIL 2955 BUG28077 MAC : LayoutTests/plugins/netscape-invoke-default.html = PASS FAIL
2959 BUG28079 LINUX : LayoutTests/http/tests/misc/uncacheable-script-repeated.html = PASS TIMEOUT 2956 BUG28079 LINUX : LayoutTests/http/tests/misc/uncacheable-script-repeated.html = PASS TIMEOUT
2960 BUG28080 MAC : LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization. html = PASS TIMEOUT 2957 BUG28080 MAC : LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization. html = PASS TIMEOUT
2961 BUG28092 WIN : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post. html = PASS FAIL 2958 BUG28092 WIN : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post. html = PASS FAIL
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
3026 // New failures from WebKit r51577 3023 // New failures from WebKit r51577
3027 BUG29164 WIN LINUX MAC : LayoutTests/fast/frames/sandboxed-iframe-plugins.html = TEXT 3024 BUG29164 WIN LINUX MAC : LayoutTests/fast/frames/sandboxed-iframe-plugins.html = TEXT
3028 3025
3029 // New failures from WebKit merge 51581:51584 3026 // New failures from WebKit merge 51581:51584
3030 BUG29167 MAC : LayoutTests/plugins/window-open.html = TEXT PASS 3027 BUG29167 MAC : LayoutTests/plugins/window-open.html = TEXT PASS
3031 BUG29167 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = TEXT PASS 3028 BUG29167 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = TEXT PASS
3032 BUG29167 MAC : LayoutTests/fast/dom/replaceChild.html = IMAGE PASS 3029 BUG29167 MAC : LayoutTests/fast/dom/replaceChild.html = IMAGE PASS
3033 3030
3034 // Failure from WebKit merge 51607:51613 (51608 is the cause) 3031 // Failure from WebKit merge 51607:51613 (51608 is the cause)
3035 BUG29239 : LayoutTests/fast/css/variables/misplaced-import-test.html = FAIL 3032 BUG29239 : LayoutTests/fast/css/variables/misplaced-import-test.html = FAIL
OLDNEW
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/inspector-support/uncaught-dom8-exception-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698