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 283 matching lines...) Loading... |
294 | 294 |
295 # BUG(1075): Unresolved crashes on MIPS also. | 295 # BUG(1075): Unresolved crashes on MIPS also. |
296 'test-serialize/Deserialize': [SKIP], | 296 'test-serialize/Deserialize': [SKIP], |
297 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 297 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
298 'test-serialize/DeserializeAndRunScript2': [SKIP], | 298 'test-serialize/DeserializeAndRunScript2': [SKIP], |
299 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 299 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
300 }], # 'arch == mips64el' | 300 }], # 'arch == mips64el' |
301 | 301 |
302 ############################################################################## | 302 ############################################################################## |
303 ['arch == x87', { | 303 ['arch == x87', { |
304 | 304 'test-run-machops/RunFloat64InsertLowWord32': [SKIP] |
305 # Test requires turbofan: | |
306 'codegen-tester/CompareWrapper': [SKIP], | |
307 'codegen-tester/ParametersEqual': [SKIP], | |
308 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], | |
309 'test-serialize/SerializeInternalReference': [FAIL], | |
310 }], # 'arch == x87' | 305 }], # 'arch == x87' |
311 | 306 |
312 ############################################################################## | 307 ############################################################################## |
313 ['arch == android_arm or arch == android_ia32', { | 308 ['arch == android_arm or arch == android_ia32', { |
314 | 309 |
315 # Tests crash as there is no /tmp directory in Android. | 310 # Tests crash as there is no /tmp directory in Android. |
316 'test-log/LogAccessorCallbacks': [SKIP], | 311 'test-log/LogAccessorCallbacks': [SKIP], |
317 'test-log/LogCallbacks': [SKIP], | 312 'test-log/LogCallbacks': [SKIP], |
318 'test-log/ProfLazyMode': [SKIP], | 313 'test-log/ProfLazyMode': [SKIP], |
319 }], # 'arch == android_arm or arch == android_ia32' | 314 }], # 'arch == android_arm or arch == android_ia32' |
(...skipping 114 matching lines...) Loading... |
434 ############################################################################## | 429 ############################################################################## |
435 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 430 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
436 | 431 |
437 # Pass but take too long with the simulator. | 432 # Pass but take too long with the simulator. |
438 'test-api/Threading1': [PASS, SLOW], | 433 'test-api/Threading1': [PASS, SLOW], |
439 'test-api/Threading2': [PASS, SLOW], | 434 'test-api/Threading2': [PASS, SLOW], |
440 'test-api/ExternalArrays': [PASS, SLOW], | 435 'test-api/ExternalArrays': [PASS, SLOW], |
441 | 436 |
442 }], # 'arch == ppc64 and simulator_run == True' | 437 }], # 'arch == ppc64 and simulator_run == True' |
443 ] | 438 ] |
OLD | NEW |