Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index d3ba7bb3413d0a53e01fa24ce1d9692350fc33f9..892582f4078a04fc283d67bf61a90f0bba1ecd02 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -780,12 +780,6 @@ |
'es6/debug-liveedit-new-target-3': [FAIL], |
'es6/generators-debug-liveedit': [FAIL], |
- # TODO(yangguo/rmcilroy,4690): Related to Debugger. Goes into a loop |
- # in function: Debug::FindSharedFunctionInfoInScript and times out. |
- 'regress/regress-crbug-517592': [SKIP], |
- 'regress/regress-1853': [SKIP], |
- 'regress/regress-crbug-424142': [SKIP], |
- |
# TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
'array-literal-feedback': [FAIL], |
'regress/regress-4121': [FAIL], |
@@ -800,13 +794,22 @@ |
# objects. |
'es6/mirror-collections': [FAIL], |
- # TODO(mythria, 4680): line numbers in eval test. Coloumn number is |
+ # TODO(mythria, 4680): line numbers in eval test. Column number is |
# incorrect. |
'regress/regress-crbug-109362': [FAIL], |
# TODO(mythria, 4680): possibly problem with line numbers. |
'es6/regress/regress-468661': [FAIL], |
+ # TODO(mythria, 4680): Fails with context_register_count_ > 0 (0 vs. 0) when |
+ # trying to get a context register in BytecodeGenerator. |
+ 'harmony/regress/regress-4658': [FAIL], |
rmcilroy
2016/03/22 15:43:25
Mythri - when you get a second could you have a lo
|
+ |
+ # TODO(rmcilroy, 4680): Script throws RangeError as expected, but does so during |
+ # eager compile of the whole script instead of during lazy compile of the function |
+ # f(), so we can't catch the exception in the try/catch. |
rmcilroy
2016/03/22 15:43:25
Michi - Any idea if we could modify this test to a
|
+ 'regress/regress-crbug-589472': [FAIL], |
+ |
# Debugger test cases that pass with ignition, but not full-codegen. |
# These differences between full-codegen and ignition are deliberate. |
'ignition/elided-instruction-no-ignition': [FAIL], |