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

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

Issue 1725203002: Stage ES2015 iterator finalization (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « src/flag-definitions.h ('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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 ###################### MISSING ES6 FEATURES ####################### 48 ###################### MISSING ES6 FEATURES #######################
49 49
50 # https://bugs.chromium.org/p/v8/issues/detail?id=4768 50 # https://bugs.chromium.org/p/v8/issues/detail?id=4768
51 # The Reflect.enumerate trap is removed 51 # The Reflect.enumerate trap is removed
52 'built-ins/Reflect/enumerate/*': [SKIP], 52 'built-ins/Reflect/enumerate/*': [SKIP],
53 'built-ins/Proxy/enumerate/*': [SKIP], 53 'built-ins/Proxy/enumerate/*': [SKIP],
54 54
55 # https://code.google.com/p/v8/issues/detail?id=4163 55 # https://code.google.com/p/v8/issues/detail?id=4163
56 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL], 56 'built-ins/GeneratorPrototype/next/context-constructor-invocation': [FAIL],
57 57
58 # https://code.google.com/p/v8/issues/detail?id=3566 58 # https://bugs.chromium.org/p/v8/issues/detail?id=4775
59 'built-ins/Array/from/iter-map-fn-err': [FAIL], 59 'built-ins/Array/from/iter-map-fn-err': [FAIL],
60 'built-ins/Array/from/iter-set-elem-prop-err': [FAIL],
61 'built-ins/Map/iterator-close-after-set-failure': [FAIL], 60 'built-ins/Map/iterator-close-after-set-failure': [FAIL],
62 'built-ins/Map/iterator-item-first-entry-returns-abrupt': [FAIL], 61 'built-ins/Map/iterator-item-first-entry-returns-abrupt': [FAIL],
63 'built-ins/Map/iterator-item-second-entry-returns-abrupt': [FAIL], 62 'built-ins/Map/iterator-item-second-entry-returns-abrupt': [FAIL],
64 'built-ins/Map/iterator-items-are-not-object-close-iterator': [FAIL],
65 'built-ins/Promise/all/iter-close': [FAIL],
66 'built-ins/Promise/race/iter-close': [PASS, FAIL], 63 'built-ins/Promise/race/iter-close': [PASS, FAIL],
67 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL], 64 'built-ins/Set/set-iterator-close-after-add-failure': [FAIL],
68 'built-ins/WeakMap/iterator-close-after-set-failure': [FAIL], 65 'built-ins/WeakMap/iterator-close-after-set-failure': [FAIL],
69 'built-ins/WeakMap/iterator-item-first-entry-returns-abrupt': [FAIL], 66 'built-ins/WeakMap/iterator-item-first-entry-returns-abrupt': [FAIL],
70 'built-ins/WeakMap/iterator-item-second-entry-returns-abrupt': [FAIL], 67 'built-ins/WeakMap/iterator-item-second-entry-returns-abrupt': [FAIL],
71 'built-ins/WeakMap/iterator-items-are-not-object-close-iterator': [FAIL],
72 'built-ins/WeakSet/iterator-close-after-add-failure': [FAIL], 68 'built-ins/WeakSet/iterator-close-after-add-failure': [FAIL],
73 69
74 # https://code.google.com/p/v8/issues/detail?id=4348 70 # https://code.google.com/p/v8/issues/detail?id=4348
75 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL ], 71 'built-ins/String/prototype/Symbol.iterator/this-val-non-obj-coercible': [FAIL ],
76 72
77 # The order of adding the name property is wrong 73 # The order of adding the name property is wrong
78 # https://code.google.com/p/v8/issues/detail?id=4199 74 # https://code.google.com/p/v8/issues/detail?id=4199
79 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO PPY], 75 'language/computed-property-names/class/static/method-number': [FAIL, FAIL_SLO PPY],
80 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO PPY], 76 'language/computed-property-names/class/static/method-symbol': [FAIL, FAIL_SLO PPY],
81 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO PPY], 77 'language/computed-property-names/class/static/method-string': [FAIL, FAIL_SLO PPY],
82 78
83 # https://code.google.com/p/v8/issues/detail?id=3566 79 # https://bugs.chromium.org/p/v8/issues/detail?id=4776
84 'language/statements/for-of/body-dstr-assign-error': [FAIL], 80 'language/statements/for-of/body-dstr-assign-error': [FAIL],
85 'language/statements/for-of/body-put-error': [FAIL], 81 'language/statements/for-of/body-put-error': [FAIL],
86 'language/statements/for-of/generator-close-via-break': [FAIL],
87 'language/statements/for-of/generator-close-via-return': [FAIL],
88 'language/statements/for-of/generator-close-via-throw': [FAIL],
89 'language/statements/for-of/iterator-close-get-method-error': [FAIL],
90 'language/statements/for-of/iterator-close-non-object': [FAIL],
91 'language/statements/for-of/iterator-close-via-break': [FAIL],
92 'language/statements/for-of/iterator-close-via-return': [FAIL],
93 'language/statements/for-of/iterator-close-via-throw': [FAIL],
94 82
95 # We do not expose Array.prototype.values 83 # We do not expose Array.prototype.values
96 # https://code.google.com/p/v8/issues/detail?id=4247 84 # https://code.google.com/p/v8/issues/detail?id=4247
97 'built-ins/Array/prototype/Symbol.iterator': [FAIL], 85 'built-ins/Array/prototype/Symbol.iterator': [FAIL],
98 'built-ins/Array/prototype/values/returns-iterator': [FAIL], 86 'built-ins/Array/prototype/values/returns-iterator': [FAIL],
99 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], 87 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL],
100 'built-ins/Array/prototype/values/prop-desc': [FAIL], 88 'built-ins/Array/prototype/values/prop-desc': [FAIL],
101 'built-ins/Array/prototype/values/name': [FAIL], 89 'built-ins/Array/prototype/values/name': [FAIL],
102 'built-ins/Array/prototype/values/length': [FAIL], 90 'built-ins/Array/prototype/values/length': [FAIL],
103 'built-ins/Array/prototype/values/iteration': [FAIL], 91 'built-ins/Array/prototype/values/iteration': [FAIL],
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'language/statements/const/fn-name-gen': [SKIP], 599 'language/statements/const/fn-name-gen': [SKIP],
612 'language/statements/let/fn-name-arrow': [SKIP], 600 'language/statements/let/fn-name-arrow': [SKIP],
613 'language/statements/let/fn-name-class': [SKIP], 601 'language/statements/let/fn-name-class': [SKIP],
614 'language/statements/let/fn-name-cover': [SKIP], 602 'language/statements/let/fn-name-cover': [SKIP],
615 'language/statements/let/fn-name-fn': [SKIP], 603 'language/statements/let/fn-name-fn': [SKIP],
616 'language/statements/let/fn-name-gen': [SKIP], 604 'language/statements/let/fn-name-gen': [SKIP],
617 'test-api/Regress470113': [SKIP], 605 'test-api/Regress470113': [SKIP],
618 }], # ignition == True and (arch == arm or arch == arm64) 606 }], # ignition == True and (arch == arm or arch == arm64)
619 607
620 ] 608 ]
OLDNEW
« 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