diff options
Diffstat (limited to 'main/libunwind/10-disable-tests.patch')
-rw-r--r-- | main/libunwind/10-disable-tests.patch | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/main/libunwind/10-disable-tests.patch b/main/libunwind/10-disable-tests.patch index b7b3240add..d353cb1e9d 100644 --- a/main/libunwind/10-disable-tests.patch +++ b/main/libunwind/10-disable-tests.patch @@ -1,11 +1,14 @@ +These tests are known to fail, so disable them. It's not problem just on +Alpine, Julia also disabled libunwind tests in their Makefile. + --- a/Makefile.in +++ b/Makefile.in -@@ -313,7 +313,7 @@ - $(am__append_7) $(am__append_8) $(am__append_9) \ - $(am__append_10) - nodist_include_HEADERS = include/libunwind-common.h --SUBDIRS = src tests doc -+SUBDIRS = src doc - noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \ - include/compiler.h include/libunwind_i.h include/mempool.h \ - include/remote.h \ +@@ -218,7 +218,7 @@ + ETAGS = etags + CTAGS = ctags + CSCOPE = cscope +-DIST_SUBDIRS = src tests doc ++DIST_SUBDIRS = src doc + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) |