| 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-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], | 288 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], |
| 289 | 289 |
| 290 # BUG(v8:3154). | 290 # BUG(v8:3154). |
| 291 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], | 291 'test-heap/ReleaseOverReservedPages': [PASS, FAIL], |
| 292 | 292 |
| 293 # BUG(1075): Unresolved crashes on MIPS also. | 293 # BUG(1075): Unresolved crashes on MIPS also. |
| 294 'test-serialize/Deserialize': [SKIP], | 294 'test-serialize/Deserialize': [SKIP], |
| 295 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], | 295 'test-serialize/DeserializeFromSecondSerializationAndRunScript2': [SKIP], |
| 296 'test-serialize/DeserializeAndRunScript2': [SKIP], | 296 'test-serialize/DeserializeAndRunScript2': [SKIP], |
| 297 'test-serialize/DeserializeFromSecondSerialization': [SKIP], | 297 'test-serialize/DeserializeFromSecondSerialization': [SKIP], |
| 298 |
| 299 # BUG(v8:4200). |
| 300 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
| 298 }], # 'arch == mips64el' | 301 }], # 'arch == mips64el' |
| 299 | 302 |
| 300 ############################################################################## | 303 ############################################################################## |
| 301 ['arch == x87', { | 304 ['arch == x87', { |
| 302 'test-run-machops/RunFloat64InsertLowWord32': [SKIP] | 305 'test-run-machops/RunFloat64InsertLowWord32': [SKIP] |
| 303 }], # 'arch == x87' | 306 }], # 'arch == x87' |
| 304 | 307 |
| 305 ############################################################################## | 308 ############################################################################## |
| 306 ['arch == android_arm or arch == android_ia32', { | 309 ['arch == android_arm or arch == android_ia32', { |
| 307 | 310 |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 ############################################################################## | 430 ############################################################################## |
| 428 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 431 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 429 | 432 |
| 430 # Pass but take too long with the simulator. | 433 # Pass but take too long with the simulator. |
| 431 'test-api/Threading1': [PASS, SLOW], | 434 'test-api/Threading1': [PASS, SLOW], |
| 432 'test-api/Threading2': [PASS, SLOW], | 435 'test-api/Threading2': [PASS, SLOW], |
| 433 'test-api/ExternalArrays': [PASS, SLOW], | 436 'test-api/ExternalArrays': [PASS, SLOW], |
| 434 | 437 |
| 435 }], # 'arch == ppc64 and simulator_run == True' | 438 }], # 'arch == ppc64 and simulator_run == True' |
| 436 ] | 439 ] |
| OLD | NEW |