[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}
This commit is contained in:
parent
6993cd0de5
commit
0609ed27a0
@ -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)
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user