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

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

Issue 639373005: Upgrade test262-es6 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 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 | « test/test262-es6/README ('k') | 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 c4c94f3bf0a309122730feaf549786c66ac2e411..6e4bf86384a9d32aa3fcd1911c2a7779d809d8ec 100644
--- a/test/test262-es6/test262-es6.status
+++ b/test/test262-es6/test262-es6.status
@@ -29,12 +29,16 @@
[ALWAYS, {
############################### BUGS ###################################
- '15.5.4.9_CE': [['no_i18n', SKIP]],
-
# BUG(v8:3455)
'11.2.3_b': [FAIL],
'12.2.3_b': [FAIL],
+ # BUG(v8:3642)
+ 'S7.6.1.2_A1.26ns': [FAIL],
+
+ # Unicode canonicalization is not available with i18n turned off.
+ '15.5.4.9_CE': [['no_i18n', SKIP]],
+
###################### NEEDS INVESTIGATION #######################
# Possibly same cause as S8.5_A2.1, below: floating-point tests.
@@ -70,6 +74,11 @@
# '11.1.5_4-4-d-3': [FAIL],
# '11.1.5_4-4-d-4': [FAIL],
+ # ES6 does ToObject for Object.prototype.getOwnPropertyNames
+ '15.2.3.4-1': [FAIL],
+ '15.2.3.4-1-4': [FAIL],
+ '15.2.3.4-1-5': [FAIL],
+
# ES6 allows block-local functions.
'Sbp_A1_T1': [FAIL],
'Sbp_A2_T1': [FAIL],
@@ -137,6 +146,11 @@
# Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596
'bug_596_1': [PASS, FAIL_OK],
+ # Tests do not return boolean.
+ '15.2.3.14-1-1': [PASS, FAIL_OK],
+ '15.2.3.14-1-2': [PASS, FAIL_OK],
+ '15.2.3.14-1-3': [PASS, FAIL_OK],
+
############################ SKIPPED TESTS #############################
# These tests take a looong time to run in debug mode.
« no previous file with comments | « test/test262-es6/README ('k') | test/test262-es6/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698