| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | 81 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
| 82 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | 82 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], |
| 83 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 83 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
| 84 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 84 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
| 85 'language/statements/variable/binding-resolution': [FAIL], | 85 'language/statements/variable/binding-resolution': [FAIL], |
| 86 | 86 |
| 87 # https://code.google.com/p/v8/issues/detail?id=4253 | 87 # https://code.google.com/p/v8/issues/detail?id=4253 |
| 88 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 88 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 89 | 89 |
| 90 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 | 90 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 |
| 91 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], |
| 91 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], | 92 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], |
| 92 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm': [FA
IL], | 93 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm': [FA
IL], |
| 93 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], | 94 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], |
| 94 'built-ins/TypedArrays/internals/Get/detached-buffer-realm': [FAIL], | 95 'built-ins/TypedArrays/internals/Get/detached-buffer-realm': [FAIL], |
| 95 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], | 96 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], |
| 96 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer-realm': [FAIL]
, | 97 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer-realm': [FAIL]
, |
| 97 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], | 98 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], |
| 98 'built-ins/TypedArrays/internals/HasProperty/detached-buffer-realm': [FAIL], | 99 'built-ins/TypedArrays/internals/HasProperty/detached-buffer-realm': [FAIL], |
| 99 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], | 100 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], |
| 100 'built-ins/TypedArrays/internals/Set/detached-buffer-realm': [FAIL], | 101 'built-ins/TypedArrays/internals/Set/detached-buffer-realm': [FAIL], |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 '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], |
| 150 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], | 151 'built-ins/DataView/prototype/setInt8/detached-buffer': [FAIL], |
| 151 '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], |
| 152 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], | 153 'built-ins/DataView/prototype/setUint16/detached-buffer': [FAIL], |
| 153 '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], |
| 154 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], | 155 'built-ins/DataView/prototype/setUint32/detached-buffer': [FAIL], |
| 155 '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], |
| 156 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], | 157 'built-ins/DataView/prototype/setUint8/detached-buffer': [FAIL], |
| 157 '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], |
| 158 | 159 |
| 159 # https://bugs.chromium.org/p/v8/issues/detail?id=4648 | |
| 160 'built-ins/TypedArray/prototype/copyWithin/detached-buffer': [FAIL], | |
| 161 'built-ins/TypedArray/prototype/every/detached-buffer': [FAIL], | |
| 162 'built-ins/TypedArray/prototype/fill/detached-buffer': [FAIL], | |
| 163 'built-ins/TypedArray/prototype/filter/detached-buffer': [FAIL], | |
| 164 'built-ins/TypedArray/prototype/find/detached-buffer': [FAIL], | |
| 165 'built-ins/TypedArray/prototype/findIndex/detached-buffer': [FAIL], | |
| 166 'built-ins/TypedArray/prototype/forEach/detached-buffer': [FAIL], | |
| 167 'built-ins/TypedArray/prototype/includes/detached-buffer': [FAIL], | |
| 168 'built-ins/TypedArray/prototype/indexOf/detached-buffer': [FAIL], | |
| 169 'built-ins/TypedArray/prototype/join/detached-buffer': [FAIL], | |
| 170 'built-ins/TypedArray/prototype/lastIndexOf/detached-buffer': [FAIL], | |
| 171 'built-ins/TypedArray/prototype/map/detached-buffer': [FAIL], | |
| 172 'built-ins/TypedArray/prototype/reverse/detached-buffer': [FAIL], | |
| 173 'built-ins/TypedArray/prototype/slice/detached-buffer': [FAIL], | |
| 174 'built-ins/TypedArray/prototype/some/detached-buffer': [FAIL], | |
| 175 'built-ins/TypedArray/prototype/sort/detached-buffer': [FAIL], | |
| 176 'built-ins/TypedArray/prototype/subarray/detached-buffer': [FAIL], | |
| 177 'built-ins/TypedArray/prototype/toLocaleString/detached-buffer': [FAIL], | |
| 178 'built-ins/TypedArray/prototype/toString/detached-buffer': [FAIL], | |
| 179 | |
| 180 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 | 160 # https://bugs.chromium.org/p/v8/issues/detail?id=4034 |
| 181 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], | 161 'built-ins/ThrowTypeError/unique-per-realm-function-proto': [FAIL], |
| 182 | 162 |
| 183 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 | 163 # https://bugs.chromium.org/p/v8/issues/detail?id=4231 |
| 184 '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], |
| 185 | 165 |
| 186 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 | 166 # https://bugs.chromium.org/p/v8/issues/detail?id=4951 |
| 187 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], | 167 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close': [FAIL], |
| 188 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], | 168 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-err': [FAIL], |
| 189 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, | 169 'language/expressions/assignment/dstr-array-elem-iter-rtrn-close-null': [FAIL]
, |
| (...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 | 679 |
| 700 ['variant == asm_wasm', { | 680 ['variant == asm_wasm', { |
| 701 '*': [SKIP], | 681 '*': [SKIP], |
| 702 }], # variant == asm_wasm | 682 }], # variant == asm_wasm |
| 703 | 683 |
| 704 ['variant == wasm_traps', { | 684 ['variant == wasm_traps', { |
| 705 '*': [SKIP], | 685 '*': [SKIP], |
| 706 }], # variant == wasm_traps | 686 }], # variant == wasm_traps |
| 707 | 687 |
| 708 ] | 688 ] |
| OLD | NEW |