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

Unified Diff: test/test262/test262.status

Issue 1744193002: [esnext] stage Object.values/entries, Object.getOwnPropertyDescriptors (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add exceptions for O.gOPDs test bugs Created 4 years, 10 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 | « src/flag-definitions.h ('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 e1befabe172d081623e4aaaac00fbb3da612a980..6448fec4bc5e83086f0848b941ae5f3859724ec1 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -221,10 +221,6 @@
'language/statements/class/subclass/builtin-objects/NativeError/URIError-message': [FAIL],
'language/statements/class/subclass/builtin-objects/Error/message-property-assignment': [FAIL],
- # https://bugs.chromium.org/p/v8/issues/detail?id=4663
- 'built-ins/Object/entries/*': [SKIP],
- 'built-ins/Object/values/*': [SKIP],
-
# https://code.google.com/p/chromium/issues/detail?id=581577
'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL],
'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL],
@@ -261,9 +257,6 @@
'language/statements/try/tco-finally': [FAIL],
'language/statements/while/tco-body': [FAIL],
- # https://bugs.chromium.org/p/v8/issues/detail?id=4725
- 'built-ins/Object/getOwnPropertyDescriptors/*': [SKIP],
-
# https://bugs.chromium.org/p/v8/issues/detail?id=4726
'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-access-throws': [FAIL],
'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-custom-species': [FAIL],
@@ -365,6 +358,9 @@
# Test bug https://github.com/tc39/test262/issues/518
'built-ins/TypedArrays/object-arg-throws-setting-typedarray-property': [FAIL],
+ 'built-ins/Object/getOwnPropertyDescriptors/duplicate-keys': [FAIL],
+ 'built-ins/Object/getOwnPropertyDescriptors/symbols-included': [FAIL],
+
############################ SKIPPED TESTS #############################
« no previous file with comments | « src/flag-definitions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698