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

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

Issue 1754593003: Implement TypedArray(typedarray) constructor (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: use the right equality Created 4 years, 9 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/js/typedarray.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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'language/statements/labeled/tco': [FAIL], 250 'language/statements/labeled/tco': [FAIL],
251 'language/statements/return/tco': [FAIL], 251 'language/statements/return/tco': [FAIL],
252 'language/statements/switch/tco-case-body': [FAIL], 252 'language/statements/switch/tco-case-body': [FAIL],
253 'language/statements/switch/tco-case-body-dflt': [FAIL], 253 'language/statements/switch/tco-case-body-dflt': [FAIL],
254 'language/statements/switch/tco-dftl-body': [FAIL], 254 'language/statements/switch/tco-dftl-body': [FAIL],
255 'language/statements/try/tco-catch': [FAIL], 255 'language/statements/try/tco-catch': [FAIL],
256 'language/statements/try/tco-catch-finally': [FAIL], 256 'language/statements/try/tco-catch-finally': [FAIL],
257 'language/statements/try/tco-finally': [FAIL], 257 'language/statements/try/tco-finally': [FAIL],
258 'language/statements/while/tco-body': [FAIL], 258 'language/statements/while/tco-body': [FAIL],
259 259
260 # https://bugs.chromium.org/p/v8/issues/detail?id=4726
261 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-access-throws': [ FAIL],
262 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-custom-species': [FAIL],
263 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-not-object-throws ': [FAIL],
264 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-access-th rows': [FAIL],
265 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-not-ctor- throws': [FAIL],
266 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-prototype -throws': [FAIL],
267 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-access-throws': [F AIL],
268 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom': [ FAIL],
269 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-not-ctor': [FAIL],
270 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-prototype- throws': [FAIL],
271 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-throws': [ FAIL],
272 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-value-not-obj-thro ws': [FAIL],
273
274 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 260 # https://bugs.chromium.org/p/v8/issues/detail?id=4727
275 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL], 261 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL],
276 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], 262 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL],
277 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL], 263 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL],
278 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL], 264 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL],
279 265
280 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 266 # https://bugs.chromium.org/p/v8/issues/detail?id=4784
281 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], 267 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL],
282 268
283 # https://bugs.chromium.org/p/v8/issues/detail?id=4785 269 # https://bugs.chromium.org/p/v8/issues/detail?id=4785
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 'language/statements/generators/yield-as-statement': [FAIL], 618 'language/statements/generators/yield-as-statement': [FAIL],
633 'language/statements/generators/yield-as-yield-operand': [FAIL], 619 'language/statements/generators/yield-as-yield-operand': [FAIL],
634 'language/statements/generators/yield-newline': [FAIL], 620 'language/statements/generators/yield-newline': [FAIL],
635 'language/statements/generators/yield-star-before-newline': [FAIL], 621 'language/statements/generators/yield-star-before-newline': [FAIL],
636 622
637 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no exception was thrown at all 623 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
638 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL], 624 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL],
639 }], # ignition == True 625 }], # ignition == True
640 626
641 ] 627 ]
OLDNEW
« no previous file with comments | « src/js/typedarray.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698