OLD | NEW |
1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 218 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
219 | 219 |
220 # BUG(355): Test crashes on ARM. | 220 # BUG(355): Test crashes on ARM. |
221 'test-log/ProfLazyMode': [SKIP], | 221 'test-log/ProfLazyMode': [SKIP], |
222 | 222 |
223 # BUG(1075): Unresolved crashes. | 223 # BUG(1075): Unresolved crashes. |
224 'test-serialize/StartupSerializerOnce': [SKIP], | 224 'test-serialize/StartupSerializerOnce': [SKIP], |
225 'test-serialize/StartupSerializerTwice': [SKIP], | 225 'test-serialize/StartupSerializerTwice': [SKIP], |
226 'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 226 'test-serialize/StartupSerializerOnceRunScript': [SKIP], |
227 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 227 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], |
| 228 'test-run-wasm-simd/RunWasmCompiled_F32x4Add': [SKIP], |
| 229 'test-run-wasm-simd/RunWasmCompiled_F32x4Sub': [SKIP], |
| 230 'test-run-wasm-simd/RunWasmInterpreted_F32x4Add': [SKIP], |
| 231 'test-run-wasm-simd/RunWasmInterpreted_F32x4Sub': [SKIP], |
228 | 232 |
229 ############################################################################ | 233 ############################################################################ |
230 # Slow tests. | 234 # Slow tests. |
231 'test-api/Threading*': [PASS, SLOW], | 235 'test-api/Threading*': [PASS, SLOW], |
232 }], # 'arch == arm' | 236 }], # 'arch == arm' |
233 | 237 |
234 ############################################################################## | 238 ############################################################################## |
235 ['arch == mipsel or arch == mips', { | 239 ['arch == mipsel or arch == mips', { |
236 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 240 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
237 | 241 |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 'test-field-type-tracking/*': [SKIP], | 374 'test-field-type-tracking/*': [SKIP], |
371 'test-parsing/*': [SKIP], | 375 'test-parsing/*': [SKIP], |
372 'test-page-promotion/*': [SKIP], | 376 'test-page-promotion/*': [SKIP], |
373 'test-decls/*': [SKIP], | 377 'test-decls/*': [SKIP], |
374 'test-log/*': [SKIP], | 378 'test-log/*': [SKIP], |
375 'test-gap-resolver/*': [SKIP], | 379 'test-gap-resolver/*': [SKIP], |
376 'test-dtoa/*': [SKIP], | 380 'test-dtoa/*': [SKIP], |
377 }], # variant == wasm_traps | 381 }], # variant == wasm_traps |
378 | 382 |
379 ] | 383 ] |
OLD | NEW |