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

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

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

Powered by Google App Engine
This is Rietveld 408576698