|
131 | 131 | 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL],
|
132 | 132 | 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL],
|
133 | 133 |
|
| 134 | + # https://code.google.com/p/v8/issues/detail?id=4504 |
| 135 | + # https://bugs.chromium.org/p/chromium/issues/detail?id=624318 |
| 136 | + 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err': [PASS, FAIL], |
| 137 | + 'built-ins/RegExp/prototype/Symbol.match/builtin-failure-y-set-lastindex-err': [PASS, FAIL], |
| 138 | + 'built-ins/RegExp/prototype/Symbol.match/builtin-success-g-set-lastindex-err': [SKIP], |
| 139 | + 'built-ins/RegExp/prototype/Symbol.match/builtin-success-y-set-lastindex-err': [PASS, FAIL], |
| 140 | + 'built-ins/RegExp/prototype/Symbol.match/g-init-lastindex-err': [PASS, FAIL], |
| 141 | + 'built-ins/RegExp/prototype/Symbol.match/g-match-empty-set-lastindex-err': [PASS, FAIL], |
| 142 | + 'built-ins/RegExp/prototype/Symbol.match/y-fail-lastindex-no-write': [PASS, FAIL], |
| 143 | + 'built-ins/RegExp/prototype/Symbol.replace/g-init-lastindex-err': [PASS, FAIL], |
| 144 | + 'built-ins/RegExp/prototype/Symbol.replace/y-fail-lastindex-no-write': [PASS, FAIL], |
| 145 | + 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-init-err': [PASS, FAIL], |
| 146 | + 'built-ins/RegExp/prototype/Symbol.search/set-lastindex-restore-err': [PASS, FAIL], |
| 147 | + 'built-ins/RegExp/prototype/exec/y-fail-lastindex-no-write': [PASS, FAIL], |
| 148 | + 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL], |
| 149 | + |
134 | 150 | # SKIP rather than FAIL, as the test checks for an exception which
|
135 | 151 | # happens to be thrown for some other reason.
|
136 | 152 | 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP],
|
|
0 commit comments