Blame SOURCES/0023-tests-Disable-t4100-dvh-test-for-now-1036093.patch

fc4a62
From 2b55a78efa8e11202c8c5b266bc6e80386487f4d Mon Sep 17 00:00:00 2001
fc4a62
From: "Brian C. Lane" <bcl@redhat.com>
fc4a62
Date: Wed, 22 Jan 2014 17:17:25 -0800
fc4a62
Subject: [PATCH] tests: Disable t4100-dvh test for now (#1036093)
fc4a62
fc4a62
This test is failing on ppc64, possibly because of a bug in the dvh
fc4a62
code.
fc4a62
fc4a62
* tests/Makefile.am: Move t4100-dvh- test to XFAIL
fc4a62
---
fc4a62
 tests/Makefile.am | 4 ++--
fc4a62
 1 file changed, 2 insertions(+), 2 deletions(-)
fc4a62
fc4a62
diff --git a/tests/Makefile.am b/tests/Makefile.am
fc4a62
index 98310f2..faa0f37 100644
fc4a62
--- a/tests/Makefile.am
fc4a62
+++ b/tests/Makefile.am
fc4a62
@@ -1,5 +1,6 @@
fc4a62
 XFAIL_TESTS = \
fc4a62
-  t3200-type-change.sh
fc4a62
+  t3200-type-change.sh \
fc4a62
+  t4100-dvh-partition-limits.sh
fc4a62
 
fc4a62
 TEST_EXTENSIONS = .sh
fc4a62
 SH_LOG_COMPILER = $(SHELL)
fc4a62
@@ -48,7 +49,6 @@ TESTS = \
fc4a62
   t4000-sun-raid-type.sh \
fc4a62
   t4001-sun-vtoc.sh \
fc4a62
   t4100-msdos-partition-limits.sh \
fc4a62
-  t4100-dvh-partition-limits.sh \
fc4a62
   t4100-msdos-starting-sector.sh \
fc4a62
   t4200-partprobe.sh \
fc4a62
   t4300-nilfs2-tiny.sh \
fc4a62
-- 
fc4a62
1.8.4.2
fc4a62