| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 1b43b931168eec50739ce5e785c919ed6d856975..8f4cfbb34442a404d38148be27f1b9d60c08cf54 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -401,5 +401,20 @@
|
| ['arch == ppc64', {
|
| #issue 2857
|
| 'test-log/EquivalenceOfLoggingAndTraversal' : [SKIP],
|
| + #test has assumption that does not hold for larger PPC page sizes
|
| + 'test-heap/FirstPageFitsStartup' : [SKIP],
|
| }], # 'arch == ppc64'
|
| +
|
| +##############################################################################
|
| +['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == True', {
|
| +
|
| + # Pass but take too long with the simulator.
|
| + 'test-api/Threading1': [SKIP],
|
| + 'test-api/Threading2': [SKIP],
|
| + 'test-api/ExternalArrays': [SKIP],
|
| +
|
| + # isses to be investigated
|
| + 'test-run-machops/RunWord64EqualInBranchP': [SKIP],
|
| +
|
| +}], # 'arch == ppc64 and simulator_run == True'
|
| ]
|
|
|