| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer': [FAIL], | 110 'built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer': [FAIL], |
| 111 'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL], | 111 'built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer': [FAIL], |
| 112 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-get-src
-value-throws': [FAIL], | 112 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-get-src
-value-throws': [FAIL], |
| 113 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-tointeg
er-offset-throws': [FAIL], | 113 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-tointeg
er-offset-throws': [FAIL], |
| 114 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-throws': [
FAIL], | 114 'built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-throws': [
FAIL], |
| 115 'built-ins/TypedArray/prototype/set/typedarray-arg-srcbuffer-detached-during-t
ointeger-offset-throws': [FAIL], | 115 'built-ins/TypedArray/prototype/set/typedarray-arg-srcbuffer-detached-during-t
ointeger-offset-throws': [FAIL], |
| 116 'built-ins/TypedArray/prototype/set/typedarray-arg-targetbuffer-detached-durin
g-tointeger-offset-throws': [FAIL], | 116 'built-ins/TypedArray/prototype/set/typedarray-arg-targetbuffer-detached-durin
g-tointeger-offset-throws': [FAIL], |
| 117 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-other-target
type': [FAIL], | 117 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-other-target
type': [FAIL], |
| 118 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targett
ype': [FAIL], | 118 'built-ins/TypedArray/prototype/slice/detached-buffer-custom-ctor-same-targett
ype': [FAIL], |
| 119 'built-ins/TypedArray/prototype/slice/detached-buffer-get-ctor': [FAIL], | 119 'built-ins/TypedArray/prototype/slice/detached-buffer-get-ctor': [FAIL], |
| 120 'built-ins/TypedArray/prototype/slice/detached-buffer-speciesctor-get-species-
custom-ctor-throws': [FAIL], | |
| 121 'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL], | 120 'built-ins/TypedArray/prototype/some/callbackfn-detachbuffer': [FAIL], |
| 122 'built-ins/TypedArray/prototype/sort/detached-buffer-comparefn': [FAIL], | 121 'built-ins/TypedArray/prototype/sort/detached-buffer-comparefn': [FAIL], |
| 123 # DataView functions should also throw on detached buffers | 122 # DataView functions should also throw on detached buffers |
| 124 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], | 123 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], |
| 125 'built-ins/DataView/detached-buffer': [FAIL], | 124 'built-ins/DataView/detached-buffer': [FAIL], |
| 126 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], | 125 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], |
| 127 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], | 126 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], |
| 128 'built-ins/DataView/prototype/getFloat32/detached-buffer': [FAIL], | 127 'built-ins/DataView/prototype/getFloat32/detached-buffer': [FAIL], |
| 129 'built-ins/DataView/prototype/getFloat32/detached-buffer-before-outofrange-byt
eoffset': [FAIL], | 128 'built-ins/DataView/prototype/getFloat32/detached-buffer-before-outofrange-byt
eoffset': [FAIL], |
| 130 'built-ins/DataView/prototype/getFloat64/detached-buffer': [FAIL], | 129 'built-ins/DataView/prototype/getFloat64/detached-buffer': [FAIL], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 151 'built-ins/DataView/prototype/setInt32/detached-buffer-before-outofrange-byteo
ffset': [FAIL], | 150 'built-ins/DataView/prototype/setInt32/detached-buffer-before-outofrange-byteo
ffset': [FAIL], |
| 152 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], | 151 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], |
| 153 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof
fset': [FAIL], | 152 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof
fset': [FAIL], |
| 154 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], | 153 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], |
| 155 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte
offset': [FAIL], | 154 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte
offset': [FAIL], |
| 156 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], | 155 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], |
| 157 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte
offset': [FAIL], | 156 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte
offset': [FAIL], |
| 158 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], | 157 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], |
| 159 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo
ffset': [FAIL], | 158 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo
ffset': [FAIL], |
| 160 | 159 |
| 161 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 | |
| 162 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL], | |
| 163 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], | |
| 164 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], | |
| 165 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], | |
| 166 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], | |
| 167 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], | |
| 168 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], | |
| 169 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], | |
| 170 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], | |
| 171 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], | |
| 172 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], | |
| 173 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL], | |
| 174 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL], | |
| 175 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], | |
| 176 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], | |
| 177 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], | |
| 178 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], | |
| 179 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], | |
| 180 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], | |
| 181 | |
| 182 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 | 160 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 |
| 183 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], | 161 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], |
| 184 | 162 |
| 185 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 | 163 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 |
| 186 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], | 164 'language/eval-code/direct/var-env-lower-lex-catch-non-strict': [FAIL], |
| 187 | 165 |
| 188 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 | 166 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 |
| 189 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], | 167 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], |
| 190 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], | 168 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], |
| 191 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, | 169 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, |
| (...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 | 530 |
| 553 # BUG(v8:6252). | 531 # BUG(v8:6252). |
| 554 'intl402/DateTimeFormat/6.4_a': [FAIL], | 532 'intl402/DateTimeFormat/6.4_a': [FAIL], |
| 555 'intl402/DateTimeFormat/6.4_c': [FAIL], | 533 'intl402/DateTimeFormat/6.4_c': [FAIL], |
| 556 | 534 |
| 557 ##################### DELIBERATE INCOMPATIBILITIES ##################### | 535 ##################### DELIBERATE INCOMPATIBILITIES ##################### |
| 558 | 536 |
| 559 # https://code.google.com/p/v8/issues/detail?id=4693 | 537 # https://code.google.com/p/v8/issues/detail?id=4693 |
| 560 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], | 538 'language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-funct
ion-declaration-with-function-declaration': [PASS, FAIL_SLOPPY], |
| 561 | 539 |
| 562 # https://bugs.chromium.org/p/v8/issues/detail?id=4953 | |
| 563 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor': [FAIL], | |
| 564 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-abrupt': [FAIL], | |
| 565 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-inherited': [FAI
L], | |
| 566 'built-ins/TypedArray/prototype/subarray/speciesctor-get-ctor-returns-throws':
[FAIL], | |
| 567 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species': [FAIL], | |
| 568 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-abrupt': [FAI
L], | |
| 569 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor':
[FAIL], | |
| 570 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-i
nvocation': [FAIL], | |
| 571 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-r
eturns-another-instance': [FAIL], | |
| 572 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-custom-ctor-t
hrows': [FAIL], | |
| 573 'built-ins/TypedArray/prototype/subarray/speciesctor-get-species-returns-throw
s': [FAIL], | |
| 574 | |
| 575 # We do not expose Array.prototype.values due to webcompat issues. | 540 # We do not expose Array.prototype.values due to webcompat issues. |
| 576 # Most recent incompatability: https://crbug.com/615873 | 541 # Most recent incompatability: https://crbug.com/615873 |
| 577 # https://code.google.com/p/v8/issues/detail?id=4247 | 542 # https://code.google.com/p/v8/issues/detail?id=4247 |
| 578 'built-ins/Array/prototype/Symbol.iterator': [FAIL], | 543 'built-ins/Array/prototype/Symbol.iterator': [FAIL], |
| 579 'built-ins/Array/prototype/values/returns-iterator': [FAIL], | 544 'built-ins/Array/prototype/values/returns-iterator': [FAIL], |
| 580 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], | 545 'built-ins/Array/prototype/values/returns-iterator-from-object': [FAIL], |
| 581 'built-ins/Array/prototype/values/prop-desc': [FAIL], | 546 'built-ins/Array/prototype/values/prop-desc': [FAIL], |
| 582 'built-ins/Array/prototype/values/name': [FAIL], | 547 'built-ins/Array/prototype/values/name': [FAIL], |
| 583 'built-ins/Array/prototype/values/length': [FAIL], | 548 'built-ins/Array/prototype/values/length': [FAIL], |
| 584 'built-ins/Array/prototype/values/iteration': [FAIL], | 549 'built-ins/Array/prototype/values/iteration': [FAIL], |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], | 666 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], |
| 702 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], | 667 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], |
| 703 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], | 668 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], |
| 704 }], # asan == True or msan == True or tsan == True | 669 }], # asan == True or msan == True or tsan == True |
| 705 | 670 |
| 706 ['variant == wasm_traps', { | 671 ['variant == wasm_traps', { |
| 707 '*': [SKIP], | 672 '*': [SKIP], |
| 708 }], # variant == wasm_traps | 673 }], # variant == wasm_traps |
| 709 | 674 |
| 710 ] | 675 ] |
| OLD | NEW |