Revision: 10119
Author: [email protected]
Date: Thu Dec 1 03:08:46 2011
Log: Mark test mjsunit/debug-step-2 as failing
This is due to the revert of precise stepping enhancement on this 3.6
branch.
[email protected]
Review URL: http://codereview.chromium.org/8759005
http://code.google.com/p/v8/source/detail?r=10119
Modified:
/branches/3.6/src/version.cc
/branches/3.6/test/mjsunit/mjsunit.status
=======================================
--- /branches/3.6/src/version.cc Wed Nov 30 13:50:57 2011
+++ /branches/3.6/src/version.cc Thu Dec 1 03:08:46 2011
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 6
#define BUILD_NUMBER 6
-#define PATCH_LEVEL 9
+#define PATCH_LEVEL 10
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0
=======================================
--- /branches/3.6/test/mjsunit/mjsunit.status Mon Sep 5 03:49:12 2011
+++ /branches/3.6/test/mjsunit/mjsunit.status Thu Dec 1 03:08:46 2011
@@ -34,6 +34,10 @@
# Fails.
regress/regress-1119: FAIL
+#############################################################################
+# Fails due to r10102 which reverts precise stepping on the 3.6 branch.
+debug-step-2: FAIL
+
##############################################################################
# Too slow in debug mode with --stress-opt
compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev