Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index d66a50feb737906d1b8cd1ca77d2531ffe056afa..40447bf013ffcaa5903fd9654a8c657b8b330f7b 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -860,13 +860,14 @@ |
'harmony/reflect-construct': [FAIL], |
'es6/promises': [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]], |
+ # Related to lack of type feedback for calls in interpreter. |
rmcilroy
2016/02/25 16:46:02
Add a TODO(mythria,<bug_id>) with the id of the bu
mythria
2016/02/26 13:23:39
Done.
|
+ 'array-literal-feedback': [FAIL], |
+ 'regress/regress-4121': [FAIL], |
+ |
+ # TODO(4764): lack of osr support. |
+ 'regress/regress-2618': [FAIL], |
# TODO(rmcilroy,4680): Test assert failures. |
- 'array-literal-feedback': [FAIL], |
'undetectable-compare': [FAIL], |
'debug-liveedit-2': [FAIL], |
'compiler/deopt-tonumber-compare': [FAIL], |
@@ -876,15 +877,11 @@ |
'harmony/string-replace': [FAIL], |
'harmony/string-match': [FAIL], |
'harmony/string-split': [FAIL], |
- 'regress/regress-2618': [FAIL], |
- 'regress/regress-4121': [FAIL], |
- 'regress/regress-4266': [FAIL], |
'harmony/simd': [FAIL], |
'regress/regress-crbug-109362': [FAIL], |
'regress/regress-crbug-568477-2': [FAIL], |
'regress/regress-crbug-568477-3': [FAIL], |
'regress/regress-crbug-568477-1': [FAIL], |
- 'regress/regress-2318': [FAIL], |
# TODO(rmcilroy, 4680): new ES6 instanceof support |
'harmony/instanceof-es6': [SKIP], |
rmcilroy
2016/02/25 16:46:02
While you are here, could you change this SKIP to
mythria
2016/02/26 13:23:39
Done.
|