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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 | 244 |
245 # BUG(v8:4458). TODO(mvstanton): reenable the test once --vector-stores is | 245 # BUG(v8:4458). TODO(mvstanton): reenable the test once --vector-stores is |
246 # prermanently enabled. | 246 # prermanently enabled. |
247 'call-counts': [SKIP], | 247 'call-counts': [SKIP], |
248 | 248 |
249 # Slow tests. | 249 # Slow tests. |
250 'copy-on-write-assert': [PASS, SLOW], | 250 'copy-on-write-assert': [PASS, SLOW], |
251 'debug-scopes': [PASS, SLOW], | 251 'debug-scopes': [PASS, SLOW], |
252 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], | 252 'numops-fuzz-part*': [PASS, ['mode == debug', SLOW]], |
253 'readonly': [PASS, SLOW], | 253 'readonly': [PASS, SLOW], |
254 'regress/regress-1200351': [PASS, ['mode == debug', SLOW]], | 254 'regress/regress-1200351': [PASS, SLOW], |
255 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 255 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
256 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], | 256 'es6/tail-call-megatest*': [PASS, SLOW, FAST_VARIANTS, ['tsan', SKIP]], |
257 | 257 |
258 # TODO(titzer): ASM->WASM tests on these platforms | 258 # TODO(titzer): ASM->WASM tests on these platforms |
259 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]
', SKIP]], | 259 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]
', SKIP]], |
260 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. | 260 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. |
261 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el] or ignition == True', SKIP]], | 261 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el] or ignition == True', SKIP]], |
262 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64,
mips64el] or ignition == True', SKIP]], | 262 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64,
mips64el] or ignition == True', SKIP]], |
263 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], | 263 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], |
264 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], | 264 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], |
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 'debug-referenced-by': [PASS, NO_VARIANTS], | 407 'debug-referenced-by': [PASS, NO_VARIANTS], |
408 | 408 |
409 # BUG(v8:4779): Crashes flakily with stress mode on arm64. | 409 # BUG(v8:4779): Crashes flakily with stress mode on arm64. |
410 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], | 410 'array-splice': [PASS, SLOW, ['arch == arm64', FAST_VARIANTS]], |
411 | 411 |
412 # BUG(v8:5053). | 412 # BUG(v8:5053). |
413 'wasm/embenchen/fasta': [PASS, FAST_VARIANTS], | 413 'wasm/embenchen/fasta': [PASS, FAST_VARIANTS], |
414 }], # 'gc_stress == True' | 414 }], # 'gc_stress == True' |
415 | 415 |
416 ############################################################################## | 416 ############################################################################## |
417 ['no_i18n == True and mode == debug', { | |
418 # Tests too slow for no18n debug. | |
419 'regress/regress-1200351': [SKIP], | |
420 }], # 'no_i18n == True and mode == debug' | |
421 | |
422 ############################################################################## | |
423 ['byteorder == big', { | 417 ['byteorder == big', { |
424 # Emscripten requires little-endian, skip all tests on big endian platforms. | 418 # Emscripten requires little-endian, skip all tests on big endian platforms. |
425 'asm/embenchen/*': [SKIP], | 419 'asm/embenchen/*': [SKIP], |
426 'asm/poppler/*': [SKIP], | 420 'asm/poppler/*': [SKIP], |
427 'asm/sqlite3/*': [SKIP], | 421 'asm/sqlite3/*': [SKIP], |
428 # TODO(mips-team): Fix Wasm for big-endian. | 422 # TODO(mips-team): Fix Wasm for big-endian. |
429 'wasm/*': [SKIP], | 423 'wasm/*': [SKIP], |
430 }], # 'byteorder == big' | 424 }], # 'byteorder == big' |
431 | 425 |
432 ############################################################################## | 426 ############################################################################## |
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
883 ############################################################################## | 877 ############################################################################## |
884 ['gcov_coverage', { | 878 ['gcov_coverage', { |
885 # Tests taking too long. | 879 # Tests taking too long. |
886 'array-functions-prototype-misc': [SKIP], | 880 'array-functions-prototype-misc': [SKIP], |
887 | 881 |
888 # Stack overflow. | 882 # Stack overflow. |
889 'big-array-literal': [SKIP], | 883 'big-array-literal': [SKIP], |
890 }], # 'gcov_coverage' | 884 }], # 'gcov_coverage' |
891 | 885 |
892 ] | 886 ] |
OLD | NEW |