| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], | 158 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], |
| 159 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo
ffset': [FAIL], | 159 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo
ffset': [FAIL], |
| 160 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], | 160 'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL], |
| 161 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], | 161 'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL], |
| 162 'built-ins/DataView/detached-buffer': [FAIL], | 162 'built-ins/DataView/detached-buffer': [FAIL], |
| 163 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], | 163 'built-ins/ArrayBuffer/prototype/byteLength/detached-buffer': [FAIL], |
| 164 'built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoff
set': [FAIL], | 164 'built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoff
set': [FAIL], |
| 165 'built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffse
t': [FAIL], | 165 'built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffse
t': [FAIL], |
| 166 | 166 |
| 167 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 | 167 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 |
| 168 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL], | |
| 169 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], | 168 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], |
| 170 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], | 169 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], |
| 171 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], | 170 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], |
| 172 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], | 171 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], |
| 173 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], | 172 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], |
| 174 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], | 173 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], |
| 175 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], | 174 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], |
| 176 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], | 175 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], |
| 177 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], | 176 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], |
| 178 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], | 177 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], |
| (...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 615 | 614 |
| 616 ['variant == asm_wasm', { | 615 ['variant == asm_wasm', { |
| 617 '*': [SKIP], | 616 '*': [SKIP], |
| 618 }], # variant == asm_wasm | 617 }], # variant == asm_wasm |
| 619 | 618 |
| 620 ['variant == wasm_traps', { | 619 ['variant == wasm_traps', { |
| 621 '*': [SKIP], | 620 '*': [SKIP], |
| 622 }], # variant == wasm_traps | 621 }], # variant == wasm_traps |
| 623 | 622 |
| 624 ] | 623 ] |
| OLD | NEW |