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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 | 304 |
305 # BUG(1075): Unresolved crashes on MIPS also. | 305 # BUG(1075): Unresolved crashes on MIPS also. |
306 'test-serialize/Deserialize': [SKIP], | 306 'test-serialize/Deserialize': [SKIP], |
307 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 307 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
308 'test-serialize/DeserializeAndRunScript2': [SKIP], | 308 'test-serialize/DeserializeAndRunScript2': [SKIP], |
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], |
| 316 'test-run-native-calls/MixedParams_1': [SKIP], |
| 317 'test-run-native-calls/MixedParams_2': [SKIP], |
| 318 'test-run-native-calls/MixedParams_3': [SKIP], |
315 }], # 'arch == x87' | 319 }], # 'arch == x87' |
316 | 320 |
317 ############################################################################## | 321 ############################################################################## |
318 ['arch == android_arm or arch == android_ia32', { | 322 ['arch == android_arm or arch == android_ia32', { |
319 | 323 |
320 # Tests crash as there is no /tmp directory in Android. | 324 # Tests crash as there is no /tmp directory in Android. |
321 'test-log/LogAccessorCallbacks': [SKIP], | 325 'test-log/LogAccessorCallbacks': [SKIP], |
322 'test-log/LogCallbacks': [SKIP], | 326 'test-log/LogCallbacks': [SKIP], |
323 'test-log/ProfLazyMode': [SKIP], | 327 'test-log/ProfLazyMode': [SKIP], |
324 }], # 'arch == android_arm or arch == android_ia32' | 328 }], # 'arch == android_arm or arch == android_ia32' |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
439 ############################################################################## | 443 ############################################################################## |
440 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 444 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
441 | 445 |
442 # Pass but take too long with the simulator. | 446 # Pass but take too long with the simulator. |
443 'test-api/Threading1': [PASS, SLOW], | 447 'test-api/Threading1': [PASS, SLOW], |
444 'test-api/Threading2': [PASS, SLOW], | 448 'test-api/Threading2': [PASS, SLOW], |
445 'test-api/ExternalArrays': [PASS, SLOW], | 449 'test-api/ExternalArrays': [PASS, SLOW], |
446 | 450 |
447 }], # 'arch == ppc64 and simulator_run == True' | 451 }], # 'arch == ppc64 and simulator_run == True' |
448 ] | 452 ] |
OLD | NEW |