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

Unified Diff: test/test262/test262.status

Issue 2118613003: [builtins] don't create keys for undefined property descriptors in O.gOPDs (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix test262.status Created 4 years, 5 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/harmony/object-get-own-property-descriptors.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 e62322471c7710b22c055cd80223a9ce6279a9b3..3a3d770347d8b2d02231e4bd1803659a2fd0b197 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -469,6 +469,9 @@
'annexB/built-ins/Date/prototype/setYear/time-clip': [FAIL],
'annexB/built-ins/Date/prototype/setYear/year-number-relative': [FAIL],
+ # Fixed by https://github.com/tc39/test262/pull/662.
+ 'built-ins/Object/getOwnPropertyDescriptors/duplicate-keys': [FAIL],
+
######################## NEEDS INVESTIGATION ###########################
# These test failures are specific to the intl402 suite and need investigation
« no previous file with comments | « test/mjsunit/harmony/object-get-own-property-descriptors.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698