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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], | 267 'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]], |
268 'es6/tail-call-megatest*': [PASS, FAST_VARIANTS], | 268 'es6/tail-call-megatest*': [PASS, FAST_VARIANTS], |
269 | 269 |
270 # TODO(titzer): ASM->WASM tests on these platforms | 270 # TODO(titzer): ASM->WASM tests on these platforms |
271 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]
', SKIP]], | 271 'wasm/asm-wasm': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips64el]
', SKIP]], |
272 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. | 272 # TODO(branelson): Figure out why ignition + asm-wasm-stdlib fails. |
273 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el] or ignition == True', SKIP]], | 273 'wasm/asm-wasm-stdlib': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el] or ignition == True', SKIP]], |
274 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64,
mips64el] or ignition == True', SKIP]], | 274 'wasm/asm-wasm-literals': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64,
mips64el] or ignition == True', SKIP]], |
275 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], | 275 'wasm/asm-wasm-copy': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mips
64el]', SKIP]], |
276 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], | 276 'wasm/asm-wasm-deopt': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mip
s64el]', SKIP]], |
| 277 'wasm/asm-wasm-switch': [PASS, ['arch in [arm, arm64, mips, mipsel, mips64, mi
ps64el]', SKIP]], |
277 | 278 |
278 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. | 279 # TODO(branelson): Figure out why ignition + asm->wasm fails embenchen. |
279 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]
], | 280 'wasm/embenchen/*': [PASS, ['arch == arm64', SKIP], ['ignition == True', SKIP]
], |
280 | 281 |
281 # TODO(bradnelson) Fix and re-enable. | 282 # TODO(bradnelson) Fix and re-enable. |
282 'wasm/embenchen/box2d': [SKIP], # hang | 283 'wasm/embenchen/box2d': [SKIP], # hang |
283 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode | 284 'wasm/embenchen/lua_binarytrees': [SKIP], # fails decode |
284 #'wasm/embenchen/zlib': [SKIP], # fails gc-stress | 285 #'wasm/embenchen/zlib': [SKIP], # fails gc-stress |
285 | 286 |
286 # case-insensitive unicode regexp relies on case mapping provided by ICU. | 287 # case-insensitive unicode regexp relies on case mapping provided by ICU. |
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
877 ############################################################################## | 878 ############################################################################## |
878 ['gcov_coverage', { | 879 ['gcov_coverage', { |
879 # Tests taking too long. | 880 # Tests taking too long. |
880 'array-functions-prototype-misc': [SKIP], | 881 'array-functions-prototype-misc': [SKIP], |
881 | 882 |
882 # Stack overflow. | 883 # Stack overflow. |
883 'big-array-literal': [SKIP], | 884 'big-array-literal': [SKIP], |
884 }], # 'gcov_coverage' | 885 }], # 'gcov_coverage' |
885 | 886 |
886 ] | 887 ] |
OLD | NEW |