From c25576b61211139cd0fcc2a37ce36787c14bc562 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Dec 12 2016 08:51:54 +0000 Subject: Disable tests on arm, enable tests on aarch64 power64 x86_64. The tests now time out on arm. The 3 other arch bugs are claimed to be fixed, so let's try enabling the tests on those. --- diff --git a/libguestfs.spec b/libguestfs.spec index 03f7dec..1920cda 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -13,11 +13,9 @@ # # Currently the basic sanity check is *broken* on: # -# aarch64: https://bugzilla.redhat.com/show_bug.cgi?id=1382318 +# arm: times out when running the test # i686: constantly broken, so I have disabled it, probably forever -# power64: https://bugzilla.redhat.com/show_bug.cgi?id=1293024 -# x86_64: https://bugzilla.redhat.com/show_bug.cgi?id=1383451 -%global test_arches %{arm} +%global test_arches aarch64 %{power64} x86_64 # Trim older changelog entries. # https://lists.fedoraproject.org/pipermail/devel/2013-April/thread.html#181627