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

Unified Diff: test/test262/test262.status

Issue 1627943003: [Interpreter] Remove skips which have been fixed with Exceptions and For...Of. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add back skips Created 4 years, 11 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/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index ece24a040d9c467edcec064fae2d770d9513f5f0..64481c6846f00f80b4dcf9d1803c993b3a6672c5 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -565,17 +565,11 @@
'built-ins/Array/prototype/reduceRight/*': [SKIP],
'built-ins/GeneratorFunction/*': [SKIP],
'built-ins/GeneratorPrototype/*': [SKIP],
- 'built-ins/Map/*': [SKIP],
- 'built-ins/MapIteratorPrototype/*': [SKIP],
'built-ins/Promise/prototype/then/capability-executor-called-twice': [SKIP],
'built-ins/Promise/prototype/then/capability-executor-not-callable': [SKIP],
'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
'built-ins/Proxy/has/*': [SKIP],
'built-ins/Reflect/enumerate/*': [SKIP],
- 'built-ins/Set/*': [SKIP],
- 'built-ins/SetIteratorPrototype/*': [SKIP],
- 'built-ins/WeakMap/*': [SKIP],
- 'built-ins/WeakSet/*': [SKIP],
'language/computed-property-names/class/*': [SKIP],
'language/computed-property-names/to-name-side-effects/*': [SKIP],
'language/directive-prologue/*': [SKIP],
@@ -589,22 +583,11 @@
'language/expressions/yield/*': [SKIP],
'language/statements/class/*': [SKIP],
'language/statements/const/*': [SKIP],
- 'language/statements/for-in/const*': [SKIP],
- 'language/statements/for-in/let*': [SKIP],
- 'language/statements/for-of/*': [SKIP],
'language/statements/generators/*': [SKIP],
- 'language/statements/try/*': [SKIP],
'language/statements/with/*': [SKIP],
'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP],
- 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T1': [SKIP],
- 'built-ins/Array/prototype/join/S15.4.4.5_A3.1_T2': [SKIP],
- 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T2': [SKIP],
- 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T3': [SKIP],
- 'built-ins/Array/prototype/toString/S15.4.4.2_A1_T4': [SKIP],
- 'built-ins/Date/15.9.1.15-1': [SKIP],
'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP],
- 'built-ins/JSON/stringify/*': [SKIP],
'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP],
'built-ins/Object/prototype/isPrototypeOf/S15.2.4.6_A12': [SKIP],
'built-ins/Object/prototype/propertyIsEnumerable/S15.2.4.7_A12': [SKIP],
@@ -648,6 +631,45 @@
'language/expressions/tagged-template/call-expression-context-no-strict': [SKIP],
'language/expressions/tagged-template/call-expression-context-strict': [SKIP],
'language/expressions/template-literal/evaluation-order': [SKIP],
+ 'language/statements/for-in/const-bound-names-fordecl-tdz-for-in': [SKIP],
+ 'language/statements/for-in/let-bound-names-fordecl-tdz-for-in': [SKIP],
+ 'language/statements/for-of/body-dstr-assign': [SKIP],
+ 'language/statements/for-of/break': [SKIP],
+ 'language/statements/for-of/break-from-catch': [SKIP],
+ 'language/statements/for-of/break-from-finally': [SKIP],
+ 'language/statements/for-of/break-from-try': [SKIP],
+ 'language/statements/for-of/break-label': [SKIP],
+ 'language/statements/for-of/break-label-from-catch': [SKIP],
+ 'language/statements/for-of/break-label-from-finally': [SKIP],
+ 'language/statements/for-of/break-label-from-try': [SKIP],
+ 'language/statements/for-of/const-bound-names-fordecl-tdz-for-of': [SKIP],
+ 'language/statements/for-of/continue': [SKIP],
+ 'language/statements/for-of/continue-from-catch': [SKIP],
+ 'language/statements/for-of/continue-from-finally': [SKIP],
+ 'language/statements/for-of/continue-from-try': [SKIP],
+ 'language/statements/for-of/continue-label': [SKIP],
+ 'language/statements/for-of/continue-label-from-catch': [SKIP],
+ 'language/statements/for-of/continue-label-from-finally': [SKIP],
+ 'language/statements/for-of/continue-label-from-try': [SKIP],
+ 'language/statements/for-of/generator': [SKIP],
+ 'language/statements/for-of/generator-next-error': [SKIP],
+ 'language/statements/for-of/let-bound-names-fordecl-tdz-for-of': [SKIP],
+ 'language/statements/for-of/nested': [SKIP],
+ 'language/statements/for-of/return': [SKIP],
+ 'language/statements/for-of/return-from-catch': [SKIP],
+ 'language/statements/for-of/return-from-finally': [SKIP],
+ 'language/statements/for-of/return-from-try': [SKIP],
+ 'language/statements/for-of/throw': [SKIP],
+ 'language/statements/for-of/throw-from-catch': [SKIP],
+ 'language/statements/for-of/throw-from-finally': [SKIP],
+ 'language/statements/for-of/yield': [SKIP],
+ 'language/statements/for-of/yield-from-catch': [SKIP],
+ 'language/statements/for-of/yield-from-finally': [SKIP],
+ 'language/statements/for-of/yield-from-try': [SKIP],
+ 'language/statements/for-of/yield-star': [SKIP],
+ 'language/statements/for-of/yield-star-from-catch': [SKIP],
+ 'language/statements/for-of/yield-star-from-finally': [SKIP],
+ 'language/statements/for-of/yield-star-from-try': [SKIP],
'language/identifier-resolution/S10.2.2_A1_T5': [SKIP],
'language/identifier-resolution/S10.2.2_A1_T6': [SKIP],
'language/identifier-resolution/S10.2.2_A1_T7': [SKIP],
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698