| 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 'test-api/Float32Array' : [SKIP], | 390 'test-api/Float32Array' : [SKIP], |
| 391 'test-api/Float64Array' : [SKIP], | 391 'test-api/Float64Array' : [SKIP], |
| 392 'test-api/Regress2333' : [SKIP], | 392 'test-api/Regress2333' : [SKIP], |
| 393 'test-alloc/StressHandles' : [SKIP], | 393 'test-alloc/StressHandles' : [SKIP], |
| 394 'test-alloc/StressJS' : [SKIP], | 394 'test-alloc/StressJS' : [SKIP], |
| 395 'test-accessors/HandleScopePop' : [SKIP], | 395 'test-accessors/HandleScopePop' : [SKIP], |
| 396 'test-accessors/Gc' : [SKIP], | 396 'test-accessors/Gc' : [SKIP], |
| 397 | 397 |
| 398 }], # 'arch == nacl_ia32 or arch == nacl_x64' | 398 }], # 'arch == nacl_ia32 or arch == nacl_x64' |
| 399 | 399 |
| 400 ['arch == ppc64', { | |
| 401 #issue 2857 | |
| 402 'test-log/EquivalenceOfLoggingAndTraversal' : [SKIP], | |
| 403 #test has assumption that does not hold for larger PPC page sizes | |
| 404 'test-heap/FirstPageFitsStartup' : [SKIP], | |
| 405 }], # 'arch == ppc64' | |
| 406 | |
| 407 ############################################################################## | 400 ############################################################################## |
| 408 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 401 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 409 | 402 |
| 410 # Pass but take too long with the simulator. | 403 # Pass but take too long with the simulator. |
| 411 'test-api/Threading1': [SKIP], | 404 'test-api/Threading1': [PASS, SLOW], |
| 412 'test-api/Threading2': [SKIP], | 405 'test-api/Threading2': [PASS, SLOW], |
| 413 'test-api/ExternalArrays': [SKIP], | 406 'test-api/ExternalArrays': [PASS, SLOW], |
| 414 | 407 |
| 415 }], # 'arch == ppc64 and simulator_run == True' | 408 }], # 'arch == ppc64 and simulator_run == True' |
| 416 ] | 409 ] |
| OLD | NEW |