| 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 288 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 289 'test-serialize/DeserializeAndRunScript2': [SKIP], | 289 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 290 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 290 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 291 | 291 |
| 292 ############################################################################ | 292 ############################################################################ |
| 293 # Slow tests. | 293 # Slow tests. |
| 294 'test-api/Threading1': [PASS, SLOW], | 294 'test-api/Threading1': [PASS, SLOW], |
| 295 'test-api/Threading2': [PASS, SLOW], | 295 'test-api/Threading2': [PASS, SLOW], |
| 296 'test-api/Threading3': [PASS, SLOW], | 296 'test-api/Threading3': [PASS, SLOW], |
| 297 'test-api/Threading4': [PASS, SLOW], | 297 'test-api/Threading4': [PASS, SLOW], |
| 298 |
| 299 # Crashes due to OOM in simulator. |
| 300 'test-types/Distributivity1': [PASS, FLAKY], |
| 301 'test-types/Distributivity2': [PASS, FLAKY], |
| 298 }], # 'arch == arm' | 302 }], # 'arch == arm' |
| 299 | 303 |
| 300 ############################################################################## | 304 ############################################################################## |
| 301 ['arch == mipsel or arch == mips', { | 305 ['arch == mipsel or arch == mips', { |
| 302 | 306 |
| 303 # BUG(2657): Test sometimes times out on MIPS simulator. | 307 # BUG(2657): Test sometimes times out on MIPS simulator. |
| 304 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], | 308 'test-thread-termination/TerminateMultipleV8ThreadsDefaultIsolate': [PASS, TIM
EOUT], |
| 305 | 309 |
| 306 # BUG(1075): Unresolved crashes on MIPS also. | 310 # BUG(1075): Unresolved crashes on MIPS also. |
| 307 'test-serialize/Deserialize': [SKIP], | 311 'test-serialize/Deserialize': [SKIP], |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 'test-api/Float32Array' : [SKIP], | 461 'test-api/Float32Array' : [SKIP], |
| 458 'test-api/Float64Array' : [SKIP], | 462 'test-api/Float64Array' : [SKIP], |
| 459 'test-api/Regress2333' : [SKIP], | 463 'test-api/Regress2333' : [SKIP], |
| 460 'test-alloc/StressHandles' : [SKIP], | 464 'test-alloc/StressHandles' : [SKIP], |
| 461 'test-alloc/StressJS' : [SKIP], | 465 'test-alloc/StressJS' : [SKIP], |
| 462 'test-accessors/HandleScopePop' : [SKIP], | 466 'test-accessors/HandleScopePop' : [SKIP], |
| 463 'test-accessors/Gc' : [SKIP], | 467 'test-accessors/Gc' : [SKIP], |
| 464 | 468 |
| 465 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 469 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 466 ] | 470 ] |
| OLD | NEW |