Reviewers: William Hesse,

Description:
Disable flaky test on x64 when running with --crankshaft.

mjsunit/compiler/simple-osr is flaky.

Disabling for now until we get osr in place on the x64 port.

Bug 1026 created to track this:
http://code.google.com/p/v8/issues/detail?id=1026



Please review this at http://codereview.chromium.org/6176001/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     test/mjsunit/mjsunit.status


Index: test/mjsunit/mjsunit.status
===================================================================
--- test/mjsunit/mjsunit.status (revision 6222)
+++ test/mjsunit/mjsunit.status (working copy)
@@ -116,8 +116,8 @@
##############################################################################
 [ $arch == x64 && $crankshaft ]

-# Test that currently fails with crankshaft on X64.
-compiler/simple-osr: FAIL
+# BUG (1026) This test is currently flaky.
+compiler/simple-osr: SKIP


##############################################################################


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to