Revision: 16304
Author: [email protected]
Date: Fri Aug 23 13:53:01 2013 UTC
Log: Merged r16303 into trunk branch.
Fix mjsunit/debug-script after r16298
[email protected]
BUG=
Review URL: https://codereview.chromium.org/22843006
http://code.google.com/p/v8/source/detail?r=16304
Modified:
/trunk/src/version.cc
/trunk/test/mjsunit/debug-script.js
=======================================
--- /trunk/src/version.cc Fri Aug 23 13:28:00 2013 UTC
+++ /trunk/src/version.cc Fri Aug 23 13:53:01 2013 UTC
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 21
#define BUILD_NUMBER 3
-#define PATCH_LEVEL 0
+#define PATCH_LEVEL 1
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
=======================================
--- /trunk/test/mjsunit/debug-script.js Fri Aug 23 13:28:00 2013 UTC
+++ /trunk/test/mjsunit/debug-script.js Fri Aug 23 13:53:01 2013 UTC
@@ -59,9 +59,9 @@
}
// This has to be updated if the number of native scripts change.
-assertEquals(17, named_native_count);
-// Only the 'gc' and (depending on flags) the 'i18n' extensions are loaded.
-assertTrue(extension_count == 1 || extension_count == 2);
+assertTrue(named_native_count == 16 || named_native_count == 17);
+// Only the 'gc' extension is loaded.
+assertEquals(1, extension_count);
// This script and mjsunit.js has been loaded. If using d8, d8 loads
// a normal script during startup too.
assertTrue(normal_count == 2 || normal_count == 3);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.