diff options
author | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 09:14:37 +0000 |
---|---|---|
committer | ricow@chromium.org <ricow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 09:14:37 +0000 |
commit | acdb97a0d48211dfaa14d4af8d9d5ec8c4469b78 (patch) | |
tree | f9e9abc392e3749576c12b6a043ac880ca54e3f9 | |
parent | b48f4454407c1cb008193a2a73ab4640c0291030 (diff) | |
download | chromium_src-acdb97a0d48211dfaa14d4af8d9d5ec8c4469b78.zip chromium_src-acdb97a0d48211dfaa14d4af8d9d5ec8c4469b78.tar.gz chromium_src-acdb97a0d48211dfaa14d4af8d9d5ec8c4469b78.tar.bz2 |
Update V8 to version 3.1.6.1
Review URL: http://codereview.chromium.org/6594007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76037 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -12,7 +12,7 @@ vars = { "libvpx_revision": "75967", "ffmpeg_revision": "75963", "skia_revision": "820", - "v8_revision": "6926", + "v8_revision": "6943", } deps = { diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index aaf16ae..36fdc01 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -16,7 +16,6 @@ BUG_TONY LINUX : fast/forms/select-baseline.html = IMAGE // Dropping U;. Need to rebase upstream. BUG_TONY : http/tests/navigation/useragent.php = TEXT -BUGV8_1202 DEBUG : fast/js/function-call-aliased.html = PASS CRASH BUGV8_1203 DEBUG : fast/canvas/webgl/gl-get-calls.html = PASS CRASH // Potential broken test found by r75985. |