Codebase list getfem++ / 69ba5ec
Disable failing on mips64el test static_contact_gears Anton Gladky 6 years ago
1 changed file(s) with 19 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
11 Author: Anton Gladky <gladk@debian.org>
22 Last-Update: 2016-08-25
33
4 Index: getfem++-5.2+dfsg1/tests/Makefile.am
4 Index: getfem/tests/Makefile.am
55 ===================================================================
6 --- getfem++-5.2+dfsg1.orig/tests/Makefile.am
7 +++ getfem++-5.2+dfsg1/tests/Makefile.am
6 --- getfem.orig/tests/Makefile.am
7 +++ getfem/tests/Makefile.am
88 @@ -45,22 +45,15 @@ check_PROGRAMS = \
99 test_interpolated_fem \
1010 test_range_basis \
111111 geo_trans_inv.param \
112112 heat_equation.pl \
113113 heat_equation.param \
114 Index: getfem++-5.2+dfsg1/contrib/level_set_contact/Makefile.am
114 Index: getfem/contrib/level_set_contact/Makefile.am
115115 ===================================================================
116 --- getfem++-5.2+dfsg1.orig/contrib/level_set_contact/Makefile.am
117 +++ getfem++-5.2+dfsg1/contrib/level_set_contact/Makefile.am
116 --- getfem.orig/contrib/level_set_contact/Makefile.am
117 +++ getfem/contrib/level_set_contact/Makefile.am
118118 @@ -30,7 +30,7 @@ test_contact_SOURCES = contact_problem.c
119119 AM_CPPFLAGS = -I$(top_srcdir)/src -I../../src
120120 LDADD = ../../src/libgetfem.la -lm @SUPLDFLAGS@ @BOOST_LIBS@
124124
125125 EXTRA_DIST = \
126126 contact_problem.pl \
127 Index: getfem/contrib/static_contact_gears/Makefile.am
128 ===================================================================
129 --- getfem.orig/contrib/static_contact_gears/Makefile.am
130 +++ getfem/contrib/static_contact_gears/Makefile.am
131 @@ -32,7 +32,7 @@ static_contact_gears_u1_u2_SOURCES = sta
132 AM_CPPFLAGS = -I$(top_srcdir)/src -I../../src
133 LDADD = ../../src/libgetfem.la -lm @SUPLDFLAGS@ @BOOST_LIBS@
134
135 -TESTS = static_contact_gears.pl
136 +#TESTS = static_contact_gears.pl
137
138 EXTRA_DIST = \
139 gear1.msh \