| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 # https://code.google.com/p/v8/issues/detail?id=4602 | 102 # https://code.google.com/p/v8/issues/detail?id=4602 |
| 103 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], | 103 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], |
| 104 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], | 104 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], |
| 105 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], | 105 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], |
| 106 | 106 |
| 107 # https://code.google.com/p/v8/issues/detail?id=4305 | 107 # https://code.google.com/p/v8/issues/detail?id=4305 |
| 108 # SKIP rather than FAIL some tests, as they may check for an exception which | 108 # SKIP rather than FAIL some tests, as they may check for an exception which |
| 109 # happens to be thrown for some other reason (e.g, | 109 # happens to be thrown for some other reason (e.g, |
| 110 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) | 110 # built-ins/RegExp/prototype/Symbol.match/builtin-failure-set-lastindex-err) |
| 111 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], | 111 'built-ins/RegExp/prototype/Symbol.match/*': [SKIP], |
| 112 'built-ins/String/prototype/match/invoke-builtin-match': [FAIL], | |
| 113 | 112 |
| 114 # https://code.google.com/p/v8/issues/detail?id=4343 | 113 # https://code.google.com/p/v8/issues/detail?id=4343 |
| 115 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP], | 114 'built-ins/RegExp/prototype/Symbol.replace/*': [SKIP], |
| 116 | 115 |
| 117 # https://code.google.com/p/v8/issues/detail?id=4344 | 116 # https://code.google.com/p/v8/issues/detail?id=4344 |
| 118 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP], | 117 'built-ins/RegExp/prototype/Symbol.search/*': [SKIP], |
| 119 | 118 |
| 120 # https://code.google.com/p/v8/issues/detail?id=4345 | 119 # https://code.google.com/p/v8/issues/detail?id=4345 |
| 121 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], | 120 'built-ins/RegExp/prototype/Symbol.split/*': [SKIP], |
| 122 | 121 |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 364 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
| 366 }], # asan == True | 365 }], # asan == True |
| 367 | 366 |
| 368 ['asan == True or msan == True or tsan == True', { | 367 ['asan == True or msan == True or tsan == True', { |
| 369 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 368 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
| 370 # The failed allocation causes an asan/msan/tsan error | 369 # The failed allocation causes an asan/msan/tsan error |
| 371 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 370 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
| 372 }], # asan == True or msan == True or tsan == True | 371 }], # asan == True or msan == True or tsan == True |
| 373 | 372 |
| 374 ] | 373 ] |
| OLD | NEW |