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

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

Issue 2120763002: 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, 5 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], 119 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL],
120 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], 120 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL],
121 121
122 ###### END REGEXP SUBCLASSING SECTION ###### 122 ###### END REGEXP SUBCLASSING SECTION ######
123 123
124 # https://code.google.com/p/v8/issues/detail?id=4360 124 # https://code.google.com/p/v8/issues/detail?id=4360
125 'intl402/Collator/10.1.1_1': [FAIL], 125 'intl402/Collator/10.1.1_1': [FAIL],
126 'intl402/DateTimeFormat/12.1.1_1': [FAIL], 126 'intl402/DateTimeFormat/12.1.1_1': [FAIL],
127 'intl402/NumberFormat/11.1.1_1': [FAIL], 127 'intl402/NumberFormat/11.1.1_1': [FAIL],
128 128
129 # https://bugs.chromium.org/p/v8/issues/detail?id=4727
130 'built-ins/TypedArrays/length-arg-is-symbol-throws': [FAIL],
131
129 # https://bugs.chromium.org/p/v8/issues/detail?id=4784 132 # https://bugs.chromium.org/p/v8/issues/detail?id=4784
130 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL], 133 'built-ins/TypedArray/prototype/set/typedarray-arg-negative-integer-offset-thr ows': [FAIL],
131 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL], 134 'built-ins/TypedArray/prototype/set/array-arg-negative-integer-offset-throws': [FAIL],
132 135
133 # https://bugs.chromium.org/p/v8/issues/detail?id=4901 136 # https://bugs.chromium.org/p/v8/issues/detail?id=4901
134 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-greater-than-last-in dex': [FAIL], 137 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-greater-than-last-in dex': [FAIL],
135 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-lower-than-zero': [F AIL], 138 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-lower-than-zero': [F AIL],
136 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-minus-zero': [FAIL], 139 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-minus-zero': [FAIL],
137 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-integer': [FAIL] , 140 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-not-integer': [FAIL] ,
138 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-no t-writable': [FAIL], 141 'built-ins/TypedArrays/internals/DefineOwnProperty/key-is-numericindex-desc-no t-writable': [FAIL],
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'built-ins/DataView/prototype/setUint16/toindex-byteoffset': [FAIL], 395 'built-ins/DataView/prototype/setUint16/toindex-byteoffset': [FAIL],
393 'built-ins/DataView/prototype/setUint32/no-value-arg': [FAIL], 396 'built-ins/DataView/prototype/setUint32/no-value-arg': [FAIL],
394 'built-ins/DataView/prototype/setUint32/toindex-byteoffset': [FAIL], 397 'built-ins/DataView/prototype/setUint32/toindex-byteoffset': [FAIL],
395 'built-ins/DataView/prototype/setUint8/no-value-arg': [FAIL], 398 'built-ins/DataView/prototype/setUint8/no-value-arg': [FAIL],
396 'built-ins/DataView/prototype/setUint8/toindex-byteoffset': [FAIL], 399 'built-ins/DataView/prototype/setUint8/toindex-byteoffset': [FAIL],
397 'built-ins/DataView/toindex-byteoffset': [FAIL], 400 'built-ins/DataView/toindex-byteoffset': [FAIL],
398 401
399 # https://bugs.chromium.org/p/v8/issues/detail?id=5121 402 # https://bugs.chromium.org/p/v8/issues/detail?id=5121
400 'language/expressions/assignment/destructuring/obj-prop-__proto__dup': [FAIL], 403 'language/expressions/assignment/destructuring/obj-prop-__proto__dup': [FAIL],
401 404
405 # https://bugs.chromium.org/p/v8/issues/detail?id=5124
406 'built-ins/TypedArrays/length-arg-toindex-length': [FAIL],
407
402 # https://bugs.chromium.org/p/v8/issues/detail?id=4973 408 # https://bugs.chromium.org/p/v8/issues/detail?id=4973
403 'language/literals/numeric/non-octal-decimal-integer-strict': [FAIL], 409 'language/literals/numeric/non-octal-decimal-integer-strict': [FAIL],
404 410
405 # https://bugs.chromium.org/p/v8/issues/detail?id=5130 411 # https://bugs.chromium.org/p/v8/issues/detail?id=5130
406 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL], 412 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-data': [FAIL],
407 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL ], 413 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-get-err': [FAIL ],
408 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA IL], 414 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-own-proto-err': [FA IL],
409 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] , 415 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-data': [FAIL] ,
410 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL], 416 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-get-err': [FA IL],
411 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL], 417 'annexB/built-ins/Object/prototype/__lookupGetter__/lookup-proto-proto-err': [ FAIL],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596 529 # Test262 Bug: https://bugs.ecmascript.org/show_bug.cgi?id=596
524 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK], 530 'built-ins/Array/prototype/sort/bug_596_1': [PASS, FAIL_OK],
525 531
526 # https://github.com/tc39/test262/issues/677 532 # https://github.com/tc39/test262/issues/677
527 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL], 533 'built-ins/RegExp/prototype/source/15.10.7.1-1': [FAIL],
528 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL], 534 'built-ins/RegExp/prototype/global/15.10.7.2-1': [FAIL],
529 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL], 535 'built-ins/RegExp/prototype/ignoreCase/15.10.7.3-1': [FAIL],
530 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL], 536 'built-ins/RegExp/prototype/multiline/15.10.7.4-1': [FAIL],
531 537
532 # https://github.com/tc39/test262/issues/694 538 # https://github.com/tc39/test262/issues/694
533 'built-ins/TypedArrays/length-arg-toindex-length': [FAIL],
534
535 # https://github.com/tc39/test262/issues/696
536 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL], 539 'language/statements/class/subclass/builtin-objects/ArrayBuffer/regular-subcla ssing': [FAIL],
537 540
538 ############################ SKIPPED TESTS ############################# 541 ############################ SKIPPED TESTS #############################
539 542
540 # These tests take a looong time to run. 543 # These tests take a looong time to run.
541 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP], 544 'built-ins/decodeURI/S15.1.3.1_A1.10_T1': [SKIP],
542 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP], 545 'built-ins/decodeURI/S15.1.3.1_A1.11_T1': [SKIP],
543 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP], 546 'built-ins/decodeURI/S15.1.3.1_A1.11_T2': [SKIP],
544 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP], 547 'built-ins/decodeURI/S15.1.3.1_A1.12_T1': [SKIP],
545 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP], 548 'built-ins/decodeURI/S15.1.3.1_A1.12_T2': [SKIP],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 }], # asan == True 611 }], # asan == True
609 612
610 ['asan == True or msan == True or tsan == True', { 613 ['asan == True or msan == True or tsan == True', {
611 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 614 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
612 # The failed allocation causes an asan/msan/tsan error 615 # The failed allocation causes an asan/msan/tsan error
613 'built-ins/ArrayBuffer/allocation-limit': [SKIP], 616 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
614 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 617 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
615 }], # asan == True or msan == True or tsan == True 618 }], # asan == True or msan == True or tsan == True
616 619
617 ] 620 ]
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