Reviewers: Michael Starzinger,
Message:
I already have it fixed on ia32, but not on other platforms. PTAL.
Description:
Temporarily disable regress-397 until fix has been ported to all platforms.
Please review this at http://codereview.chromium.org/8775051/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/mjsunit/mjsunit.status
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index
cdac99b23db57e12d504f5ce410b410653cd2208..a57a4b8c78b99f93780a6813791e17378f042e4d
100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -69,6 +69,12 @@ debug-liveedit-check-stack: SKIP
debug-liveedit-patch-positions-replace: SKIP
##############################################################################
+[ $arch = x64 ]
+
+# See bug 397. This has only been fixed on ia32 for now.
+regress/regress-397.js: FAIL
+
+##############################################################################
[ $arch == arm ]
# Slow tests which times out in debug mode.
@@ -120,6 +126,9 @@ regress/regress-3247124: SKIP
# should be platform-independent.
regress/regress-1132: SKIP
+# See bug 397. This has only been fixed on ia32 for now.
+regress/regress-397.js: FAIL
+
##############################################################################
[ $arch == mips ]
# Run those tests, but expect them to time out.
@@ -155,6 +164,9 @@ regress/regress-1132: SKIP
regress/regress-1257: SKIP
regress/regress-91008: SKIP
+# See bug 397. This has only been fixed on ia32 for now.
+regress/regress-397.js: FAIL
+
##############################################################################
[ $isolates ]
# d8-os writes temporary files that might interfer with each other when
running
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev