Index: test/cctest/cctest.status |
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
index 57ed1aff8d6404b13794e5bd1bd0d409e33c062e..d6228bca108358f3d4655d27a44aa22a7dec3999 100644 |
--- a/test/cctest/cctest.status |
+++ b/test/cctest/cctest.status |
@@ -397,20 +397,13 @@ |
}], # 'arch == nacl_ia32 or arch == nacl_x64' |
-['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], |
+ 'test-api/Threading1': [PASS, SLOW], |
+ 'test-api/Threading2': [PASS, SLOW], |
+ 'test-api/ExternalArrays': [PASS, SLOW], |
}], # 'arch == ppc64 and simulator_run == True' |
] |