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

Unified Diff: test/cctest/cctest.status

Issue 1055183002: PPC: exclude test for AIX due to issue 2857 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | 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 99f699071245e30a50e760c0c8acffb5d2678d1c..66408914b30d55251a5e95d2c1bcc75d1c73697d 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -394,6 +394,14 @@
}], # 'arch == nacl_ia32 or arch == nacl_x64'
##############################################################################
+['system == aix and arch == ppc64', {
+
+ # BUG 2857
+ 'test-log/EquivalenceOfLoggingAndTraversal' : [SKIP],
+
+}], # 'system == aix and arch == ppc64'
+
+##############################################################################
['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == True', {
# Pass but take too long with the simulator.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698