[test-suite] r296630 - [PowerPC] Disable oggenc test case in testsuite

Bill Seurer via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 07:22:50 PST 2017


Author: seurer
Date: Wed Mar  1 09:22:49 2017
New Revision: 296630

URL: http://llvm.org/viewvc/llvm-project?rev=296630&view=rev
Log:
[PowerPC] Disable oggenc test case in testsuite

This test has problems running on powerpc starting with r295538 and should
be restored when the issue is corrected.

Modified:
    test-suite/trunk/MultiSource/Applications/Makefile

Modified: test-suite/trunk/MultiSource/Applications/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Applications/Makefile?rev=296630&r1=296629&r2=296630&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Applications/Makefile (original)
+++ test-suite/trunk/MultiSource/Applications/Makefile Wed Mar  1 09:22:49 2017
@@ -42,6 +42,12 @@ PARALLEL_DIRS := $(filter-out obsequi, $
 PARALLEL_DIRS := $(filter-out lemon, $(PARALLEL_DIRS))
 endif
 
+ifeq ($(ARCH),PowerPC)
+# This test has problems running on powerpc starting with r295538 and should
+# be restored when the issue is corrected.
+PARALLEL_DIRS := $(filter-out oggenc, $(PARALLEL_DIRS))
+endif
+
 ifdef BENCHMARKING_ONLY
 PARALLEL_DIRS := $(filter-out Burg, $(PARALLEL_DIRS))
 PARALLEL_DIRS := $(filter-out treecc, $(PARALLEL_DIRS))




More information about the llvm-commits mailing list