Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Unified Diff: test/cctest/cctest.status

Issue 965823002: Contribution of PowerPC port (continuation of 422063005) - currency (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ppc/macro-assembler-ppc.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
]
« no previous file with comments | « src/ppc/macro-assembler-ppc.cc ('k') | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698