aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/patchutils-xfail-gendiff-tests.patch
blob: b2e77d22f2c0d829b9a765f77e07366972fe13c5 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
The gendiff1 and gendiff2 tests need the gendiff script that's distributed
with the rpm package management tool.  Without that script, these tests are
expected to fail.

Need to mark one of the tests as PHONY to get permissions set correctly on
built scripts.

--- a/Makefile.in	2011-02-10 09:44:43.000000000 -0600
+++ b/Makefile.in	2014-03-06 17:27:55.610048953 -0600
@@ -378,6 +378,8 @@
 # These ones don't work yet.
 # Feel free to send me patches. :-)
 XFAIL_TESTS = \
+	tests/gendiff1/run-test \
+	tests/gendiff2/run-test \
 	tests/delhunk5/run-test \
 	tests/delhunk6/run-test
 
@@ -1106,6 +1108,7 @@
 	rm -f $(DESTDIR)$(bindir)/"`echo lsdiff|sed '$(transform)'`"
 	rm -f $(DESTDIR)$(bindir)/"`echo grepdiff|sed '$(transform)'`"
 
+.PHONY: tests/combine1/run-test
 tests/combine1/run-test: src/combinediff$(EXEEXT) src/flipdiff$(EXEEXT) \
 		src/lsdiff$(EXEEXT) src/grepdiff$(EXEEXT)
 	for script in $(bin_SCRIPTS); do \
an>Ludovic Courtès 2019-04-17self: Remove unused variable....Ludovic Courtès 2019-03-26build-self: Disable position recording....Ludovic Courtès 2019-02-11Avoid name clash with 'build' from (guix store) and (guix status)....Ludovic Courtès 2019-02-04daemon: Add "/guix" to default 'nixLibexecDir'....Ludovic Courtès 2019-02-04daemon: Remove the 'NIX_SUBSTITUTERS' environment variable....Ludovic Courtès 2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables....Ludovic Courtès 2019-01-21store: Rename '&nix-error' to '&store-error'....Ludovic Courtès 2019-01-21build-self: Execute trampoline in a clean environment....Ludovic Courtès 2019-01-11status: Add 'with-status-verbosity'....Ludovic Courtès 2019-01-08build-self: Spin only on TTYs....Ludovic Courtès 2019-01-06hydra: Compute jobs in an inferior....Ludovic Courtès 2019-01-06hydra: evaluate: Add the checkout to the store....Ludovic Courtès 2019-01-06hydra: Move job definitions to (gnu ci)....Ludovic Courtès 2019-01-06build-self: Don't clobber the output port....Ludovic Courtès 2018-12-29hydra: Use short timeouts for the QEMU jobs and system tests....Ludovic Courtès