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

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

Issue 2405253006: [builtins] implement Array.prototype[@@iterator] in TFJ builtins (Closed)
Patch Set: V1 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/bootstrapper.cc ('K') | « src/v8.gyp ('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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 # https://bugs.chromium.org/p/v8/issues/detail?id=5360 123 # https://bugs.chromium.org/p/v8/issues/detail?id=5360
124 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-lastindex-err': [FAIL] , 124 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-lastindex-err': [FAIL] ,
125 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex': [FAIL ], 125 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex': [FAIL ],
126 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore': [FAIL], 126 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore': [FAIL],
127 127
128 # https://code.google.com/p/v8/issues/detail?id=4360 128 # https://code.google.com/p/v8/issues/detail?id=4360
129 'intl402/Collator/10.1.1_1': [FAIL], 129 'intl402/Collator/10.1.1_1': [FAIL],
130 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 130 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
131 'intl402/NumberFormat/11.1.1_1': [FAIL], 131 'intl402/NumberFormat/11.1.1_1': [FAIL],
132 132
133 # https://bugs.chromium.org/p/v8/issues/detail?id=4895
134 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL],
135 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL],
136 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL],
137 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL],
138 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL],
139 # Some TypedArray methods throw due to the same bug, from Get 133 # Some TypedArray methods throw due to the same bug, from Get
140 'built-ins/TypedArray/prototype/every/callbackfn-detachbuffer': [FAIL], 134 'built-ins/TypedArray/prototype/every/callbackfn-detachbuffer': [FAIL],
141 'built-ins/TypedArray/prototype/filter/callbackfn-detachbuffer': [FAIL], 135 'built-ins/TypedArray/prototype/filter/callbackfn-detachbuffer': [FAIL],
142 'built-ins/TypedArray/prototype/find/predicate-may-detach-buffer': [FAIL], 136 'built-ins/TypedArray/prototype/find/predicate-may-detach-buffer': [FAIL],
143 'built-ins/TypedArray/prototype/findIndex/predicate-may-detach-buffer': [FAIL] , 137 'built-ins/TypedArray/prototype/findIndex/predicate-may-detach-buffer': [FAIL] ,
144 'built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer': [FAIL], 138 'built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer': [FAIL],
145 'built-ins/TypedArray/prototype/map/callbackfn-detachbuffer': [FAIL], 139 'built-ins/TypedArray/prototype/map/callbackfn-detachbuffer': [FAIL],
146 'built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer': [FAIL], 140 'built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer': [FAIL],
147 'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL], 141 'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL],
148 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-get-src -value-throws': [FAIL], 142 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-get-src -value-throws': [FAIL],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL], 185 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL],
192 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], 186 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL],
193 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], 187 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL],
194 'built-ins/DataView/detached-buffer': [FAIL], 188 'built-ins/DataView/detached-buffer': [FAIL],
195 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], 189 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL],
196 'built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoff set': [FAIL], 190 'built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoff set': [FAIL],
197 'built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffse t': [FAIL], 191 'built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffse t': [FAIL],
198 192
199 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 193 # https://bugs.chromium.org/p/v8/issues/detail?id=4648
200 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL], 194 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL],
201 'built-ins/TypedArray/prototype/entries/detached-buffer': [FAIL],
202 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], 195 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL],
203 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], 196 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL],
204 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], 197 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL],
205 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], 198 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL],
206 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], 199 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL],
207 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], 200 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL],
208 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], 201 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL],
209 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], 202 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL],
210 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], 203 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL],
211 'built-ins/TypedArray/prototype/keys/detached-buffer': [FAIL],
212 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], 204 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL],
213 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL], 205 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL],
214 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL], 206 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL],
215 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], 207 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL],
216 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], 208 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL],
217 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], 209 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL],
218 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], 210 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL],
219 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], 211 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL],
220 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], 212 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL],
221 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL],
222 213
223 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 214 # https://bugs.chromium.org/p/v8/issues/detail?id=4034
224 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], 215 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL],
225 216
226 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 217 # https://bugs.chromium.org/p/v8/issues/detail?id=4231
227 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], 218 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL],
228 219
229 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 220 # https://bugs.chromium.org/p/v8/issues/detail?id=4951
230 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], 221 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL],
231 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], 222 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL],
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'language/module-code/namespace/internals/get-own-property-sym': [FAIL], 640 'language/module-code/namespace/internals/get-own-property-sym': [FAIL],
650 'language/module-code/namespace/internals/get-sym-found': [FAIL], 641 'language/module-code/namespace/internals/get-sym-found': [FAIL],
651 'language/module-code/namespace/internals/has-property-sym-found': [FAIL], 642 'language/module-code/namespace/internals/has-property-sym-found': [FAIL],
652 'language/module-code/namespace/internals/own-property-keys-binding-types': [F AIL], 643 'language/module-code/namespace/internals/own-property-keys-binding-types': [F AIL],
653 'language/module-code/namespace/internals/own-property-keys-sort': [FAIL], 644 'language/module-code/namespace/internals/own-property-keys-sort': [FAIL],
654 'language/module-code/namespace/internals/set': [FAIL], 645 'language/module-code/namespace/internals/set': [FAIL],
655 'language/module-code/namespace/Symbol.iterator/*': [FAIL], 646 'language/module-code/namespace/Symbol.iterator/*': [FAIL],
656 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan 647 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
657 648
658 ] 649 ]
OLDNEW
« src/bootstrapper.cc ('K') | « src/v8.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698