[p4est] 04/04: remove failing loadsave tests
Matthias Maier
tamiko-guest at moszumanska.debian.org
Tue Nov 15 21:06:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
tamiko-guest pushed a commit to branch master
in repository p4est.
commit b300d2fb29e526b13d45b39b5b64ed12352936da
Author: Matthias Maier <tamiko+DEBIAN at kyomu.43-1.org>
Date: Tue Nov 15 20:49:24 2016 +0000
remove failing loadsave tests
---
debian/patches/remove_loadsave_tests.patch | 54 ++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 55 insertions(+)
diff --git a/debian/patches/remove_loadsave_tests.patch b/debian/patches/remove_loadsave_tests.patch
new file mode 100644
index 0000000..58c9dee
--- /dev/null
+++ b/debian/patches/remove_loadsave_tests.patch
@@ -0,0 +1,54 @@
+diff --git a/test/Makefile.am b/test/Makefile.am
+index afcb9ba..803655d 100644
+--- a/test/Makefile.am
++++ b/test/Makefile.am
+@@ -10,7 +10,7 @@ p4est_test_programs += \
+ test/p4est_test_quadrants test/p4est_test_balance \
+ test/p4est_test_partition test/p4est_test_coarsen \
+ test/p4est_test_valid test/p4est_test_balance_type \
+- test/p4est_test_loadsave test/p4est_test_order \
++ test/p4est_test_order \
+ test/p4est_test_load test/p4est_test_ghost \
+ test/p4est_test_conn_transformation \
+ test/p4est_test_iterate test/p4est_test_lnodes \
+@@ -33,7 +33,7 @@ p4est_test_programs += \
+ test/p8est_test_partition test/p8est_test_coarsen \
+ test/p8est_test_valid test/p8est_test_balance_type \
+ test/p8est_test_face_transform test/p8est_test_edge_face_corners \
+- test/p8est_test_periodic test/p8est_test_loadsave \
++ test/p8est_test_periodic \
+ test/p8est_test_load test/p8est_test_ghost \
+ test/p8est_test_conn_transformation \
+ test/p8est_test_iterate test/p8est_test_lnodes \
+@@ -74,7 +74,6 @@ test_p4est_test_order_SOURCES = test/test_order.c
+ test_p4est_test_coarsen_SOURCES = test/test_coarsen2.c
+ test_p4est_test_valid_SOURCES = test/test_valid2.c
+ test_p4est_test_balance_type_SOURCES = test/test_balance_type2.c
+-test_p4est_test_loadsave_SOURCES = test/test_loadsave2.c
+ test_p4est_test_load_SOURCES = test/test_load2.c
+ test_p4est_test_ghost_SOURCES = test/test_ghost2.c
+ test_p4est_test_conn_transformation_SOURCES = test/test_conn_transformation2.c
+@@ -111,7 +110,6 @@ test_p8est_test_balance_type_SOURCES = test/test_balance_type3.c
+ test_p8est_test_face_transform_SOURCES = test/test_face_transform3.c
+ test_p8est_test_edge_face_corners_SOURCES = test/test_edge_face_corners3.c
+ test_p8est_test_periodic_SOURCES = test/test_periodic3.c
+-test_p8est_test_loadsave_SOURCES = test/test_loadsave3.c
+ test_p8est_test_load_SOURCES = test/test_load3.c
+ test_p8est_test_ghost_SOURCES = test/test_ghost3.c
+ test_p8est_test_conn_transformation_SOURCES = test/test_conn_transformation3.c
+@@ -157,7 +155,6 @@ LINT_CSOURCES += \
+ $(test_p4est_test_coarsen_SOURCES) \
+ $(test_p4est_test_valid_SOURCES) \
+ $(test_p4est_test_balance_type_SOURCES) \
+- $(test_p4est_test_loadsave_SOURCES) \
+ $(test_p4est_test_load_SOURCES) \
+ $(test_p4est_test_ghost_SOURCES) \
+ $(test_p4est_test_conn_transformation_SOURCES) \
+@@ -185,7 +182,6 @@ LINT_CSOURCES += \
+ $(test_p8est_test_face_transform_SOURCES) \
+ $(test_p8est_test_edge_face_corners_SOURCES) \
+ $(test_p8est_test_periodic_SOURCES) \
+- $(test_p8est_test_loadsave_SOURCES) \
+ $(test_p8est_test_load_SOURCES) \
+ $(test_p8est_test_ghost_SOURCES) \
+ $(test_p8est_test_conn_transformation_SOURCES) \
diff --git a/debian/patches/series b/debian/patches/series
index 6bb7f88..4ddc620 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
do_not_declare_library_dirty.patch
do_not_export_arch_dependent_config_h.patch
+remove_loadsave_tests.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/p4est.git
More information about the debian-science-commits
mailing list