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

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

Issue 2405253006: [builtins] implement Array.prototype[@@iterator] in TFJ builtins (Closed)
Patch Set: latest round 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
« no previous file with comments | « 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL], 186 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo ffset': [FAIL],
187 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], 187 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL],
188 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], 188 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL],
189 'built-ins/DataView/detached-buffer': [FAIL], 189 'built-ins/DataView/detached-buffer': [FAIL],
190 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], 190 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL],
191 'built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoff set': [FAIL], 191 'built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoff set': [FAIL],
192 'built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffse t': [FAIL], 192 'built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffse t': [FAIL],
193 193
194 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 194 # https://bugs.chromium.org/p/v8/issues/detail?id=4648
195 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL], 195 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL],
196 'built-ins/TypedArray/prototype/entries/detached-buffer': [FAIL],
197 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], 196 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL],
198 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], 197 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL],
199 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], 198 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL],
200 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], 199 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL],
201 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], 200 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL],
202 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], 201 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL],
203 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], 202 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL],
204 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], 203 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL],
205 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], 204 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL],
206 'built-ins/TypedArray/prototype/keys/detached-buffer': [FAIL],
207 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], 205 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL],
208 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL], 206 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL],
209 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL], 207 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL],
210 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], 208 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL],
211 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], 209 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL],
212 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], 210 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL],
213 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], 211 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL],
214 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], 212 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL],
215 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], 213 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL],
216 'built-ins/TypedArray/prototype/values/detached-buffer': [FAIL],
217 214
218 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 215 # https://bugs.chromium.org/p/v8/issues/detail?id=4034
219 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], 216 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL],
220 217
221 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 218 # https://bugs.chromium.org/p/v8/issues/detail?id=4231
222 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], 219 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL],
223 220
224 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 221 # https://bugs.chromium.org/p/v8/issues/detail?id=4951
225 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], 222 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL],
226 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], 223 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL],
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 638
642 # v8:5401 639 # v8:5401
643 'language/module-code/namespace/internals/set': [FAIL], 640 'language/module-code/namespace/internals/set': [FAIL],
644 'language/module-code/namespace/internals/define-own-property': [FAIL], 641 'language/module-code/namespace/internals/define-own-property': [FAIL],
645 642
646 # https://github.com/tc39/test262/issues/773 643 # https://github.com/tc39/test262/issues/773
647 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP] , 644 'language/module-code/namespace/Symbol.iterator/values-binding-types_': [SKIP] ,
648 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan 645 }], # variant == ignition or variant == ignition_staging or variant == ignition _turbofan
649 646
650 ] 647 ]
OLDNEW
« no previous file with comments | « src/v8.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698