Reviewers: Benedikt Meurer, mstarzinger,
Description:
ARM64: Enable TF tests.
Updated the test status file accordingly.
BUG=
Please review this at https://codereview.chromium.org/459093002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+5, -3 lines):
M src/globals.h
M test/mjsunit/mjsunit.status
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index
889822f918129b5cd4c67df4bb278417196d2927..258707493ef19cf500fbb94c161cabbe020730bf
100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -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
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index
b55bb4335d4ab0416bb5d0e3cefdeb3659ccb6ca..5165daa8cde53165fde6455fa5949776586bffd5
100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -296,6 +296,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.
@@ -342,7 +345,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.