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

Unified Diff: test/test262/test262.status

Issue 1633573002: [interpreter] Fix lookup of overlapping handler ranges. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_interpreter-remove-fallback
Patch Set: Rebased. 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 6c9380c7c8ed6ca1eb4bbab371aa314472a9ea3f..388e1cfeea34be3f6729854797cda77346b3fbf8 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -589,21 +589,6 @@
'language/statements/generators/*': [SKIP],
'language/statements/with/*': [SKIP],
- # TODO(mstarzinger,4674): Beginning of two "try" statements can overlap.
- 'language/statements/try/*': [SKIP],
- 'built-ins/Object/defineProperties/15.2.3.7-2-18': [SKIP],
- 'built-ins/Promise/S25.4.3.1_A2.3_T1': [SKIP],
- 'built-ins/Promise/S25.4.3.1_A2.4_T1': [SKIP],
- 'built-ins/Promise/S25.4.3.1_A4.1_T1': [SKIP],
- 'built-ins/Promise/exception-after-resolve-in-executor': [SKIP],
- 'built-ins/Promise/prototype/catch/S25.4.5.1_A3.1_T2': [SKIP],
- 'built-ins/Promise/prototype/then/S25.4.2.1_A2.1_T1': [SKIP],
- 'built-ins/Promise/prototype/then/S25.4.5.3_A4.1_T2': [SKIP],
- 'built-ins/Promise/prototype/then/S25.4.5.3_A4.2_T2': [SKIP],
- 'built-ins/Promise/prototype/then/on-fulfilled-throw': [SKIP],
- 'language/block-scope/leave/finally-block-let-declaration-only-shadows-outer-parameter-value-2': [SKIP],
- 'language/block-scope/leave/verify-context-in-finally-block': [SKIP],
-
'built-ins/Array/prototype/concat/Array.prototype.concat_non-array': [SKIP],
'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [SKIP],
'built-ins/Object/prototype/hasOwnProperty/S15.2.4.5_A12': [SKIP],
@@ -732,6 +717,7 @@
'language/statements/let/global-closure-set-before-initialization': [SKIP],
'language/statements/let/global-use-before-initialization-in-declaration-statement': [SKIP],
'language/statements/let/global-use-before-initialization-in-prior-statement': [SKIP],
+ 'language/statements/try/S12.14_A14': [SKIP],
'language/statements/while/S12.6.2_A4_T5': [SKIP],
}], # ignition == True
« 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