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. |