Skip test on all architectures but arm.
authormachenbach@chromium.org <machenbach@chromium.org>
Thu, 2 Oct 2014 08:37:51 +0000 (08:37 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Thu, 2 Oct 2014 08:37:51 +0000 (08:37 +0000)
BUG=
R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24385 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/mjsunit/mjsunit.status

index 04c0977..aad4573 100644 (file)
 
   # Skip endain dependent test for mips due to different typed views of the same
   # array buffer.
-  'nans': [PASS, ['arch == mips', SKIP]],
+  'nans': [PASS, ],
 
+  # This test variant makes only sense on arm.
+  'math-floor-of-div-nosudiv': [PASS, SLOW, ['arch not in [arm, arm64, android_arm, android_arm64]', SKIP]],
 }],  # ALWAYS
 
 ##############################################################################