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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], | 112 'built-ins/RegExp/prototype/Symbol.replace/coerce-global': [FAIL], |
113 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], | 113 'built-ins/RegExp/prototype/Symbol.replace/coerce-unicode': [FAIL], |
114 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-coerce': [FAIL], | 114 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-coerce': [FAIL], |
115 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-err': [SKIP], | 115 'built-ins/RegExp/prototype/Symbol.replace/get-sticky-err': [SKIP], |
116 'built-ins/RegExp/prototype/Symbol.search/get-sticky-coerce': [FAIL], | 116 'built-ins/RegExp/prototype/Symbol.search/get-sticky-coerce': [FAIL], |
117 'built-ins/RegExp/prototype/Symbol.search/get-sticky-err': [FAIL], | 117 'built-ins/RegExp/prototype/Symbol.search/get-sticky-err': [FAIL], |
118 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], | 118 'built-ins/RegExp/prototype/exec/get-sticky-coerce': [FAIL], |
119 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], | 119 'built-ins/RegExp/prototype/exec/get-sticky-err': [FAIL], |
120 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], | 120 'built-ins/RegExp/prototype/test/get-sticky-err': [FAIL], |
121 | 121 |
122 # Missing lastIndex support | |
123 'built-ins/RegExp/prototype/Symbol.split/str-result-coerce-length-err': [FAIL]
, | |
124 | |
125 # Times out | 122 # Times out |
126 'built-ins/RegExp/prototype/Symbol.split/str-coerce-lastindex': [SKIP], | |
127 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP], | 123 'built-ins/RegExp/prototype/Symbol.match/coerce-global': [SKIP], |
128 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-global': [SKIP], | 124 'built-ins/RegExp/prototype/Symbol.match/builtin-coerce-global': [SKIP], |
129 | 125 |
130 # Sticky support busted | 126 # Sticky support busted |
131 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], | 127 'built-ins/RegExp/prototype/Symbol.replace/y-init-lastindex': [FAIL], |
132 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], | 128 'built-ins/RegExp/prototype/Symbol.replace/y-set-lastindex': [FAIL], |
133 | 129 |
134 # SKIP rather than FAIL, as the test checks for an exception which | 130 # SKIP rather than FAIL, as the test checks for an exception which |
135 # happens to be thrown for some other reason. | 131 # happens to be thrown for some other reason. |
136 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], | 132 'built-ins/RegExp/prototype/Symbol.split/str-result-get-length-err': [SKIP], |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], | 322 'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP], |
327 }], # asan == True | 323 }], # asan == True |
328 | 324 |
329 ['asan == True or msan == True or tsan == True', { | 325 ['asan == True or msan == True or tsan == True', { |
330 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 | 326 # https://bugs.chromium.org/p/v8/issues/detail?id=4639 |
331 # The failed allocation causes an asan/msan/tsan error | 327 # The failed allocation causes an asan/msan/tsan error |
332 'built-ins/ArrayBuffer/allocation-limit': [SKIP], | 328 'built-ins/ArrayBuffer/allocation-limit': [SKIP], |
333 }], # asan == True or msan == True or tsan == True | 329 }], # asan == True or msan == True or tsan == True |
334 | 330 |
335 ] | 331 ] |
OLD | NEW |