Revision: 24385
Author:   [email protected]
Date:     Thu Oct  2 08:37:51 2014 UTC
Log:      Skip test on all architectures but arm.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/622713003
https://code.google.com/p/v8/source/detail?r=24385

Modified:
 /branches/bleeding_edge/test/mjsunit/mjsunit.status

=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Fri Sep 26 10:43:01 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Thu Oct 2 08:37:51 2014 UTC
@@ -196,8 +196,10 @@

# 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

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

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to