| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 | 320 |
| 321 # Test requires turbofan: | 321 # Test requires turbofan: |
| 322 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], | 322 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], |
| 323 'codegen-tester/CompareWrapper': [SKIP], | 323 'codegen-tester/CompareWrapper': [SKIP], |
| 324 'codegen-tester/ParametersEqual': [SKIP], | 324 'codegen-tester/ParametersEqual': [SKIP], |
| 325 }], # 'arch == mips64el' | 325 }], # 'arch == mips64el' |
| 326 | 326 |
| 327 ############################################################################## | 327 ############################################################################## |
| 328 ['arch == x87', { | 328 ['arch == x87', { |
| 329 | 329 |
| 330 # TODO (weiliang): Enable below tests after fixing the double register | |
| 331 # allocation limit in X87 port. | |
| 332 'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]], | |
| 333 'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]], | |
| 334 'test-serialize/SerializeTwice': [PASS, ['mode == debug', SKIP]], | |
| 335 'test-serialize/ContextSerialization': [PASS, ['mode == debug', SKIP]], | |
| 336 'test-serialize/ContextDeserialization': [PASS, ['mode == debug', SKIP]], | |
| 337 'test-serialize/PartialDeserialization': [PASS, ['mode == debug', SKIP]], | |
| 338 'test-serialize/PartialSerialization': [PASS, ['mode == debug', SKIP]], | |
| 339 'test-serialize/DeserializeAndRunScript2': [PASS, ['mode == debug', SKIP]], | |
| 340 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [PASS, ['mod
e == debug', SKIP]], | |
| 341 'test-serialize/DeserializeFromSecondSerialization': [PASS, ['mode == debug',
SKIP]], | |
| 342 | |
| 343 # Test requires turbofan: | 330 # Test requires turbofan: |
| 344 'codegen-tester/CompareWrapper': [SKIP], | 331 'codegen-tester/CompareWrapper': [SKIP], |
| 345 'codegen-tester/ParametersEqual': [SKIP], | 332 'codegen-tester/ParametersEqual': [SKIP], |
| 346 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], | 333 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], |
| 347 }], # 'arch == x87' | 334 }], # 'arch == x87' |
| 348 | 335 |
| 349 ############################################################################## | 336 ############################################################################## |
| 350 ['arch == android_arm or arch == android_ia32', { | 337 ['arch == android_arm or arch == android_ia32', { |
| 351 | 338 |
| 352 # Tests crash as there is no /tmp directory in Android. | 339 # Tests crash as there is no /tmp directory in Android. |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 'test-api/Float32Array' : [SKIP], | 447 'test-api/Float32Array' : [SKIP], |
| 461 'test-api/Float64Array' : [SKIP], | 448 'test-api/Float64Array' : [SKIP], |
| 462 'test-api/Regress2333' : [SKIP], | 449 'test-api/Regress2333' : [SKIP], |
| 463 'test-alloc/StressHandles' : [SKIP], | 450 'test-alloc/StressHandles' : [SKIP], |
| 464 'test-alloc/StressJS' : [SKIP], | 451 'test-alloc/StressJS' : [SKIP], |
| 465 'test-accessors/HandleScopePop' : [SKIP], | 452 'test-accessors/HandleScopePop' : [SKIP], |
| 466 'test-accessors/Gc' : [SKIP], | 453 'test-accessors/Gc' : [SKIP], |
| 467 | 454 |
| 468 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 455 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 469 ] | 456 ] |
| OLD | NEW |