Chromium Code Reviews| Index: test/mjsunit/mjsunit.status |
| diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
| index ad6ceb4f6da2e53bf9140e0cad6f580395fcb48a..7757e3fbaae6c11258602391e1ec082d1a1fad56 100644 |
| --- a/test/mjsunit/mjsunit.status |
| +++ b/test/mjsunit/mjsunit.status |
| @@ -812,6 +812,7 @@ |
| 'compiler/regress-const': [SKIP], |
| 'compiler/regress-funarguments': [SKIP], |
| 'compiler/regress-stacktrace-methods': [SKIP], |
| + 'compiler/regress-variable-liveness': [SKIP], |
|
mythria
2016/01/12 14:33:12
This fails because of deopting an inlined function
|
| 'compiler/rotate': [SKIP], |
| 'compiler/safepoint': [SKIP], |
| 'compiler/switch-bailout': [SKIP], |
| @@ -1104,6 +1105,7 @@ |
| 'regress/regress-typedarray-length': [SKIP], |
| 'regress/regress-undefined-nan': [SKIP], |
| 'regress/splice-missing-wb': [SKIP], |
| + 'setter-on-constructor-prototype': [SKIP], |
|
mythria
2016/01/12 14:33:12
I have a fix for this as a different cl. This fail
|
| 'shift-for-integer-div': [SKIP], |
| 'simple-constructor': [SKIP], |
| 'sparse-array-reverse': [SKIP], |