| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 130 # https://code.google.com/p/v8/issues/detail?id=4504 |
| 131 # https://bugs.chromium.org/p/chromium/issues/detail?id=624318 | 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], | 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], | 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], | 134 '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], | 135 '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], | 136 '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], | 137 '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]
, | 138 '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], | 139 '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
], | 140 '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], | 141 '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], | 142 '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], | 143 'built-ins/RegExp/prototype/test/y-fail-lastindex-no-write': [PASS, FAIL], |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 492 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 494 }], # asan == True | 493 }], # asan == True |
| 495 | 494 |
| 496 ['asan == True or msan == True or tsan == True', { | 495 ['asan == True or msan == True or tsan == True', { |
| 497 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 496 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 498 # The failed allocation causes an asan/msan/tsan error | 497 # The failed allocation causes an asan/msan/tsan error |
| 499 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 498 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 500 }], # asan == True or msan == True or tsan == True | 499 }], # asan == True or msan == True or tsan == True |
| 501 | 500 |
| 502 ] | 501 ] |
| OLD | NEW |