commit | 6ded16be15dd865a9b21ea304d5273c8be299c87 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Mon May 10 14:33:55 2010 +0100 |
committer | Steve Block <steveblock@google.com> | Mon May 10 15:08:22 2010 +0100 |
tree | b3661ae5d929e233f7024223f3fad0f2a284cd6e | |
parent | 6599b9dd3411791c9d89ab7efbfb4131e5664c48 [diff] [blame] |
Update V8 to r4588 We're using WebKit r58033, as used by http://src.chromium.org/svn/releases/5.0.387.0/DEPS This requires http://v8.googlecode.com/svn/trunk@4465 but this version has a crashing bug for ARM. Instead we use http://v8.googlecode.com/svn/trunk@4588, which is used by http://src.chromium.org/svn/releases/6.0.399.0/DEPS Note that a trivial bug fix was required in arm/codegen-arm.cc. This is guarded with ANDROID. See http://code.google.com/p/v8/issues/detail?id=703 Change-Id: I459647a8286c4f8c7405f0c5581ecbf051a6f1e8
diff --git a/test/mjsunit/debug-script.js b/test/mjsunit/debug-script.js index 402f90c..643dd8c 100644 --- a/test/mjsunit/debug-script.js +++ b/test/mjsunit/debug-script.js
@@ -52,7 +52,7 @@ } // This has to be updated if the number of native scripts change. -assertEquals(13, named_native_count); +assertEquals(14, named_native_count); // If no snapshot is used, only the 'gc' extension is loaded. // If snapshot is used, all extensions are cached in the snapshot. assertTrue(extension_count == 1 || extension_count == 5);