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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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, ['mode == debug', 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, FAST_VARIANTS], | 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]], |
265 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], | 265 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], |
266 | 266 |
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
872 ############################################################################## | 872 ############################################################################## |
873 ['gcov_coverage', { | 873 ['gcov_coverage', { |
874 # Tests taking too long. | 874 # Tests taking too long. |
875 'array-functions-prototype-misc': [SKIP], | 875 'array-functions-prototype-misc': [SKIP], |
876 | 876 |
877 # Stack overflow. | 877 # Stack overflow. |
878 'big-array-literal': [SKIP], | 878 'big-array-literal': [SKIP], |
879 }], # 'gcov_coverage' | 879 }], # 'gcov_coverage' |
880 | 880 |
881 ] | 881 ] |
OLD | NEW |