File: 10_disable_some_tests.patch

package info (click to toggle)
yade 2023.02a-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 31,732 kB
  • sloc: cpp: 87,798; python: 48,852; sh: 512; makefile: 162
file content (17 lines) | stat: -rw-r--r-- 880 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Disable some patches
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2021-11-09

Index: yade/scripts/checks-and-tests/checks/checkList.py
===================================================================
--- yade.orig/scripts/checks-and-tests/checks/checkList.py
+++ yade/scripts/checks-and-tests/checks/checkList.py
@@ -29,7 +29,7 @@ singleCore = [
 slowScripts = ['checkClumpHopper.py', 'checkMPISilo.py', 'colliderTorture.py', 'checkFlipSpheres.py']
 
 # checkSpawn.py fails always for now, needs investigations
-skipScripts = ['checkList.py']
+skipScripts = ['checkList.py', 'checkMPISilo.py','checkJCFpm.py','DEM-PFV-check.py','checkMPYcomm.py', 'checkMPI4PYcomm.py', 'checkMPI.py', 'checkPolyhedraCrush.py', 'checkCapillaryEngineStandalone.py']
 # use this if you want to test only one script, it takes precedence over skipScripts.
 onlyOneScript = []