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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 # TODO(titzer): ASM->WASM tests on these platforms | 193 # TODO(titzer): ASM->WASM tests on these platforms |
194 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]
', SKIP]], | 194 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]
', SKIP]], |
195 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. | 195 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. |
196 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el] or ignition == True', SKIP]], | 196 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el] or ignition == True', SKIP]], |
197 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64,
mips64el] or ignition == True', SKIP]], | 197 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64,
mips64el] or ignition == True', SKIP]], |
198 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], | 198 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], |
199 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], | 199 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], |
200 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], | 200 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], |
201 | 201 |
202 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. | 202 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. |
203 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]
], | 203 'wasm/embenchen/*': [PASS, ['ignition == True', SKIP]], |
204 | 204 |
205 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 205 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
206 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], | 206 'es6/unicode-regexp-ignore-case': [PASS, ['no_i18n == True', FAIL]], |
207 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], | 207 'es6/unicode-regexp-ignore-case-noi18n': [FAIL, ['no_i18n == True', PASS]], |
208 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], | 208 'regress/regress-5036': [PASS, ['no_i18n == True', FAIL]], |
209 # desugaring regexp property class relies on ICU. | 209 # desugaring regexp property class relies on ICU. |
210 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], | 210 'harmony/regexp-property-*': [PASS, ['no_i18n == True', FAIL]], |
211 | 211 |
212 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). | 212 # TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m). |
213 'unicodelctest': [PASS, NO_VARIANTS], | 213 'unicodelctest': [PASS, NO_VARIANTS], |
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 ############################################################################## | 766 ############################################################################## |
767 ['gcov_coverage', { | 767 ['gcov_coverage', { |
768 # Tests taking too long. | 768 # Tests taking too long. |
769 'array-functions-prototype-misc': [SKIP], | 769 'array-functions-prototype-misc': [SKIP], |
770 | 770 |
771 # Stack overflow. | 771 # Stack overflow. |
772 'big-array-literal': [SKIP], | 772 'big-array-literal': [SKIP], |
773 }], # 'gcov_coverage' | 773 }], # 'gcov_coverage' |
774 | 774 |
775 ] | 775 ] |
OLD | NEW |