x87: currently Turbofan is not supported by X87 so this test case is disabled.
authorcdai2 <chunyang.dai@intel.com>
Fri, 6 Feb 2015 14:59:06 +0000 (22:59 +0800)
committercdai2 <chunyang.dai@intel.com>
Fri, 6 Feb 2015 14:59:54 +0000 (14:59 +0000)
BUG=
R=mstarzinger@chromium.org, weiliang.lin@intel.com

Review URL: https://codereview.chromium.org/879693005

Cr-Commit-Position: refs/heads/master@{#26487}

test/mjsunit/mjsunit.status

index b0c7407..a003d30 100644 (file)
 }],  # 'arch == nacl_ia32 or arch == nacl_x64'
 
 ##############################################################################
+['arch == x87', {
+  # Currently Turbofan is not supported by x87.
+  'compiler/opt-next-call-turbo': [SKIP],
+}],  # 'arch == x87'
+
+##############################################################################
 ['deopt_fuzzer == True', {
 
   # Skip tests that are not suitable for deoptimization fuzzing.