| 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], | 120 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], |
| 121 | 121 |
| 122 # Times out | 122 # Times out |
| 123 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP], | 123 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP], |
| 124 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-global': [SKIP], | 124 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-global': [SKIP], |
| 125 | 125 |
| 126 # Sticky support busted | 126 # Sticky support busted |
| 127 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], | 127 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], |
| 128 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], | 128 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], |
| 129 | 129 |
| 130 # https://code.google.com/p/v8/issues/detail?id=4504 |
| 131 # https://bugs.chromium.org/p/chromium/issues/detail?id=624318 |
| 132 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err': [
PASS, FAIL], |
| 133 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-y-set-lastindex-err':
[PASS, FAIL], |
| 134 'built-ins/RegExp/prototype/Symbol.match/builtin-success-g-set-lastindex-err':
[SKIP], |
| 135 'built-ins/RegExp/prototype/Symbol.match/builtin-success-y-set-lastindex-err':
[PASS, FAIL], |
| 136 'built-ins/RegExp/prototype/Symbol.match/g-init-lastindex-err': [PASS, FAIL], |
| 137 'built-ins/RegExp/prototype/Symbol.match/g-match-empty-set-lastindex-err': [PA
SS, FAIL], |
| 138 'built-ins/RegExp/prototype/Symbol.match/y-fail-lastindex-no-write': [PASS, FA
IL], |
| 139 'built-ins/RegExp/prototype/Symbol.replace/g-init-lastindex-err': [PASS, FAIL]
, |
| 140 'built-ins/RegExp/prototype/Symbol.replace/y-fail-lastindex-no-write': [PASS,
FAIL], |
| 141 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-init-err': [PASS, FAIL
], |
| 142 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-err': [PASS, F
AIL], |
| 143 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL], |
| 144 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL], |
| 145 |
| 130 # SKIP rather than FAIL, as the test checks for an exception which | 146 # SKIP rather than FAIL, as the test checks for an exception which |
| 131 # happens to be thrown for some other reason. | 147 # happens to be thrown for some other reason. |
| 132 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], | 148 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], |
| 133 | 149 |
| 134 ###### END REGEXP SUBCLASSING SECTION ###### | 150 ###### END REGEXP SUBCLASSING SECTION ###### |
| 135 | 151 |
| 136 # https://code.google.com/p/v8/issues/detail?id=4360 | 152 # https://code.google.com/p/v8/issues/detail?id=4360 |
| 137 'intl402/Collator/10.1.1_1': [FAIL], | 153 'intl402/Collator/10.1.1_1': [FAIL], |
| 138 'intl402/DateTimeFormat/12.1.1_1': [FAIL], | 154 'intl402/DateTimeFormat/12.1.1_1': [FAIL], |
| 139 'intl402/NumberFormat/11.1.1_1': [FAIL], | 155 'intl402/NumberFormat/11.1.1_1': [FAIL], |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 493 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 478 }], # asan == True | 494 }], # asan == True |
| 479 | 495 |
| 480 ['asan == True or msan == True or tsan == True', { | 496 ['asan == True or msan == True or tsan == True', { |
| 481 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 497 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 482 # The failed allocation causes an asan/msan/tsan error | 498 # The failed allocation causes an asan/msan/tsan error |
| 483 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 499 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 484 }], # asan == True or msan == True or tsan == True | 500 }], # asan == True or msan == True or tsan == True |
| 485 | 501 |
| 486 ] | 502 ] |
| OLD | NEW |