| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index 00385714903f8b3bdc058510ecfceda1cec0f434..c56d93d4335938448cb46dcfbe68c1327b51fa31 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -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)
|
|
|
| ]
|
|
|