| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 237 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 238 | 238 |
| 239 # BUG(355): Test crashes on ARM. | 239 # BUG(355): Test crashes on ARM. |
| 240 'test-log/ProfLazyMode': [SKIP], | 240 'test-log/ProfLazyMode': [SKIP], |
| 241 | 241 |
| 242 # BUG(1075): Unresolved crashes. | 242 # BUG(1075): Unresolved crashes. |
| 243 'test-serialize/StartupSerializerOnce': [SKIP], | 243 'test-serialize/StartupSerializerOnce': [SKIP], |
| 244 'test-serialize/StartupSerializerTwice': [SKIP], | 244 'test-serialize/StartupSerializerTwice': [SKIP], |
| 245 'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 245 'test-serialize/StartupSerializerOnceRunScript': [SKIP], |
| 246 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 246 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], |
| 247 'test-run-wasm-simd/RunWasmCompiled_F32x4Add': [SKIP], | |
| 248 'test-run-wasm-simd/RunWasmCompiled_F32x4Sub': [SKIP], | |
| 249 'test-run-wasm-simd/RunWasmInterpreted_F32x4Add': [SKIP], | |
| 250 'test-run-wasm-simd/RunWasmInterpreted_F32x4Sub': [SKIP], | |
| 251 | 247 |
| 252 ############################################################################ | 248 ############################################################################ |
| 253 # Slow tests. | 249 # Slow tests. |
| 254 'test-api/Threading*': [PASS, SLOW], | 250 'test-api/Threading*': [PASS, SLOW], |
| 255 }], # 'arch == arm' | 251 }], # 'arch == arm' |
| 256 | 252 |
| 257 ############################################################################## | 253 ############################################################################## |
| 258 ['arch == mipsel or arch == mips', { | 254 ['arch == mipsel or arch == mips', { |
| 259 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 255 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 260 | 256 |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 'test-field-type-tracking/*': [SKIP], | 390 'test-field-type-tracking/*': [SKIP], |
| 395 'test-parsing/*': [SKIP], | 391 'test-parsing/*': [SKIP], |
| 396 'test-page-promotion/*': [SKIP], | 392 'test-page-promotion/*': [SKIP], |
| 397 'test-decls/*': [SKIP], | 393 'test-decls/*': [SKIP], |
| 398 'test-log/*': [SKIP], | 394 'test-log/*': [SKIP], |
| 399 'test-gap-resolver/*': [SKIP], | 395 'test-gap-resolver/*': [SKIP], |
| 400 'test-dtoa/*': [SKIP], | 396 'test-dtoa/*': [SKIP], |
| 401 }], # variant == wasm_traps | 397 }], # variant == wasm_traps |
| 402 | 398 |
| 403 ] | 399 ] |
| OLD | NEW |