| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 | 289 |
| 290 # BUG(1075): Unresolved crashes on MIPS also. | 290 # BUG(1075): Unresolved crashes on MIPS also. |
| 291 'test-serialize/Deserialize': [SKIP], | 291 'test-serialize/Deserialize': [SKIP], |
| 292 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 292 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 293 'test-serialize/DeserializeAndRunScript2': [SKIP], | 293 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 294 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 294 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 295 }], # 'arch == mips64el or arch == mips64' | 295 }], # 'arch == mips64el or arch == mips64' |
| 296 | 296 |
| 297 ############################################################################## | 297 ############################################################################## |
| 298 ['arch == x87', { | 298 ['arch == x87', { |
| 299 'test-run-machops/RunFloat64InsertLowWord32': [SKIP] | 299 'test-run-machops/RunFloat64InsertLowWord32': [SKIP], |
| 300 'test-run-native-calls/Float32Select_registers': [SKIP], |
| 301 'test-run-native-calls/Float64Select_registers': [SKIP], |
| 302 'test-run-native-calls/MixedParams_0': [SKIP], |
| 303 'test-run-native-calls/MixedParams_1': [SKIP], |
| 304 'test-run-native-calls/MixedParams_2': [SKIP], |
| 305 'test-run-native-calls/MixedParams_3': [SKIP], |
| 300 }], # 'arch == x87' | 306 }], # 'arch == x87' |
| 301 | 307 |
| 302 ############################################################################## | 308 ############################################################################## |
| 303 ['arch == android_arm or arch == android_ia32', { | 309 ['arch == android_arm or arch == android_ia32', { |
| 304 | 310 |
| 305 # Tests crash as there is no /tmp directory in Android. | 311 # Tests crash as there is no /tmp directory in Android. |
| 306 'test-log/LogAccessorCallbacks': [SKIP], | 312 'test-log/LogAccessorCallbacks': [SKIP], |
| 307 'test-log/LogCallbacks': [SKIP], | 313 'test-log/LogCallbacks': [SKIP], |
| 308 'test-log/ProfLazyMode': [SKIP], | 314 'test-log/ProfLazyMode': [SKIP], |
| 309 }], # 'arch == android_arm or arch == android_ia32' | 315 }], # 'arch == android_arm or arch == android_ia32' |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 ############################################################################## | 430 ############################################################################## |
| 425 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 431 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 426 | 432 |
| 427 # Pass but take too long with the simulator. | 433 # Pass but take too long with the simulator. |
| 428 'test-api/Threading1': [PASS, SLOW], | 434 'test-api/Threading1': [PASS, SLOW], |
| 429 'test-api/Threading2': [PASS, SLOW], | 435 'test-api/Threading2': [PASS, SLOW], |
| 430 'test-api/ExternalArrays': [PASS, SLOW], | 436 'test-api/ExternalArrays': [PASS, SLOW], |
| 431 | 437 |
| 432 }], # 'arch == ppc64 and simulator_run == True' | 438 }], # 'arch == ppc64 and simulator_run == True' |
| 433 ] | 439 ] |
| OLD | NEW |