Chromium Code Reviews| 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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 291 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 291 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 292 'test-serialize/DeserializeAndRunScript2': [SKIP], | 292 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 293 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 293 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 294 | 294 |
| 295 # Test requires turbofan: | 295 # Test requires turbofan: |
| 296 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], | 296 'test-simplified-lowering/LowerStringOps_to_call_and_compare': [SKIP], |
| 297 'codegen-tester/CompareWrapper': [SKIP], | 297 'codegen-tester/CompareWrapper': [SKIP], |
| 298 'codegen-tester/ParametersEqual': [SKIP], | 298 'codegen-tester/ParametersEqual': [SKIP], |
| 299 }], # 'arch == mipsel or arch == mips' | 299 }], # 'arch == mipsel or arch == mips' |
| 300 | 300 |
| 301 ############################################################################## | 301 ############################################################################## |
|
Michael Achenbach
2014/10/31 13:35:10
I hope that a separate section for mips only will
| |
| 302 ['arch == mips', { | |
| 303 # Too slow with TF. | |
| 304 'test-api/ExternalArrays': [PASS, NO_VARIANTS], | |
| 305 | |
| 306 # TODO(mips-team): Currently fails on mips board. | |
| 307 'test-simplified-lowering/RunNumberMultiply_TruncatingToUint32': [SKIP], | |
| 308 'test-parsing/TooManyArguments': [SKIP], | |
| 309 }], # 'arch == mips' | |
| 310 | |
| 311 ############################################################################## | |
| 302 ['arch == mips64el', { | 312 ['arch == mips64el', { |
| 303 | 313 |
| 304 # BUG(2657): Test sometimes times out on MIPS simulator. | 314 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 305 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], | 315 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM EOUT], |
| 306 | 316 |
| 307 # BUG(v8:3154). | 317 # BUG(v8:3154). |
| 308 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 318 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
| 309 | 319 |
| 310 # BUG(1075): Unresolved crashes on MIPS also. | 320 # BUG(1075): Unresolved crashes on MIPS also. |
| 311 'test-serialize/Deserialize': [SKIP], | 321 'test-serialize/Deserialize': [SKIP], |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 442 'test-api/Float32Array' : [SKIP], | 452 'test-api/Float32Array' : [SKIP], |
| 443 'test-api/Float64Array' : [SKIP], | 453 'test-api/Float64Array' : [SKIP], |
| 444 'test-api/Regress2333' : [SKIP], | 454 'test-api/Regress2333' : [SKIP], |
| 445 'test-alloc/StressHandles' : [SKIP], | 455 'test-alloc/StressHandles' : [SKIP], |
| 446 'test-alloc/StressJS' : [SKIP], | 456 'test-alloc/StressJS' : [SKIP], |
| 447 'test-accessors/HandleScopePop' : [SKIP], | 457 'test-accessors/HandleScopePop' : [SKIP], |
| 448 'test-accessors/Gc' : [SKIP], | 458 'test-accessors/Gc' : [SKIP], |
| 449 | 459 |
| 450 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 460 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 451 ] | 461 ] |
| OLD | NEW |