Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 33ba5ec4d99494709ed95cfa9a7f52d7d66fb2ba..6c414bbea68d011b6ca14463994c527b84fbae74 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -854,19 +854,19 @@ |
'strong/function-arity': [FAIL], |
'strong/undefined': [FAIL], |
- # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes. |
- # the line numbers in the stack trace are incorrect. In debug mode somehow |
- # does not get flagged as a failure. |
- 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]], |
+ # TODO(mythria, 4780): Related to type feedback for calls in interpreter. |
+ 'array-literal-feedback': [FAIL], |
+ 'regress/regress-4121': [FAIL], |
+ |
+ # TODO(mythria, 4764): lack of osr support. |
+ 'regress/regress-2618': [FAIL], |
# TODO(rmcilroy,4680): Test assert failures. |
- 'array-literal-feedback': [FAIL], |
+ 'undetectable-compare': [FAIL], |
rmcilroy
2016/02/26 13:49:40
This has now been fixed
|
'debug-liveedit-2': [FAIL], |
'compiler/deopt-tonumber-compare': [FAIL], |
'es6/mirror-collections': [FAIL], |
'es6/regress/regress-468661': [FAIL], |
- 'regress/regress-2618': [FAIL], |
- 'regress/regress-4121': [FAIL], |
'regress/regress-4266': [FAIL], |
rmcilroy
2016/02/26 13:49:40
Looks like you've fixed this test now too (at leas
|
'regress/regress-crbug-109362': [FAIL], |
'regress/regress-crbug-568477-2': [FAIL], |
@@ -874,7 +874,7 @@ |
'regress/regress-crbug-568477-1': [FAIL], |
# TODO(rmcilroy, 4680): new ES6 instanceof support |
- 'harmony/instanceof-es6': [SKIP], |
+ 'harmony/instanceof-es6': [FAIL], |
rmcilroy
2016/02/26 13:49:40
Looks like this passes on some bots, just revert t
|
# TODO(rmcilroy,4680): Test timeouts. |
'array-literal-transitions': [SKIP], |