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

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