| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index b13c164c001a52bb589d9c9ad4ddecf1a637a392..41c765bbc9d807062b0e1c5733a02d826a26ca7c 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -118,6 +118,9 @@
|
| 'debug-listbreakpoints': [PASS, NO_VARIANTS], # arm64 nosnap with turbofan
|
| 'debug-enable-disable-breakpoints': [PASS, NO_VARIANTS], #arm64 nosnap with turbofan.
|
|
|
| + # TODO(rossberg)
|
| + 'strong/literals': [SKIP], # Rest arguments do not respect strongness in Turbofan.
|
| +
|
| # Issue 4035: unexpected frame->context() in debugger
|
| 'regress/regress-crbug-107996': [PASS, NO_VARIANTS],
|
| 'regress/regress-crbug-171715': [PASS, NO_VARIANTS],
|
| @@ -170,10 +173,6 @@
|
| 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
|
| 'regress/regress-store-uncacheable': [PASS, NO_VARIANTS],
|
|
|
| - # TODO(jarin): compiler.cc seems to ignore DisableOptimization for
|
| - # TurboFan in various cases.
|
| - 'regress/regress-417709a': [SKIP],
|
| -
|
| # issue 4078:
|
| 'allocation-site-info': [PASS, NO_VARIANTS],
|
|
|
|
|