Revision: 23076
Author:   [email protected]
Date:     Tue Aug 12 12:30:45 2014 UTC
Log:      ARM64: Enable TF tests.

Updated the test status file accordingly.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/459093002
http://code.google.com/p/v8/source/detail?r=23076

Modified:
 /branches/bleeding_edge/src/globals.h
 /branches/bleeding_edge/test/mjsunit/mjsunit.status

=======================================
--- /branches/bleeding_edge/src/globals.h       Mon Aug 11 16:18:49 2014 UTC
+++ /branches/bleeding_edge/src/globals.h       Tue Aug 12 12:30:45 2014 UTC
@@ -31,8 +31,7 @@
 #else
 #define V8_TURBOFAN_BACKEND 0
 #endif
-#if V8_TURBOFAN_BACKEND && !V8_TARGET_ARCH_ARM64 && \
-    !(V8_OS_WIN && V8_TARGET_ARCH_X64)
+#if V8_TURBOFAN_BACKEND && !(V8_OS_WIN && V8_TARGET_ARCH_X64)
 #define V8_TURBOFAN_TARGET 1
 #else
 #define V8_TURBOFAN_TARGET 0
=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Mon Aug 11 19:44:33 2014 UTC +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Tue Aug 12 12:30:45 2014 UTC
@@ -299,6 +299,9 @@
##############################################################################
 ['arch == arm64 or arch == android_arm64', {

+  # arm64 TF timeout.
+  'regress/regress-1257': [PASS, TIMEOUT],
+
# Requires bigger stack size in the Genesis and if stack size is increased, # the test requires too much time to run. However, the problem test covers
   # should be platform-independent.
@@ -345,7 +348,7 @@
   'bit-not': [PASS, SLOW],
   'compiler/alloc-number': [PASS, SLOW],
   'compiler/osr-assert': [PASS, SLOW],
-  'compiler/osr-warm': [PASS, SLOW],
+  'compiler/osr-warm': [PASS, TIMEOUT, SLOW],
   'compiler/osr-with-args': [PASS, SLOW],
   'debug-scopes': [PASS, SLOW],
   'generated-transition-stub': [PASS, SLOW],

--
--
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