OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 149 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
150 'readonly': [PASS, SLOW], | 150 'readonly': [PASS, SLOW], |
151 'regress/regress-1200351': [PASS, SLOW], | 151 'regress/regress-1200351': [PASS, SLOW], |
152 'regress/regress-crbug-474297': [PASS, ['gc_stress == False', SKIP]], | 152 'regress/regress-crbug-474297': [PASS, ['gc_stress == False', SKIP]], |
153 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], | 153 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], |
154 | 154 |
155 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 155 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
156 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 156 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
157 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], | 157 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], |
158 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], | 158 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], |
| 159 'es7/regexp-ui-word': [PASS, ['no_i18n == True', FAIL]], |
159 # desugaring regexp property class relies on ICU. | 160 # desugaring regexp property class relies on ICU. |
160 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 161 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
161 | 162 |
162 # noi18n build cannot parse characters in supplementary plane. | 163 # noi18n build cannot parse characters in supplementary plane. |
163 'harmony/regexp-named-captures': [PASS, ['no_i18n == True', FAIL]], | 164 'harmony/regexp-named-captures': [PASS, ['no_i18n == True', FAIL]], |
164 | 165 |
165 # Allocates a large array buffer, which TSAN sometimes cannot handle. | 166 # Allocates a large array buffer, which TSAN sometimes cannot handle. |
166 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 167 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
167 | 168 |
168 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). | 169 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). |
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 'lithium/*': [SKIP], | 652 'lithium/*': [SKIP], |
652 'third_party/*': [SKIP], | 653 'third_party/*': [SKIP], |
653 'tools/*': [SKIP], | 654 'tools/*': [SKIP], |
654 'apply': [SKIP], | 655 'apply': [SKIP], |
655 'math-*': [SKIP], | 656 'math-*': [SKIP], |
656 'unicode-test': [SKIP], | 657 'unicode-test': [SKIP], |
657 'whitespaces': [SKIP], | 658 'whitespaces': [SKIP], |
658 }], # variant == wasm_traps | 659 }], # variant == wasm_traps |
659 | 660 |
660 ] | 661 ] |
OLD | NEW |