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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], | 165 'asm/embenchen/*': [PASS, SLOW, FAST_VARIANTS], |
166 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], | 166 'asm/poppler/*': [PASS, SLOW, FAST_VARIANTS], |
167 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS], | 167 'asm/sqlite3/*': [PASS, SLOW, FAST_VARIANTS], |
168 | 168 |
169 # Slow tests. | 169 # Slow tests. |
170 'copy-on-write-assert': [PASS, SLOW], | 170 'copy-on-write-assert': [PASS, SLOW], |
171 'debug-scopes': [PASS, SLOW], | 171 'debug-scopes': [PASS, SLOW], |
172 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 172 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
173 'readonly': [PASS, SLOW], | 173 'readonly': [PASS, SLOW], |
174 'regress/regress-1200351': [PASS, SLOW], | 174 'regress/regress-1200351': [PASS, SLOW], |
175 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 175 'regress/regress-crbug-474297': [PASS, ['gc_stress == False', SKIP]], |
176 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], | 176 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], |
177 | 177 |
178 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 178 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
179 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 179 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
180 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], | 180 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], |
181 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], | 181 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], |
182 # desugaring regexp property class relies on ICU. | 182 # desugaring regexp property class relies on ICU. |
183 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 183 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
184 | 184 |
185 # Allocates a large array buffer, which TSAN sometimes cannot handle. | 185 # Allocates a large array buffer, which TSAN sometimes cannot handle. |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
749 'lithium/*': [SKIP], | 749 'lithium/*': [SKIP], |
750 'third_party/*': [SKIP], | 750 'third_party/*': [SKIP], |
751 'tools/*': [SKIP], | 751 'tools/*': [SKIP], |
752 'apply': [SKIP], | 752 'apply': [SKIP], |
753 'math-*': [SKIP], | 753 'math-*': [SKIP], |
754 'unicode-test': [SKIP], | 754 'unicode-test': [SKIP], |
755 'whitespaces': [SKIP], | 755 'whitespaces': [SKIP], |
756 }], # variant == asm_wasm | 756 }], # variant == asm_wasm |
757 | 757 |
758 ] | 758 ] |
OLD | NEW |