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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 309 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
310 }], # 'arch == mips64el or arch == mips64' | 310 }], # 'arch == mips64el or arch == mips64' |
311 | 311 |
312 ############################################################################## | 312 ############################################################################## |
313 ['arch == x87', { | 313 ['arch == x87', { |
314 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], | 314 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], |
315 'test-run-native-calls/MixedParams_0': [SKIP], | 315 'test-run-native-calls/MixedParams_0': [SKIP], |
316 'test-run-native-calls/MixedParams_1': [SKIP], | 316 'test-run-native-calls/MixedParams_1': [SKIP], |
317 'test-run-native-calls/MixedParams_2': [SKIP], | 317 'test-run-native-calls/MixedParams_2': [SKIP], |
318 'test-run-native-calls/MixedParams_3': [SKIP], | 318 'test-run-native-calls/MixedParams_3': [SKIP], |
| 319 'test-run-machops/RunFloat64MulAndFloat64Add1': [SKIP], |
| 320 'test-run-machops/RunFloat64MulAndFloat64Add2': [SKIP], |
| 321 'test-run-machops/RunFloat64MulAndFloat64Sub1': [SKIP], |
| 322 'test-run-machops/RunFloat64MulAndFloat64Sub2': [SKIP], |
319 }], # 'arch == x87' | 323 }], # 'arch == x87' |
320 | 324 |
321 ############################################################################## | 325 ############################################################################## |
322 ['arch == android_arm or arch == android_ia32', { | 326 ['arch == android_arm or arch == android_ia32', { |
323 | 327 |
324 # Tests crash as there is no /tmp directory in Android. | 328 # Tests crash as there is no /tmp directory in Android. |
325 'test-log/LogAccessorCallbacks': [SKIP], | 329 'test-log/LogAccessorCallbacks': [SKIP], |
326 'test-log/LogCallbacks': [SKIP], | 330 'test-log/LogCallbacks': [SKIP], |
327 'test-log/ProfLazyMode': [SKIP], | 331 'test-log/ProfLazyMode': [SKIP], |
328 }], # 'arch == android_arm or arch == android_ia32' | 332 }], # 'arch == android_arm or arch == android_ia32' |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 ############################################################################## | 447 ############################################################################## |
444 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 448 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
445 | 449 |
446 # Pass but take too long with the simulator. | 450 # Pass but take too long with the simulator. |
447 'test-api/Threading1': [PASS, SLOW], | 451 'test-api/Threading1': [PASS, SLOW], |
448 'test-api/Threading2': [PASS, SLOW], | 452 'test-api/Threading2': [PASS, SLOW], |
449 'test-api/ExternalArrays': [PASS, SLOW], | 453 'test-api/ExternalArrays': [PASS, SLOW], |
450 | 454 |
451 }], # 'arch == ppc64 and simulator_run == True' | 455 }], # 'arch == ppc64 and simulator_run == True' |
452 ] | 456 ] |
OLD | NEW |