]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- disable backtrace-native-biarch test on x32: auto/th/elfutils-0.164-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Oct 2015 18:47:47 +0000 (20:47 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 24 Oct 2015 18:47:47 +0000 (20:47 +0200)
  64-bit process space is not directly accessible from 32-bit processes

elfutils.spec

index b731be39361689c847c1bc439440e2e79bac9ada..989bc0d2ffe30a8fcb1580f9a34929ca92ad877d 100644 (file)
@@ -145,7 +145,9 @@ programowalny interfejs asemblera.
 %{__rm} po/stamp-po
 
 # temporarily disable failing tests (depending or arch)
-#%{__sed} -i -e 's/run-elflint-self.sh//' tests/Makefile.am
+%ifarch x32
+%{__sed} -i -e 's/run-backtrace-native-biarch.sh//' tests/Makefile.am
+%endif
 
 %build
 #%%{__gettextize}
This page took 0.255408 seconds and 4 git commands to generate.