Commit 0609ed27 authored by rmcilroy's avatar rmcilroy Committed by Commit bot

[Interpreter] Disable Arm/Arm64 tests on release as well as debug for ignition.

BUG=v8:4280
LOG=N
NOTRY=True
TBR=machenbach@chromium.org

Review URL: https://codereview.chromium.org/1423803009

Cr-Commit-Position: refs/heads/master@{#31923}
parent 6993cd0d
......@@ -1015,7 +1015,7 @@
'with-readonly': [SKIP],
}], # ignition == True
['ignition == True and mode == debug and (arch == arm or arch == arm64)', {
['ignition == True and (arch == arm or arch == arm64)', {
'array-sort': [SKIP],
'date-parse': [SKIP],
'math-floor-part1': [SKIP],
......@@ -1036,6 +1036,6 @@
'stack-traces-overflow': [SKIP],
'unicodelctest': [SKIP],
'unicodelctest-no-optimization': [SKIP],
}], # ignition == True and mode == debug and (arch == arm or arch == arm64)
}], # ignition == True and (arch == arm or arch == arm64)
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment