| Index: test/mjsunit/mjsunit.status
|
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
|
| index d100b8579169a26b620dd5d148419314e296cdd2..63f4cedb6695a682ed7b10b73a8353b8e2355877 100644
|
| --- a/test/mjsunit/mjsunit.status
|
| +++ b/test/mjsunit/mjsunit.status
|
| @@ -170,6 +170,18 @@
|
| # TODO(titzer): too slow in --turbo mode due to O(n^2) graph verification.
|
| 'regress/regress-1122': [PASS, NO_VARIANTS],
|
|
|
| + # TODO(sigurds): Tests that may fail because of missing deopt support.
|
| + 'compiler/escape-analysis-1': [PASS, NO_VARIANTS],
|
| + 'compiler/escape-analysis-2': [PASS, NO_VARIANTS],
|
| + 'compiler/escape-analysis-3': [PASS, NO_VARIANTS],
|
| + 'compiler/escape-analysis-4': [PASS, NO_VARIANTS],
|
| + 'compiler/escape-analysis-5': [PASS, NO_VARIANTS],
|
| + 'compiler/escape-analysis-7': [PASS, NO_VARIANTS],
|
| + # TODO(sigurds): Tests that fail because of incomplete phi handling.
|
| + 'compiler/escape-analysis-6': [PASS, NO_VARIANTS],
|
| + # TODO(sigurds): Tests that fail because of incomplete use handling (i.e. select).
|
| + 'compiler/escape-analysis-8': [PASS, NO_VARIANTS],
|
| +
|
| # Assumptions about optimization need investigation in TurboFan.
|
| 'regress-sync-optimized-lists': [PASS, NO_VARIANTS],
|
|
|
|
|