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

Unified Diff: test/test262-es6/test262-es6.status

Issue 1197913002: Test262-es6 test runner should handle sloppy fail better (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix long line Created 5 years, 6 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
« no previous file with comments | « no previous file | test/test262-es6/testcfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262-es6/test262-es6.status
diff --git a/test/test262-es6/test262-es6.status b/test/test262-es6/test262-es6.status
index 957561fa1ac955d3bc0feed6d276bc66c0933ebf..ce5d37dd05b2fdc27e8e8a920adcb69c079ad5b7 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -272,11 +272,29 @@
'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK],
'language/class/*': [PASS, ['sloppy', FAIL]],
- 'language/computed-property-names/class/*': [PASS, ['sloppy', FAIL]],
- 'language/computed-property-names/to-name-side-effects/class': [PASS, ['sloppy', FAIL]],
- 'language/computed-property-names/to-name-side-effects/numbers-class': [PASS, ['sloppy', FAIL]],
+
+ # The order of adding the name property is wrong
+ # https://code.google.com/p/v8/issues/detail?id=4199
+ 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLOPPY],
+
+ # https://code.google.com/p/v8/issues/detail?id=3305
+ 'language/computed-property-names/to-name-side-effects/class': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/to-name-side-effects/numbers-class': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/accessor/*': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/method/*': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/generator-constructor': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/generator-prototype': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/getter-constructor': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/getter-prototype': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/method-constructor': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/method-prototype': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/setter-constructor': [PASS, FAIL_SLOPPY],
+ 'language/computed-property-names/class/static/setter-prototype': [PASS, FAIL_SLOPPY],
# new.target
+ # https://code.google.com/p/v8/issues/detail?id=3887
'language/expressions/arrow-function/lexical-new.target': [FAIL],
'language/expressions/arrow-function/lexical-new.target-closure-returned': [FAIL],
« no previous file with comments | « no previous file | test/test262-es6/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698