| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], | 94 'language/asi/S7.9_A5.7_T1': [PASS, FAIL_OK], |
| 95 | 95 |
| 96 ###### BEGIN REGEXP SUBCLASSING SECTION ###### | 96 ###### BEGIN REGEXP SUBCLASSING SECTION ###### |
| 97 # https://bugs.chromium.org/p/v8/issues/detail?id=5361 | 97 # https://bugs.chromium.org/p/v8/issues/detail?id=5361 |
| 98 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], | 98 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], |
| 99 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], | 99 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], |
| 100 | 100 |
| 101 ###### END REGEXP SUBCLASSING SECTION ###### | 101 ###### END REGEXP SUBCLASSING SECTION ###### |
| 102 | 102 |
| 103 # https://code.google.com/p/v8/issues/detail?id=4360 | 103 # https://code.google.com/p/v8/issues/detail?id=4360 |
| 104 'intl402/Collator/10.1.1_1': [FAIL], | |
| 105 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 104 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
| 106 'intl402/NumberFormat/11.1.1_1': [FAIL], | 105 'intl402/NumberFormat/11.1.1_1': [FAIL], |
| 107 | 106 |
| 108 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 | 107 # https://bugs.chromium.org/p/v8/issues/detail?id=4895 |
| 109 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], | 108 'built-ins/TypedArrays/internals/HasProperty/detached-buffer': [FAIL], |
| 110 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], | 109 'built-ins/TypedArrays/internals/Set/detached-buffer': [FAIL], |
| 111 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], | 110 'built-ins/TypedArrays/internals/GetOwnProperty/detached-buffer': [FAIL], |
| 112 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], | 111 'built-ins/TypedArrays/internals/Get/detached-buffer': [FAIL], |
| 113 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], | 112 'built-ins/TypedArrays/internals/DefineOwnProperty/detached-buffer': [FAIL], |
| 114 # Some TypedArray methods throw due to the same bug, from Get | 113 # Some TypedArray methods throw due to the same bug, from Get |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 598 | 597 |
| 599 ['variant == asm_wasm', { | 598 ['variant == asm_wasm', { |
| 600 '*': [SKIP], | 599 '*': [SKIP], |
| 601 }], # variant == asm_wasm | 600 }], # variant == asm_wasm |
| 602 | 601 |
| 603 ['variant == wasm_traps', { | 602 ['variant == wasm_traps', { |
| 604 '*': [SKIP], | 603 '*': [SKIP], |
| 605 }], # variant == wasm_traps | 604 }], # variant == wasm_traps |
| 606 | 605 |
| 607 ] | 606 ] |
| OLD | NEW |