| 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...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], | 294 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], |
| 295 | 295 |
| 296 # BUG(1075): Unresolved crashes on MIPS also. | 296 # BUG(1075): Unresolved crashes on MIPS also. |
| 297 'test-serialize/Deserialize': [SKIP], | 297 'test-serialize/Deserialize': [SKIP], |
| 298 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 298 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 299 'test-serialize/DeserializeAndRunScript2': [SKIP], | 299 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 300 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 300 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 301 | 301 |
| 302 # Test requires turbofan: | 302 # Test requires turbofan: |
| 303 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], | 303 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], |
| 304 'codegen-tester/CompareWrapper': [SKIP], |
| 305 'codegen-tester/ParametersEqual': [SKIP], |
| 304 }], # 'arch == mipsel or arch == mips' | 306 }], # 'arch == mipsel or arch == mips' |
| 305 | 307 |
| 306 ############################################################################## | 308 ############################################################################## |
| 307 ['arch == mips64el', { | 309 ['arch == mips64el', { |
| 308 | 310 |
| 309 # BUG(2657): Test sometimes times out on MIPS simulator. | 311 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 310 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], | 312 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], |
| 311 | 313 |
| 312 # BUG(v8:3154). | 314 # BUG(v8:3154). |
| 313 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 315 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
| 314 | 316 |
| 315 # BUG(1075): Unresolved crashes on MIPS also. | 317 # BUG(1075): Unresolved crashes on MIPS also. |
| 316 'test-serialize/Deserialize': [SKIP], | 318 'test-serialize/Deserialize': [SKIP], |
| 317 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 319 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 318 'test-serialize/DeserializeAndRunScript2': [SKIP], | 320 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 319 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 321 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 320 | 322 |
| 321 # Test requires turbofan: | 323 # Test requires turbofan: |
| 322 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], | 324 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], |
| 325 'codegen-tester/CompareWrapper': [SKIP], |
| 326 'codegen-tester/ParametersEqual': [SKIP], |
| 323 }], # 'arch == mips64el' | 327 }], # 'arch == mips64el' |
| 324 | 328 |
| 325 ############################################################################## | 329 ############################################################################## |
| 326 ['arch == x87', { | 330 ['arch == x87', { |
| 327 | 331 |
| 328 # TODO (weiliang): Enable below tests after fixing the double register | 332 # TODO (weiliang): Enable below tests after fixing the double register |
| 329 # allocation limit in X87 port. | 333 # allocation limit in X87 port. |
| 330 'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]], | 334 'test-serialize/Serialize': [PASS, ['mode == debug', SKIP]], |
| 331 'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]], | 335 'test-serialize/Deserialize': [PASS, ['mode == debug', SKIP]], |
| 332 'test-serialize/SerializeTwice': [PASS, ['mode == debug', SKIP]], | 336 'test-serialize/SerializeTwice': [PASS, ['mode == debug', SKIP]], |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 'test-api/Float32Array' : [SKIP], | 457 'test-api/Float32Array' : [SKIP], |
| 454 'test-api/Float64Array' : [SKIP], | 458 'test-api/Float64Array' : [SKIP], |
| 455 'test-api/Regress2333' : [SKIP], | 459 'test-api/Regress2333' : [SKIP], |
| 456 'test-alloc/StressHandles' : [SKIP], | 460 'test-alloc/StressHandles' : [SKIP], |
| 457 'test-alloc/StressJS' : [SKIP], | 461 'test-alloc/StressJS' : [SKIP], |
| 458 'test-accessors/HandleScopePop' : [SKIP], | 462 'test-accessors/HandleScopePop' : [SKIP], |
| 459 'test-accessors/Gc' : [SKIP], | 463 'test-accessors/Gc' : [SKIP], |
| 460 | 464 |
| 461 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 465 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 462 ] | 466 ] |
| OLD | NEW |