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

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

Issue 2423053002: Install the 'name' property in classes at runtime (Closed)
Patch Set: rebased 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 unified diff | Download patch
« no previous file with comments | « test/mjsunit/es6/function-name.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 19 matching lines...) Expand all
30 [ALWAYS, { 30 [ALWAYS, {
31 ###################### NEEDS INVESTIGATION ####################### 31 ###################### NEEDS INVESTIGATION #######################
32 32
33 # Date tests that fail in CE(S)T timezone. 33 # Date tests that fail in CE(S)T timezone.
34 # https://bugs.chromium.org/p/v8/issues/detail?id=5449 34 # https://bugs.chromium.org/p/v8/issues/detail?id=5449
35 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL], 35 'built-ins/Date/prototype/setFullYear/new-value-time-clip': [PASS, FAIL],
36 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL], 36 'built-ins/Date/prototype/setMonth/new-value-time-clip': [PASS, FAIL],
37 37
38 ###################### MISSING ES6 FEATURES ####################### 38 ###################### MISSING ES6 FEATURES #######################
39 39
40 # The order of adding the name property is wrong
41 # https://code.google.com/p/v8/issues/detail?id=4199
42 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO PPY],
43 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO PPY],
44 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO PPY],
45
46 # https://code.google.com/p/v8/issues/detail?id=4248 40 # https://code.google.com/p/v8/issues/detail?id=4248
47 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL], 41 'language/expressions/compound-assignment/S11.13.2_A5.*': [FAIL],
48 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL], 42 'language/expressions/compound-assignment/S11.13.2_A6.*': [FAIL],
49 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL], 43 'language/expressions/compound-assignment/S11.13.2_A7.10_T4': [FAIL],
50 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL], 44 'language/expressions/compound-assignment/S11.13.2_A7.11_T4': [FAIL],
51 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL], 45 'language/expressions/compound-assignment/S11.13.2_A7.1_T4': [FAIL],
52 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL], 46 'language/expressions/compound-assignment/S11.13.2_A7.2_T4': [FAIL],
53 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL], 47 'language/expressions/compound-assignment/S11.13.2_A7.3_T4': [FAIL],
54 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL], 48 'language/expressions/compound-assignment/S11.13.2_A7.4_T4': [FAIL],
55 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL], 49 'language/expressions/compound-assignment/S11.13.2_A7.5_T4': [FAIL],
(...skipping 16 matching lines...) Expand all
72 'language/expressions/assignment/S11.13.1_A6*': [FAIL], 66 'language/expressions/assignment/S11.13.1_A6*': [FAIL],
73 67
74 # https://bugs.chromium.org/p/v8/issues/detail?id=4709 68 # https://bugs.chromium.org/p/v8/issues/detail?id=4709
75 'built-ins/Promise/reject-function-name': [FAIL], 69 'built-ins/Promise/reject-function-name': [FAIL],
76 'built-ins/Promise/resolve-function-name': [FAIL], 70 'built-ins/Promise/resolve-function-name': [FAIL],
77 'built-ins/Promise/all/resolve-element-function-name': [FAIL], 71 'built-ins/Promise/all/resolve-element-function-name': [FAIL],
78 'built-ins/Promise/executor-function-name': [FAIL], 72 'built-ins/Promise/executor-function-name': [FAIL],
79 'built-ins/Proxy/revocable/revocation-function-name': [FAIL], 73 'built-ins/Proxy/revocable/revocation-function-name': [FAIL],
80 'language/expressions/assignment/fn-name-lhs-cover': [FAIL], 74 'language/expressions/assignment/fn-name-lhs-cover': [FAIL],
81 'language/expressions/assignment/fn-name-lhs-member': [FAIL], 75 'language/expressions/assignment/fn-name-lhs-member': [FAIL],
82 'language/expressions/class/name': [FAIL],
83 'language/expressions/function/name': [FAIL], 76 'language/expressions/function/name': [FAIL],
84 'language/expressions/generators/name': [FAIL], 77 'language/expressions/generators/name': [FAIL],
85 'intl402/NumberFormat/prototype/format/format-function-name': [FAIL], 78 'intl402/NumberFormat/prototype/format/format-function-name': [FAIL],
86 'intl402/DateTimeFormat/prototype/format/format-function-name': [FAIL], 79 'intl402/DateTimeFormat/prototype/format/format-function-name': [FAIL],
87 'intl402/Collator/prototype/compare/compare-function-name': [FAIL], 80 'intl402/Collator/prototype/compare/compare-function-name': [FAIL],
88 81
89 # https://code.google.com/p/v8/issues/detail?id=4251 82 # https://code.google.com/p/v8/issues/detail?id=4251
90 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL], 83 'language/expressions/postfix-increment/S11.3.1_A5_T1': [FAIL],
91 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL], 84 'language/expressions/postfix-increment/S11.3.1_A5_T2': [FAIL],
92 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL], 85 'language/expressions/postfix-increment/S11.3.1_A5_T3': [FAIL],
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 602
610 ['variant == asm_wasm', { 603 ['variant == asm_wasm', {
611 '*': [SKIP], 604 '*': [SKIP],
612 }], # variant == asm_wasm 605 }], # variant == asm_wasm
613 606
614 ['variant == wasm_traps', { 607 ['variant == wasm_traps', {
615 '*': [SKIP], 608 '*': [SKIP],
616 }], # variant == wasm_traps 609 }], # variant == wasm_traps
617 610
618 ] 611 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/function-name.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698