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

Unified Diff: test/test262/test262.status

Issue 2592013003: Align __lookupGetter__/__lookupSetter__ behavior with the spec (Closed)
Patch Set: Add test Created 4 years 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/es6/promise-lookup-getter-setter.js ('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 521fe86cda245afd057b540cae7762f8652ff729..3c4d996757c89bee045c7a2e3902020236e376dc 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -318,20 +318,6 @@
'annexB/built-ins/Object/prototype/__lookupGetter__/this-non-obj': [FAIL],
'annexB/built-ins/Object/prototype/__lookupSetter__/this-non-obj': [FAIL],
- # https://bugs.chromium.org/p/v8/issues/detail?id=5130
- 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-data': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-get-err': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-own-proto-err': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-data': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-get-err': [FAIL],
- 'annexB/built-ins/Object/prototype/__lookupSetter__/lookup-proto-proto-err': [FAIL],
-
# https://bugs.chromium.org/p/v8/issues/detail?id=4451
'annexB/language/eval-code/direct/global-block-decl-eval-global-exsting-global-init': [FAIL],
'annexB/language/eval-code/direct/global-if-decl-else-decl-a-eval-global-exsting-global-init': [FAIL],
« no previous file with comments | « test/mjsunit/es6/promise-lookup-getter-setter.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698