| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], | 160 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], |
| 161 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof
fset': [FAIL], | 161 'built-ins/DataView/prototype/setInt8/detached-buffer-before-outofrange-byteof
fset': [FAIL], |
| 162 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], | 162 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], |
| 163 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte
offset': [FAIL], | 163 'built-ins/DataView/prototype/setUint16/detached-buffer-before-outofrange-byte
offset': [FAIL], |
| 164 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], | 164 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], |
| 165 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte
offset': [FAIL], | 165 'built-ins/DataView/prototype/setUint32/detached-buffer-before-outofrange-byte
offset': [FAIL], |
| 166 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], | 166 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], |
| 167 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo
ffset': [FAIL], | 167 'built-ins/DataView/prototype/setUint8/detached-buffer-before-outofrange-byteo
ffset': [FAIL], |
| 168 | 168 |
| 169 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 | 169 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 |
| 170 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL], | |
| 171 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], | 170 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], |
| 172 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], | 171 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], |
| 173 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], | 172 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], |
| 174 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], | 173 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], |
| 175 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], | 174 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], |
| 176 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], | 175 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], |
| 177 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], | 176 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], |
| 178 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], | 177 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], |
| 179 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], | 178 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], |
| 180 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], | 179 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], |
| (...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 | 698 |
| 700 ['variant == asm_wasm', { | 699 ['variant == asm_wasm', { |
| 701 '*': [SKIP], | 700 '*': [SKIP], |
| 702 }], # variant == asm_wasm | 701 }], # variant == asm_wasm |
| 703 | 702 |
| 704 ['variant == wasm_traps', { | 703 ['variant == wasm_traps', { |
| 705 '*': [SKIP], | 704 '*': [SKIP], |
| 706 }], # variant == wasm_traps | 705 }], # variant == wasm_traps |
| 707 | 706 |
| 708 ] | 707 ] |
| OLD | NEW |