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

Side by Side Diff: test/test262/test262.status

Issue 2407423002: [modules] Implement @@iterator on namespace objects. (Closed)
Patch Set: Update test262.status. Created 4 years, 2 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 unified diff | Download patch
« src/objects.h ('K') | « test/mjsunit/modules-namespace2.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'language/module-code/comment-single-line-html*': [FAIL], 637 'language/module-code/comment-single-line-html*': [FAIL],
638 638
639 # v8:5486 639 # v8:5486
640 'language/module-code/instn-iee-star-cycle': [FAIL], 640 'language/module-code/instn-iee-star-cycle': [FAIL],
641 'language/module-code/instn-named-star-cycle': [FAIL], 641 'language/module-code/instn-named-star-cycle': [FAIL],
642 'language/module-code/instn-star-star-cycle': [FAIL], 642 'language/module-code/instn-star-star-cycle': [FAIL],
643 643
644 # v8:5487 644 # v8:5487
645 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL], 645 'language/module-code/namespace/internals/get-own-property-str-found-uninit': [FAIL],
646 646
647 # @@iterator on namespace objects, to be implemented 647 # v8:5401
648 'language/module-code/namespace/internals/set': [FAIL],
648 'language/module-code/namespace/internals/define-own-property': [FAIL], 649 'language/module-code/namespace/internals/define-own-property': [FAIL],
649 'language/module-code/namespace/internals/get-own-property-sym': [FAIL], 650
650 'language/module-code/namespace/internals/get-sym-found': [FAIL], 651 # https://github.com/tc39/test262/issues/773
651 'language/module-code/namespace/internals/has-property-sym-found': [FAIL], 652 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP] ,
652 'language/module-code/namespace/internals/own-property-keys-binding-types': [F AIL],
653 'language/module-code/namespace/internals/own-property-keys-sort': [FAIL],
654 'language/module-code/namespace/internals/set': [FAIL],
655 'language/module-code/namespace/Symbol.iterator/*': [FAIL],
656 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan 653 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
657 654
658 ] 655 ]
OLDNEW
« src/objects.h ('K') | « test/mjsunit/modules-namespace2.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698