| 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 312 'test-heap/TestSizeOfRegExpCode': [SKIP], | 312 'test-heap/TestSizeOfRegExpCode': [SKIP], |
| 313 | 313 |
| 314 # BUG(1075): Unresolved crashes on MIPS also. | 314 # BUG(1075): Unresolved crashes on MIPS also. |
| 315 'test-serialize/StartupSerializerOnce': [SKIP], | 315 'test-serialize/StartupSerializerOnce': [SKIP], |
| 316 'test-serialize/StartupSerializerTwice': [SKIP], | 316 'test-serialize/StartupSerializerTwice': [SKIP], |
| 317 'test-serialize/StartupSerializerOnceRunScript': [SKIP], | 317 'test-serialize/StartupSerializerOnceRunScript': [SKIP], |
| 318 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], | 318 'test-serialize/StartupSerializerTwiceRunScript': [SKIP], |
| 319 }], # 'arch == mips64el or arch == mips64' | 319 }], # 'arch == mips64el or arch == mips64' |
| 320 | 320 |
| 321 ############################################################################## | 321 ############################################################################## |
| 322 ['arch == mips or arch == mipsel or arch == mips64 or arch == mips64el', { |
| 323 # For now skip WASM SIMD tests that fail when MSA instr. extension is not |
| 324 # available (currently simd-scalar-lowering mechanism doesn't work properly |
| 325 # for all SIMD operations) |
| 326 'test-run-wasm-simd/RunWasmCompiled_S32x4Select': [SKIP], |
| 327 'test-run-wasm-simd/RunWasmCompiled_F32x4RecipSqrtApprox': [SKIP], |
| 328 'test-run-wasm-simd/RunWasmCompiled_F32x4RecipApprox': [SKIP], |
| 329 }], # 'arch == mips or arch == mipsel or arch == mips64 or arch == mips64el' |
| 330 |
| 331 ############################################################################## |
| 322 ['arch == x87', { | 332 ['arch == x87', { |
| 323 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], | 333 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], |
| 324 'test-run-native-calls/MixedParams_0': [SKIP], | 334 'test-run-native-calls/MixedParams_0': [SKIP], |
| 325 'test-run-native-calls/MixedParams_1': [SKIP], | 335 'test-run-native-calls/MixedParams_1': [SKIP], |
| 326 'test-run-native-calls/MixedParams_2': [SKIP], | 336 'test-run-native-calls/MixedParams_2': [SKIP], |
| 327 'test-run-native-calls/MixedParams_3': [SKIP], | 337 'test-run-native-calls/MixedParams_3': [SKIP], |
| 328 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], | 338 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], |
| 329 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], | 339 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], |
| 330 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], | 340 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], |
| 331 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], | 341 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 'test-field-type-tracking/*': [SKIP], | 421 'test-field-type-tracking/*': [SKIP], |
| 412 'test-parsing/*': [SKIP], | 422 'test-parsing/*': [SKIP], |
| 413 'test-page-promotion/*': [SKIP], | 423 'test-page-promotion/*': [SKIP], |
| 414 'test-decls/*': [SKIP], | 424 'test-decls/*': [SKIP], |
| 415 'test-log/*': [SKIP], | 425 'test-log/*': [SKIP], |
| 416 'test-gap-resolver/*': [SKIP], | 426 'test-gap-resolver/*': [SKIP], |
| 417 'test-dtoa/*': [SKIP], | 427 'test-dtoa/*': [SKIP], |
| 418 }], # variant == wasm_traps | 428 }], # variant == wasm_traps |
| 419 | 429 |
| 420 ] | 430 ] |
| OLD | NEW |