diff options
author | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-07 08:13:23 +0000 |
---|---|---|
committer | ager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-07 08:13:23 +0000 |
commit | ca9abf489577e82c54321b6a0642911b447317db (patch) | |
tree | 636f79e95e6f6873cefb8ec37d38897b1fe3e375 | |
parent | c2b7e9bcec919274756d5eb077d155a15489d473 (diff) | |
download | chromium_src-ca9abf489577e82c54321b6a0642911b447317db.zip chromium_src-ca9abf489577e82c54321b6a0642911b447317db.tar.gz chromium_src-ca9abf489577e82c54321b6a0642911b447317db.tar.bz2 |
Make the buildbots happy. These started failing after a completely
unrelated change. I think there is a real GC issue here and I will
look into it.
Review URL: http://codereview.chromium.org/9687
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4980 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/mac/tests_fixable.txt | 4 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/win/tests_fixable.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_lists/mac/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/mac/tests_fixable.txt index fd99d9d..4c59940 100644 --- a/webkit/tools/layout_tests/test_lists/mac/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/mac/tests_fixable.txt @@ -754,6 +754,10 @@ V8 # LayoutTests/fast/js/date-set-to-nan.html = FAIL # http://crbug.com/2844 V8 | KJS # SKIP : LayoutTests/http/tests/appcache = TIMEOUT | FAIL +# GC issue with MessageChannels. +# http://code.google.com/p/chromium/issues/detail?id=4195 +V8 # LayoutTests/fast/events/message-channel-gc.html = PASS | FAIL + # Depends on postMessage in a way we don't support: # http://code.google.com/p/chromium/issues/detail?id=2857 V8 # LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html = FAIL diff --git a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt index d2f8786..70317e4 100644 --- a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt @@ -723,6 +723,10 @@ V8 # LayoutTests/fast/js/date-set-to-nan.html = FAIL # http://crbug.com/2844 V8 | KJS # SKIP : LayoutTests/http/tests/appcache = TIMEOUT | FAIL +# GC issue with MessageChannels. +# http://code.google.com/p/chromium/issues/detail?id=4195 +V8 # LayoutTests/fast/events/message-channel-gc.html = PASS | FAIL + # Depends on postMessage in a way we don't support: # http://code.google.com/p/chromium/issues/detail?id=2857 V8 # LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html = FAIL |