File: remove_unstable_tests.patch

package info (click to toggle)
p4est 2.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,536 kB
  • sloc: ansic: 87,528; makefile: 855; sh: 635; perl: 272; python: 226; awk: 40; javascript: 23
file content (58 lines) | stat: -rw-r--r-- 2,915 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Description: Remove unstable tests failing on s390x
Author: Matthias Maier <tamiko+DEBIAN@kyomu.43-1.org>
Last-Update: 2023-08-15

Index: p4est/test/Makefile.am
===================================================================
--- p4est.orig/test/Makefile.am
+++ p4est/test/Makefile.am
@@ -9,7 +9,7 @@ p4est_test_programs += \
         test/p4est_test_comm test/p4est_test_hash \
         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_balance_type \
         test/p4est_test_order \
         test/p4est_test_load test/p4est_test_ghost \
         test/p4est_test_mesh_bijective test/p4est_test_conn_transformation \
@@ -33,7 +33,7 @@ if P4EST_ENABLE_BUILD_3D
 p4est_test_programs += \
         test/p8est_test_quadrants test/p8est_test_balance \
         test/p8est_test_partition test/p8est_test_coarsen \
-        test/p8est_test_valid test/p8est_test_balance_type \
+        test/p8est_test_balance_type \
         test/p8est_test_face_transform test/p8est_test_edge_face_corners \
         test/p8est_test_periodic \
         test/p8est_test_load test/p8est_test_ghost \
@@ -76,7 +76,6 @@ test_p4est_test_balance_SOURCES = test/t
 test_p4est_test_partition_SOURCES = test/test_partition2.c
 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_load_SOURCES = test/test_load2.c
 test_p4est_test_ghost_SOURCES = test/test_ghost2.c
@@ -112,7 +111,6 @@ test_p8est_test_quadrants_SOURCES = test
 test_p8est_test_balance_SOURCES = test/test_balance3.c
 test_p8est_test_partition_SOURCES = test/test_partition3.c
 test_p8est_test_coarsen_SOURCES = test/test_coarsen3.c
-test_p8est_test_valid_SOURCES = test/test_valid3.c
 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
@@ -163,7 +161,6 @@ LINT_CSOURCES += \
         $(test_p4est_test_partition_SOURCES) \
         $(test_p4est_test_order_SOURCES) \
         $(test_p4est_test_coarsen_SOURCES) \
-        $(test_p4est_test_valid_SOURCES) \
         $(test_p4est_test_balance_type_SOURCES) \
         $(test_p4est_test_load_SOURCES) \
         $(test_p4est_test_ghost_SOURCES) \
@@ -190,7 +187,6 @@ LINT_CSOURCES += \
         $(test_p8est_test_balance_SOURCES) \
         $(test_p8est_test_partition_SOURCES) \
         $(test_p8est_test_coarsen_SOURCES) \
-        $(test_p8est_test_valid_SOURCES) \
         $(test_p8est_test_balance_type_SOURCES) \
         $(test_p8est_test_face_transform_SOURCES) \
         $(test_p8est_test_edge_face_corners_SOURCES) \