| OLD | NEW |
| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer': [FAIL], | 105 'built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer': [FAIL], |
| 106 'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL], | 106 'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL], |
| 107 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-get-src
-value-throws': [FAIL], | 107 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-get-src
-value-throws': [FAIL], |
| 108 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-tointeg
er-offset-throws': [FAIL], | 108 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-tointeg
er-offset-throws': [FAIL], |
| 109 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-throws': [
FAIL], | 109 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-throws': [
FAIL], |
| 110 'built-ins/TypedArray/prototype/set/typedarray-arg-srcbuffer-detached-during-t
ointeger-offset-throws': [FAIL], | 110 'built-ins/TypedArray/prototype/set/typedarray-arg-srcbuffer-detached-during-t
ointeger-offset-throws': [FAIL], |
| 111 'built-ins/TypedArray/prototype/set/typedarray-arg-targetbuffer-detached-durin
g-tointeger-offset-throws': [FAIL], | 111 'built-ins/TypedArray/prototype/set/typedarray-arg-targetbuffer-detached-durin
g-tointeger-offset-throws': [FAIL], |
| 112 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-other-target
type': [FAIL], | 112 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-other-target
type': [FAIL], |
| 113 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targett
ype': [FAIL], | 113 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targett
ype': [FAIL], |
| 114 'built-ins/TypedArray/prototype/slice/detached-buffer-get-ctor': [FAIL], | 114 'built-ins/TypedArray/prototype/slice/detached-buffer-get-ctor': [FAIL], |
| 115 'built-ins/TypedArray/prototype/slice/detached-buffer-speciesctor-get-species-
custom-ctor-throws': [FAIL], | |
| 116 'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL], | 115 'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL], |
| 117 'built-ins/TypedArray/prototype/sort/detached-buffer-comparefn': [FAIL], | 116 'built-ins/TypedArray/prototype/sort/detached-buffer-comparefn': [FAIL], |
| 118 # DataView functions should also throw on detached buffers | 117 # DataView functions should also throw on detached buffers |
| 119 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], | 118 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], |
| 120 'built-ins/DataView/detached-buffer': [FAIL], | 119 'built-ins/DataView/detached-buffer': [FAIL], |
| 121 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], | 120 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], |
| 122 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], | 121 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], |
| 123 'built-ins/DataView/prototype/getFloat32/detached-buffer': [FAIL], | 122 'built-ins/DataView/prototype/getFloat32/detached-buffer': [FAIL], |
| 124 'built-ins/DataView/prototype/getFloat32/detached-buffer-before-outofrange-byt
eoffset': [FAIL], | 123 'built-ins/DataView/prototype/getFloat32/detached-buffer-before-outofrange-byt
eoffset': [FAIL], |
| 125 'built-ins/DataView/prototype/getFloat64/detached-buffer': [FAIL], | 124 'built-ins/DataView/prototype/getFloat64/detached-buffer': [FAIL], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 146 'built-ins/DataView/prototype/setInt32/detached-buffer-before-outofrange-byteo
ffset': [FAIL], | 145 'built-ins/DataView/prototype/setInt32/detached-buffer-before-outofrange-byteo
ffset': [FAIL], |
| 147 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], | 146 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], |
| 148 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof
fset': [FAIL], | 147 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof
fset': [FAIL], |
| 149 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], | 148 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], |
| 150 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte
offset': [FAIL], | 149 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte
offset': [FAIL], |
| 151 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], | 150 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], |
| 152 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte
offset': [FAIL], | 151 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte
offset': [FAIL], |
| 153 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], | 152 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], |
| 154 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo
ffset': [FAIL], | 153 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo
ffset': [FAIL], |
| 155 | 154 |
| 156 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 | |
| 157 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL], | |
| 158 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], | |
| 159 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], | |
| 160 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], | |
| 161 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], | |
| 162 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], | |
| 163 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], | |
| 164 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], | |
| 165 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], | |
| 166 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], | |
| 167 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], | |
| 168 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL], | |
| 169 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL], | |
| 170 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], | |
| 171 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], | |
| 172 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], | |
| 173 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], | |
| 174 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], | |
| 175 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], | |
| 176 | |
| 177 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 | 155 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 |
| 178 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], | 156 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], |
| 179 | 157 |
| 180 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 | 158 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 |
| 181 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], | 159 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], |
| 182 | 160 |
| 183 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 | 161 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 |
| 184 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], | 162 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], |
| 185 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], | 163 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], |
| 186 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, | 164 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 'intl402/NumberFormat/prototype/11.3_a': [FAIL], | 518 'intl402/NumberFormat/prototype/11.3_a': [FAIL], |
| 541 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], | 519 'intl402/String/prototype/localeCompare/13.1.1_7': [PASS, FAIL], |
| 542 'intl402/NumberFormat/default-currency-maximum-fraction-digits': [PASS, FAIL], | 520 'intl402/NumberFormat/default-currency-maximum-fraction-digits': [PASS, FAIL], |
| 543 'intl402/NumberFormat/fraction-digit-options-read-once': [PASS, FAIL], | 521 'intl402/NumberFormat/fraction-digit-options-read-once': [PASS, FAIL], |
| 544 | 522 |
| 545 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 523 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 546 | 524 |
| 547 # https://code.google.com/p/v8/issues/detail?id=4693 | 525 # https://code.google.com/p/v8/issues/detail?id=4693 |
| 548 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], | 526 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], |
| 549 | 527 |
| 550 # https://bugs.chromium.org/p/v8/issues/detail?id=4953 | |
| 551 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor': [FAIL], | |
| 552 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-abrupt': [FAIL], | |
| 553 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI
L], | |
| 554 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-returns-throws':
[FAIL], | |
| 555 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species': [FAIL], | |
| 556 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-abrupt': [FAI
L], | |
| 557 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor':
[FAIL], | |
| 558 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-i
nvocation': [FAIL], | |
| 559 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-r
eturns-another-instance': [FAIL], | |
| 560 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-t
hrows': [FAIL], | |
| 561 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-returns-throw
s': [FAIL], | |
| 562 | |
| 563 # We do not expose Array.prototype.values due to webcompat issues. | 528 # We do not expose Array.prototype.values due to webcompat issues. |
| 564 # Most recent incompatability: https://crbug.com/615873 | 529 # Most recent incompatability: https://crbug.com/615873 |
| 565 # https://code.google.com/p/v8/issues/detail?id=4247 | 530 # https://code.google.com/p/v8/issues/detail?id=4247 |
| 566 'built-ins/Array/prototype/Symbol.iterator': [FAIL], | 531 'built-ins/Array/prototype/Symbol.iterator': [FAIL], |
| 567 'built-ins/Array/prototype/values/returns-iterator': [FAIL], | 532 'built-ins/Array/prototype/values/returns-iterator': [FAIL], |
| 568 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], | 533 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], |
| 569 'built-ins/Array/prototype/values/prop-desc': [FAIL], | 534 'built-ins/Array/prototype/values/prop-desc': [FAIL], |
| 570 'built-ins/Array/prototype/values/name': [FAIL], | 535 'built-ins/Array/prototype/values/name': [FAIL], |
| 571 'built-ins/Array/prototype/values/length': [FAIL], | 536 'built-ins/Array/prototype/values/length': [FAIL], |
| 572 'built-ins/Array/prototype/values/iteration': [FAIL], | 537 'built-ins/Array/prototype/values/iteration': [FAIL], |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 649 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 685 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], | 650 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], |
| 686 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], | 651 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], |
| 687 }], # asan == True or msan == True or tsan == True | 652 }], # asan == True or msan == True or tsan == True |
| 688 | 653 |
| 689 ['variant == wasm_traps', { | 654 ['variant == wasm_traps', { |
| 690 '*': [SKIP], | 655 '*': [SKIP], |
| 691 }], # variant == wasm_traps | 656 }], # variant == wasm_traps |
| 692 | 657 |
| 693 ] | 658 ] |
| OLD | NEW |