Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: test/mjsunit/mjsunit.status

Issue 1689573004: [interpreter] Support for ES6 super keyword. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 5b13083e208e3852207a8b206a5e2633aae0ee31..60975e0931b2313e626eddd87ed59e67778591f4 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -806,6 +806,7 @@
'es6/iterator-prototype': [FAIL],
'es6/generators-mirror': [FAIL],
'es6/object-literals-method': [FAIL],
+ 'es6/object-literals-super': [FAIL],
'es6/generators-relocation': [FAIL],
'es6/spread-array': [FAIL],
'es6/generators-debug-liveedit': [FAIL],
@@ -834,46 +835,6 @@
'es6/promises': [FAIL],
'deserialize-optimize-inner': [FAIL],
- # TODO(oth,4682): Requires VisitThisFunctionVariable support.
- 'es6/classes-maps': [FAIL],
- 'es6/array-concat': [FAIL],
- 'es6/classes-subclass-arrays': [FAIL],
- 'es6/classes-derived-return-type': [FAIL],
- 'es6/classes-experimental': [FAIL],
- 'es6/legacy-subclassing': [FAIL],
- 'es6/new-target': [FAIL],
- 'es6/promise-internal-setter': [FAIL],
- 'es6/regexp-constructor': [FAIL],
- 'es6/rest-params': [FAIL],
- 'es6/spread-call-new-class': [FAIL],
- 'es6/typedarray-of': [FAIL],
- 'harmony/array-species': [FAIL],
- 'harmony/arraybuffer-species': [FAIL],
- 'harmony/promise-species': [FAIL],
- 'es6/debug-break-default-constructor': [FAIL],
- 'harmony/typedarray-species': [FAIL],
- 'regress/regress-544991': [FAIL],
- 'regress/regress-crbug-498022': [FAIL],
- 'regress/regress-crbug-575080': [FAIL],
- 'regress/regress-crbug-580506': [FAIL],
- 'regress/regress-typedarray-length': [FAIL],
-
- # TODO(oth,4682): Requires VisitSetHomeObject support.
- 'es6/class-computed-property-names-super': [FAIL],
- 'es6/classes-lazy-parsing': [FAIL],
- 'es6/computed-property-names-super': [FAIL],
- 'es6/classes': [FAIL],
- 'es6/object-literals-super': [FAIL],
- 'es6/spread-call-super-property': [FAIL],
- 'es6/super': [FAIL],
- 'es6/regress/regress-4097': [FAIL],
- 'es6/regress/regress-4466': [FAIL],
- 'es6/regress/regress-4522': [FAIL],
- 'es6/regress/regress-cr493566': [FAIL],
- 'harmony/regress/regress-4395': [FAIL],
- 'regress/regress-4525': [FAIL],
- 'regress/regress-4521': [FAIL],
-
# TODO(rmcilroy,4680): Check failed in
# BytecodeGenerator::VisitFunctionLiteral - !shared_info.is_null().
'regress/regress-crbug-429159': [FAIL],
@@ -894,12 +855,10 @@
'es6/tail-call': [FAIL],
'es6/tail-call-simple': [FAIL],
'es6/mirror-collections': [FAIL],
- 'es6/block-const-assign': [FAIL],
'es6/regress/regress-468661': [FAIL],
'harmony/string-replace': [FAIL],
'harmony/string-match': [FAIL],
'harmony/string-split': [FAIL],
- 'harmony/block-const-assign-sloppy': [FAIL],
'regress/regress-2618': [FAIL],
'regress/regress-4121': [FAIL],
'regress/regress-4266': [FAIL],

Powered by Google App Engine
This is Rietveld 408576698