diff options
author | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 08:34:27 +0000 |
---|---|---|
committer | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-13 08:34:27 +0000 |
commit | 987359fb890c8c29f12e59d23b45ebe6233f8522 (patch) | |
tree | f958cca02d64e3ba50e4062582c01df2360a4edf | |
parent | c7ad5905e4520681e437e743f6d7f0b2a924ba8e (diff) | |
download | chromium_src-987359fb890c8c29f12e59d23b45ebe6233f8522.zip chromium_src-987359fb890c8c29f12e59d23b45ebe6233f8522.tar.gz chromium_src-987359fb890c8c29f12e59d23b45ebe6233f8522.tar.bz2 |
Update v8 to version to 3.3.6.1
Review URL: http://codereview.chromium.org/7011034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85250 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 9 |
2 files changed, 10 insertions, 1 deletions
@@ -16,7 +16,7 @@ vars = { "libvpx_revision": "81610", "ffmpeg_revision": "83815", "skia_revision": "1309", - "v8_revision": "7779", + "v8_revision": "7881", } deps = { diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index df67172..6742c8c 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -21,3 +21,12 @@ 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 |