File: skip_failing_tests.patch

package info (click to toggle)
scotch 7.0.10-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 24,984 kB
  • sloc: ansic: 89,593; makefile: 4,709; fortran: 2,536; yacc: 642; sh: 260; lex: 259
file content (15 lines) | stat: -rw-r--r-- 658 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: scotch/src/check/CMakeLists.txt
===================================================================
--- scotch.orig/src/check/CMakeLists.txt	2025-09-01 03:44:59.463460732 +0200
+++ scotch/src/check/CMakeLists.txt	2025-09-01 03:44:59.458063292 +0200
@@ -582,8 +582,10 @@
   set_tests_properties(mord_${mmk_msh} PROPERTIES FIXTURES_REQUIRED MMK_MESHES)
 endforeach()
 
+if(NOT SKIP_FLAKEY_TESTS)
 add_test(NAME mord_ship001 COMMAND ${BASH} -c "'$<TARGET_FILE:mord>' ${dat}/ship001.msh | '$<TARGET_FILE:gotst>' ship001.grf")
 set_tests_properties(mord_ship001 PROPERTIES FIXTURES_REQUIRED GMK_GRAPHS)
+endif(NOT SKIP_FLAKEY_TESTS)
 
 # check_prog_gmap