Revision: 22792
Author: [email protected]
Date: Fri Aug 1 13:08:05 2014 UTC
Log: Paint the tree green for TF some more.
[email protected]
Review URL: https://codereview.chromium.org/434023003
http://code.google.com/p/v8/source/detail?r=22792
Modified:
/branches/bleeding_edge/src/compiler/pipeline.h
/branches/bleeding_edge/test/mozilla/mozilla.status
/branches/bleeding_edge/test/test262/test262.status
=======================================
--- /branches/bleeding_edge/src/compiler/pipeline.h Thu Jul 31 14:17:58
2014 UTC
+++ /branches/bleeding_edge/src/compiler/pipeline.h Fri Aug 1 13:08:05
2014 UTC
@@ -50,7 +50,14 @@
Zone* zone() { return info_->zone(); }
Isolate* isolate() { return info_->isolate(); }
- static inline bool SupportedTarget() { return V8_TURBOFAN_TARGET != 0; }
+ static inline bool SupportedTarget() {
+#if V8_TARGET_ARCH_ARM64
+ // TODO(turbofan): The ARM64 port is temporarily disabled.
+ return false;
+#else
+ return V8_TURBOFAN_TARGET != 0;
+#endif
+ }
static inline bool VerifyGraphs() {
#ifdef DEBUG
=======================================
--- /branches/bleeding_edge/test/mozilla/mozilla.status Fri Aug 1 11:36:25
2014 UTC
+++ /branches/bleeding_edge/test/mozilla/mozilla.status Fri Aug 1 13:08:05
2014 UTC
@@ -59,6 +59,11 @@
'js1_5/Regress/regress-104077': [PASS, NO_VARIANTS],
'js1_5/Regress/regress-396684': [PASS, NO_VARIANTS],
'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS],
+ 'js1_5/Array/regress-99120-01': [PASS, NO_VARIANTS],
+
+ # TODO(turbofan): Large switch statements crash.
+ 'js1_5/Regress/regress-366601': [PASS, NO_VARIANTS],
+ 'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS],
##################### SKIPPED TESTS #####################
=======================================
--- /branches/bleeding_edge/test/test262/test262.status Tue Jul 22 12:56:53
2014 UTC
+++ /branches/bleeding_edge/test/test262/test262.status Fri Aug 1 13:08:05
2014 UTC
@@ -31,6 +31,10 @@
'15.5.4.9_CE': [['no_i18n', SKIP]],
+ # TODO(turbofan): Timeouts on TurboFan need investigation.
+ '10.1.1_13': [PASS, NO_VARIANTS],
+ '10.1.1_19_c': [PASS, NO_VARIANTS],
+
# BUG(v8:3455)
'11.2.3_b': [FAIL],
'12.2.3_b': [FAIL],
--
--
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.