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

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

Issue 1743463004: Make %TypedArray%.from spec-compliant (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Construct array result better 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-access-th rows': [FAIL], 271 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-access-th rows': [FAIL],
272 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-not-ctor- throws': [FAIL], 272 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-not-ctor- throws': [FAIL],
273 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-prototype -throws': [FAIL], 273 'built-ins/TypedArrays/typedarray-arg-other-ctor-buffer-ctor-species-prototype -throws': [FAIL],
274 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-access-throws': [F AIL], 274 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-access-throws': [F AIL],
275 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom': [ FAIL], 275 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-custom': [ FAIL],
276 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-not-ctor': [FAIL], 276 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-not-ctor': [FAIL],
277 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-prototype- throws': [FAIL], 277 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-prototype- throws': [FAIL],
278 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-throws': [ FAIL], 278 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-species-throws': [ FAIL],
279 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-value-not-obj-thro ws': [FAIL], 279 'built-ins/TypedArrays/typedarray-arg-same-ctor-buffer-ctor-value-not-obj-thro ws': [FAIL],
280 280
281 # https://bugs.chromium.org/p/v8/issues/detail?id=4782
282 'built-ins/TypedArrays/from/set-value-abrupt-completion': [FAIL],
283 'built-ins/TypedArray/from/mapfn-is-not-callable': [FAIL],
284
285 # https://bugs.chromium.org/p/v8/issues/detail?id=4727 281 # https://bugs.chromium.org/p/v8/issues/detail?id=4727
286 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL], 282 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL],
287 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL], 283 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL],
288 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL], 284 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL],
289 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL], 285 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL],
290 286
291 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 287 # https://bugs.chromium.org/p/v8/issues/detail?id=4784
292 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL], 288 'built-ins/TypedArrays/buffer-arg-defined-negative-length': [FAIL],
293 289
294 # https://bugs.chromium.org/p/v8/issues/detail?id=4785 290 # https://bugs.chromium.org/p/v8/issues/detail?id=4785
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], 355 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK],
360 356
361 # Tests do not return boolean. 357 # Tests do not return boolean.
362 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK], 358 'built-ins/Object/keys/15.2.3.14-1-1': [PASS, FAIL_OK],
363 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK], 359 'built-ins/Object/keys/15.2.3.14-1-2': [PASS, FAIL_OK],
364 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK], 360 'built-ins/Object/keys/15.2.3.14-1-3': [PASS, FAIL_OK],
365 361
366 # Test bug https://github.com/tc39/test262/issues/518 362 # Test bug https://github.com/tc39/test262/issues/518
367 'built-ins/TypedArrays/object-arg-throws-setting-typedarray-property': [FAIL], 363 'built-ins/TypedArrays/object-arg-throws-setting-typedarray-property': [FAIL],
368 364
365 # Test bug https://github.com/tc39/test262/issues/521
366 'built-ins/TypedArray/from/mapfn-is-not-callable': [FAIL],
367
369 ############################ SKIPPED TESTS ############################# 368 ############################ SKIPPED TESTS #############################
370 369
371 # These tests take a looong time to run. 370 # These tests take a looong time to run.
372 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], 371 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP],
373 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], 372 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP],
374 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], 373 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP],
375 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], 374 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP],
376 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], 375 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP],
377 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 376 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
378 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], 377 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP],
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'language/expressions/unsigned-right-shift/S11.7.3_A4_T2': [PASS, ['mode == de bug or dcheck_always_on == True', FAIL]], 648 'language/expressions/unsigned-right-shift/S11.7.3_A4_T2': [PASS, ['mode == de bug or dcheck_always_on == True', FAIL]],
650 'language/expressions/unsigned-right-shift/S11.7.3_A4_T3': [PASS, ['mode == de bug or dcheck_always_on == True', FAIL]], 649 'language/expressions/unsigned-right-shift/S11.7.3_A4_T3': [PASS, ['mode == de bug or dcheck_always_on == True', FAIL]],
651 'language/expressions/unsigned-right-shift/S11.7.3_A4_T1': [PASS, ['mode == de bug or dcheck_always_on == True', FAIL]], 650 'language/expressions/unsigned-right-shift/S11.7.3_A4_T1': [PASS, ['mode == de bug or dcheck_always_on == True', FAIL]],
652 'language/expressions/unsigned-right-shift/S11.7.3_A4_T4': [PASS, ['mode == de bug or dcheck_always_on == True', FAIL]], 651 'language/expressions/unsigned-right-shift/S11.7.3_A4_T4': [PASS, ['mode == de bug or dcheck_always_on == True', FAIL]],
653 652
654 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no exception was thrown at all 653 # TODO(4680,rmcilroy): Test262Error: Expected a RangeError to be thrown but no exception was thrown at all
655 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL], 654 'built-ins/Date/prototype/toISOString/15.9.5.43-0-13': [FAIL],
656 }], # ignition == True 655 }], # ignition == True
657 656
658 ] 657 ]
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