ARM64: Enable TF tests.
Updated the test status file accordingly. BUG= R=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/459093002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23076 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
b84dc47259
commit
d5f0ecfbd3
@ -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
|
||||
|
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user