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 'regress/regress-crbug-474297': [PASS, ['gc_stress == False', SKIP]], | 149 'regress/regress-crbug-474297': [PASS, ['gc_stress == False', SKIP]], |
150 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], | 150 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], |
151 | 151 |
152 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 152 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
153 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 153 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
154 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], | 154 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], |
155 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], | 155 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], |
156 # desugaring regexp property class relies on ICU. | 156 # desugaring regexp property class relies on ICU. |
157 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 157 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
158 | 158 |
159 # noi18n build cannot parse characters in supplementary plane. | |
160 'harmony/regexp-named-captures': [PASS, ['no_i18n == True', FAIL]], | |
161 | |
162 # Allocates a large array buffer, which TSAN sometimes cannot handle. | 159 # Allocates a large array buffer, which TSAN sometimes cannot handle. |
163 'regress/regress-599717': [PASS, ['tsan', SKIP]], | 160 'regress/regress-599717': [PASS, ['tsan', SKIP]], |
164 | 161 |
165 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). | 162 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). |
166 'unicodelctest': [PASS, NO_VARIANTS], | 163 'unicodelctest': [PASS, NO_VARIANTS], |
167 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], | 164 'unicodelctest-no-optimization': [PASS, NO_VARIANTS], |
168 | 165 |
169 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, | 166 # TODO(vogelheim): big-object-literal exceeds the stack in debug builds, |
170 # which makes the test useless. | 167 # which makes the test useless. |
171 'big-object-literal': [PASS, ['mode == debug', SKIP]], | 168 'big-object-literal': [PASS, ['mode == debug', SKIP]], |
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 'lithium/*': [SKIP], | 638 'lithium/*': [SKIP], |
642 'third_party/*': [SKIP], | 639 'third_party/*': [SKIP], |
643 'tools/*': [SKIP], | 640 'tools/*': [SKIP], |
644 'apply': [SKIP], | 641 'apply': [SKIP], |
645 'math-*': [SKIP], | 642 'math-*': [SKIP], |
646 'unicode-test': [SKIP], | 643 'unicode-test': [SKIP], |
647 'whitespaces': [SKIP], | 644 'whitespaces': [SKIP], |
648 }], # variant == wasm_traps | 645 }], # variant == wasm_traps |
649 | 646 |
650 ] | 647 ] |
OLD | NEW |