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

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

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