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

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

Issue 2091693004: Revert of Amends the TypedArray constructor to use the path for primitives for all (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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 | « test/mjsunit/es6/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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 # https://code.google.com/p/v8/issues/detail?id=4360 125 # https://code.google.com/p/v8/issues/detail?id=4360
126 'intl402/Collator/10.1.1_1': [FAIL], 126 'intl402/Collator/10.1.1_1': [FAIL],
127 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 127 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
128 'intl402/NumberFormat/11.1.1_1': [FAIL], 128 'intl402/NumberFormat/11.1.1_1': [FAIL],
129 129
130 # https://bugs.chromium.org/p/v8/issues/detail?id=4592 130 # https://bugs.chromium.org/p/v8/issues/detail?id=4592
131 'built-ins/ArrayBuffer/length-is-not-number': [FAIL], 131 'built-ins/ArrayBuffer/length-is-not-number': [FAIL],
132 'built-ins/ArrayBuffer/positive-integer-length': [FAIL], 132 'built-ins/ArrayBuffer/positive-integer-length': [FAIL],
133 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL], 133 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL],
134 134
135 # https://bugs.chromium.org/p/v8/issues/detail?id=4727
136 'built-ins/TypedArrays/length-arg-is-undefined-throws': [FAIL],
137 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL],
138 'built-ins/TypedArrays/length-arg-is-float-throws-rangeerror': [FAIL],
139 'built-ins/TypedArrays/length-arg-is-nan-throws-rangeerror': [FAIL],
140
135 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 141 # https://bugs.chromium.org/p/v8/issues/detail?id=4784
136 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL], 142 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL],
137 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL], 143 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL],
138 144
139 # https://bugs.chromium.org/p/v8/issues/detail?id=4901 145 # https://bugs.chromium.org/p/v8/issues/detail?id=4901
140 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-greater-than-last-in dex': [FAIL], 146 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-greater-than-last-in dex': [FAIL],
141 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-lower-than-zero': [F AIL], 147 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-lower-than-zero': [F AIL],
142 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-minus-zero': [FAIL], 148 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-minus-zero': [FAIL],
143 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-integer': [FAIL] , 149 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-integer': [FAIL] ,
144 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-no t-writable': [FAIL], 150 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-no t-writable': [FAIL],
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'built-ins/DataView/prototype/setUint16/toindex-byteoffset': [FAIL], 426 'built-ins/DataView/prototype/setUint16/toindex-byteoffset': [FAIL],
421 'built-ins/DataView/prototype/setUint32/no-value-arg': [FAIL], 427 'built-ins/DataView/prototype/setUint32/no-value-arg': [FAIL],
422 'built-ins/DataView/prototype/setUint32/toindex-byteoffset': [FAIL], 428 'built-ins/DataView/prototype/setUint32/toindex-byteoffset': [FAIL],
423 'built-ins/DataView/prototype/setUint8/no-value-arg': [FAIL], 429 'built-ins/DataView/prototype/setUint8/no-value-arg': [FAIL],
424 'built-ins/DataView/prototype/setUint8/toindex-byteoffset': [FAIL], 430 'built-ins/DataView/prototype/setUint8/toindex-byteoffset': [FAIL],
425 'built-ins/DataView/toindex-byteoffset': [FAIL], 431 'built-ins/DataView/toindex-byteoffset': [FAIL],
426 432
427 # https://bugs.chromium.org/p/v8/issues/detail?id=5121 433 # https://bugs.chromium.org/p/v8/issues/detail?id=5121
428 'language/expressions/assignment/destructuring/obj-prop-__proto__dup': [FAIL], 434 'language/expressions/assignment/destructuring/obj-prop-__proto__dup': [FAIL],
429 435
436 # https://bugs.chromium.org/p/v8/issues/detail?id=5124
437 'built-ins/TypedArrays/length-arg-toindex-length': [FAIL],
438
430 # https://bugs.chromium.org/p/v8/issues/detail?id=4973 439 # https://bugs.chromium.org/p/v8/issues/detail?id=4973
431 'language/literals/numeric/non-octal-decimal-integer-strict': [FAIL], 440 'language/literals/numeric/non-octal-decimal-integer-strict': [FAIL],
432 441
433 # https://bugs.chromium.org/p/v8/issues/detail?id=5130 442 # https://bugs.chromium.org/p/v8/issues/detail?id=5130
434 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL], 443 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL],
435 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL ], 444 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL ],
436 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA IL], 445 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA IL],
437 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] , 446 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] ,
438 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL], 447 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL],
439 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL], 448 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL],
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 # Test makes unjustified assumptions about the number of calls to SortCompare. 568 # Test makes unjustified assumptions about the number of calls to SortCompare.
560 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 569 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596
561 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], 570 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK],
562 571
563 # https://github.com/tc39/test262/issues/677 572 # https://github.com/tc39/test262/issues/677
564 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], 573 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL],
565 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], 574 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL],
566 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], 575 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL],
567 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], 576 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL],
568 577
569 # https://github.com/tc39/test262/issues/694
570 'built-ins/TypedArrays/length-arg-toindex-length': [FAIL],
571
572 ############################ SKIPPED TESTS ############################# 578 ############################ SKIPPED TESTS #############################
573 579
574 # These tests take a looong time to run. 580 # These tests take a looong time to run.
575 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], 581 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP],
576 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], 582 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP],
577 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], 583 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP],
578 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], 584 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP],
579 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], 585 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP],
580 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP], 586 'built-ins/decodeURI/S15.1.3.1_A2.5_T1': [SKIP],
581 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP], 587 'built-ins/decodeURIComponent/S15.1.3.2_A1.11_T1': [SKIP],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 }], # asan == True 648 }], # asan == True
643 649
644 ['asan == True or msan == True or tsan == True', { 650 ['asan == True or msan == True or tsan == True', {
645 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 651 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
646 # The failed allocation causes an asan/msan/tsan error 652 # The failed allocation causes an asan/msan/tsan error
647 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 653 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
648 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 654 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
649 }], # asan == True or msan == True or tsan == True 655 }], # asan == True or msan == True or tsan == True
650 656
651 ] 657 ]
OLDNEW
« no previous file with comments | « test/mjsunit/es6/typedarray.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698