diff options
author | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-17 10:24:08 +0000 |
---|---|---|
committer | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-17 10:24:08 +0000 |
commit | 7578062ddaf757fa96cb0f53a8018590a1fa1e5e (patch) | |
tree | 676acbf89e16b374361c02cb5ebe0b25dd917127 /webkit | |
parent | 49d37ef9a5f31e0c7bc61750215957e702572c78 (diff) | |
download | chromium_src-7578062ddaf757fa96cb0f53a8018590a1fa1e5e.zip chromium_src-7578062ddaf757fa96cb0f53a8018590a1fa1e5e.tar.gz chromium_src-7578062ddaf757fa96cb0f53a8018590a1fa1e5e.tar.bz2 |
Update V8 to version 3.3.7
Review URL: http://codereview.chromium.org/7019009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 8840153..92b4722 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -22,3 +22,10 @@ BUG_HCLAM WIN : svg/text/text-intro-05-t.svg = IMAGE // Failure introduced by Chromium r83848. BUG_HCLAM : fast/url/ipv6.html = TEXT +// V8 now throws errors when trying to invoke native functions on null or +// undefined with apply or call. Will fix this upstream and delete when +// webkit has been rolled with these fixes. +BUG_RICOW : ietestcenter/Javascript/15.4.4.14-5-28.html = TEXT +BUG_RICOW : ietestcenter/Javascript/15.4.4.15-5-28.html = TEXT +BUG_RICOW : ietestcenter/Javascript/15.5.4.20-1-1.html = TEXT +BUG_RICOW : ietestcenter/Javascript/15.5.4.20-1-2.html = TEXT |