| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], | 80 'language/expressions/postfix-increment/S11.3.1_A5_T5': [FAIL], |
| 81 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], | 81 'language/expressions/postfix-decrement/S11.3.2_A5_*': [FAIL], |
| 82 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], | 82 'language/expressions/prefix-decrement/S11.4.5_A5_*': [FAIL], |
| 83 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], | 83 'language/expressions/prefix-increment/S11.4.4_A5_*': [FAIL], |
| 84 'language/statements/variable/binding-resolution': [FAIL], | 84 'language/statements/variable/binding-resolution': [FAIL], |
| 85 | 85 |
| 86 # https://code.google.com/p/v8/issues/detail?id=4253 | 86 # https://code.google.com/p/v8/issues/detail?id=4253 |
| 87 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 87 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 88 | 88 |
| 89 ###### BEGIN REGEXP SUBCLASSING SECTION ###### | 89 ###### BEGIN REGEXP SUBCLASSING SECTION ###### |
| 90 # https://bugs.chromium.org/p/v8/issues/detail?id=5361 | |
| 91 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], | |
| 92 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], | |
| 93 | |
| 94 # https://bugs.chromium.org/p/v8/issues/detail?id=5949 | 90 # https://bugs.chromium.org/p/v8/issues/detail?id=5949 |
| 95 'built-ins/RegExp/prototype/exec/failure-lastindex-no-access': [FAIL], | 91 'built-ins/RegExp/prototype/exec/failure-lastindex-no-access': [FAIL], |
| 96 'built-ins/RegExp/prototype/exec/success-lastindex-no-access': [FAIL], | 92 'built-ins/RegExp/prototype/exec/success-lastindex-no-access': [FAIL], |
| 97 | 93 |
| 98 ###### END REGEXP SUBCLASSING SECTION ###### | 94 ###### END REGEXP SUBCLASSING SECTION ###### |
| 99 | 95 |
| 100 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 | 96 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 |
| 101 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], | 97 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], |
| 102 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm': [FA
IL], | 98 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer-realm': [FA
IL], |
| 103 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], | 99 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], |
| (...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 | 614 |
| 619 ['variant == asm_wasm', { | 615 ['variant == asm_wasm', { |
| 620 '*': [SKIP], | 616 '*': [SKIP], |
| 621 }], # variant == asm_wasm | 617 }], # variant == asm_wasm |
| 622 | 618 |
| 623 ['variant == wasm_traps', { | 619 ['variant == wasm_traps', { |
| 624 '*': [SKIP], | 620 '*': [SKIP], |
| 625 }], # variant == wasm_traps | 621 }], # variant == wasm_traps |
| 626 | 622 |
| 627 ] | 623 ] |
| OLD | NEW |