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

Unified Diff: test/test262/test262.status

Issue 486853004: test262.status: ES6 tests pass when harmony Base URL: git@github.com:smikes/v8.git@master
Patch Set: Created 6 years, 4 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/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index dd075d968853fa18fd5f97cf50e549bad692b680..a2bf5511eae0be6c0c4e8fcf05b1fdad95f66b20 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -38,6 +38,62 @@
'11.2.3_b': [FAIL],
'12.2.3_b': [FAIL],
+ ###################### NEEDS INVESTIGATION (2014) #######################
+
+ # Cause unknown.
+ 'bug_596_1': [['harmony', PASS], FAIL],
+
+ # New ES6 Array functions.
+ 'S22.1.2.1_T1': [['harmony', PASS], FAIL],
+ 'S22.1.2.1_T2': [['harmony', PASS], FAIL],
+ 'S22.1.2.3_T1': [['harmony', PASS], FAIL],
+ 'S22.1.2.3_T2': [['harmony', PASS], FAIL],
+ 'S22.1.3.6_T1': [['harmony', PASS], FAIL],
+
+ # New ES6 function String.prototype.contains, unimplemented in v8.
+ 'String.prototype.contains_FailBadLocation': [['harmony', PASS], FAIL],
+ 'String.prototype.contains_FailLocation': [['harmony', PASS], FAIL],
+ 'String.prototype.contains_FailMissingLetter': [['harmony', PASS], FAIL],
+ 'String.prototype.contains_Success': [['harmony', PASS], FAIL],
+ 'String.prototype.contains_SuccessNoLocation': [['harmony', PASS], FAIL],
+ 'String.prototype.contains_lengthProp': [['harmony', PASS], FAIL],
+
+ # New ES6 function String.prototype.endsWith, unimplemented in v8.
+ 'String.prototype.endsWith_Fail': [['harmony', PASS], FAIL],
+ 'String.prototype.endsWith_Fail_2': [['harmony', PASS], FAIL],
+ 'String.prototype.endsWith_Success': [['harmony', PASS], FAIL],
+ 'String.prototype.endsWith_Success_2': [['harmony', PASS], FAIL],
+ 'String.prototype.endsWith_Success_3': [['harmony', PASS], FAIL],
+ 'String.prototype.endsWith_Success_4': [['harmony', PASS], FAIL],
+
+ # New ES6 function Array.prototype.find, unimplemented in v8.
+ 'Array.prototype.find_callable-predicate': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_empty-array-undefined': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_length-property': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_modify-after-start': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_non-returning-predicate': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_predicate-arguments': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_push-after-start': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_remove-after-start': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_return-found-value': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_skip-empty': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_this-defined': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_this-is-object': [['harmony', PASS], FAIL],
+ 'Array.prototype.find_this-undefined': [['harmony', PASS], FAIL],
+
+ # This negative test fails for the wrong reason.
+ #'Array.prototype.find_noncallable-predicate': [['harmony', PASS], FAIL],
+
+ # Possibly same cause as S8.5_A2.1, below: floating-point tests.
+ 'S15.8.2.16_A7': [PASS, FAIL_OK],
+ 'S15.8.2.18_A7': [PASS, FAIL_OK],
+ 'S15.8.2.7_A7': [PASS, FAIL_OK],
+
+ # This is an incompatibility between ES5 and V8 on enumerating
+ # shadowed elements in a for..in loop.
+ # https://code.google.com/p/v8/issues/detail?id=705
+ '12.6.4-2': [PASS, FAIL_OK],
+
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation

Powered by Google App Engine
This is Rietveld 408576698