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

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

Issue 2423053002: Install the 'name' property in classes at runtime (Closed)
Patch Set: Use an accessor instead of a data property Created 4 years, 1 month 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
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'language/expressions/assignment/S11.13.1_A6*': [FAIL], 72 'language/expressions/assignment/S11.13.1_A6*': [FAIL],
73 73
74 # https://bugs.chromium.org/p/v8/issues/detail?id=4709 74 # https://bugs.chromium.org/p/v8/issues/detail?id=4709
75 'built-ins/Promise/reject-function-name': [FAIL], 75 'built-ins/Promise/reject-function-name': [FAIL],
76 'built-ins/Promise/resolve-function-name': [FAIL], 76 'built-ins/Promise/resolve-function-name': [FAIL],
77 'built-ins/Promise/all/resolve-element-function-name': [FAIL], 77 'built-ins/Promise/all/resolve-element-function-name': [FAIL],
78 'built-ins/Promise/executor-function-name': [FAIL], 78 'built-ins/Promise/executor-function-name': [FAIL],
79 'built-ins/Proxy/revocable/revocation-function-name': [FAIL], 79 'built-ins/Proxy/revocable/revocation-function-name': [FAIL],
80 'language/expressions/assignment/fn-name-lhs-cover': [FAIL], 80 'language/expressions/assignment/fn-name-lhs-cover': [FAIL],
81 'language/expressions/assignment/fn-name-lhs-member': [FAIL], 81 'language/expressions/assignment/fn-name-lhs-member': [FAIL],
82 'language/expressions/class/name': [FAIL],
83 'language/expressions/function/name': [FAIL], 82 'language/expressions/function/name': [FAIL],
84 'language/expressions/generators/name': [FAIL], 83 'language/expressions/generators/name': [FAIL],
85 'intl402/NumberFormat/prototype/format/format-function-name': [FAIL], 84 'intl402/NumberFormat/prototype/format/format-function-name': [FAIL],
86 'intl402/DateTimeFormat/prototype/format/format-function-name': [FAIL], 85 'intl402/DateTimeFormat/prototype/format/format-function-name': [FAIL],
87 'intl402/Collator/prototype/compare/compare-function-name': [FAIL], 86 'intl402/Collator/prototype/compare/compare-function-name': [FAIL],
88 87
89 # https://code.google.com/p/v8/issues/detail?id=4251 88 # https://code.google.com/p/v8/issues/detail?id=4251
90 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], 89 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL],
91 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], 90 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL],
92 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], 91 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL],
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 637
639 # v8:5401 638 # v8:5401
640 'language/module-code/namespace/internals/set': [FAIL], 639 'language/module-code/namespace/internals/set': [FAIL],
641 'language/module-code/namespace/internals/define-own-property': [FAIL], 640 'language/module-code/namespace/internals/define-own-property': [FAIL],
642 641
643 # https://github.com/tc39/test262/issues/773 642 # https://github.com/tc39/test262/issues/773
644 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP] , 643 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP] ,
645 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan 644 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
646 645
647 ] 646 ]
OLDNEW
« src/runtime/runtime-classes.cc ('K') | « test/mjsunit/es6/function-name.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698