summaryrefslogtreecommitdiff
path: root/deps/v8/test/test262/test262.status
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/test262/test262.status')
-rw-r--r--deps/v8/test/test262/test262.status4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/test/test262/test262.status b/deps/v8/test/test262/test262.status
index fdbdc65118..b5bf2288fb 100644
--- a/deps/v8/test/test262/test262.status
+++ b/deps/v8/test/test262/test262.status
@@ -99,7 +99,7 @@
'S15.1.3.2_A2.5_T1': [PASS, ['mode == debug', SKIP]],
}], # ALWAYS
-['arch == arm or arch == mipsel or arch == a64', {
+['arch == arm or arch == mipsel', {
# TODO(mstarzinger): Causes stack overflow on simulators due to eager
# compilation of parenthesized function literals. Needs investigation.
@@ -112,5 +112,5 @@
'S15.1.3.2_A2.5_T1': [SKIP],
'S15.1.3.3_A2.3_T1': [SKIP],
'S15.1.3.4_A2.3_T1': [SKIP],
-}], # 'arch == arm or arch == mipsel or arch == a64'
+}], # 'arch == arm or arch == mipsel'
]