File: 0001-Disable-test-with-random-failures-on-GNU-Hurd.patch

package info (click to toggle)
nordugrid-arc 7.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 29,516 kB
  • sloc: cpp: 136,295; python: 12,444; perl: 12,313; php: 11,408; sh: 10,820; ansic: 3,295; makefile: 3,149; xml: 180; sql: 130; javascript: 53; sed: 30
file content (26 lines) | stat: -rw-r--r-- 744 bytes parent folder | download | duplicates (2)
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
From ae7d7471aca336caa137856ac133999851a7360b Mon Sep 17 00:00:00 2001
From: Mattias Ellert <mattias.ellert@physics.uu.se>
Date: Sun, 14 Apr 2024 07:59:21 +0200
Subject: [PATCH] Disable test with random failures on GNU/Hurd

---
 src/hed/libs/common/test/RunTest.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/hed/libs/common/test/RunTest.cpp b/src/hed/libs/common/test/RunTest.cpp
index e8f57578f..87a380e9e 100644
--- a/src/hed/libs/common/test/RunTest.cpp
+++ b/src/hed/libs/common/test/RunTest.cpp
@@ -19,7 +19,9 @@ class RunTest
   CPPUNIT_TEST_SUITE(RunTest);
   CPPUNIT_TEST(TestRun0);
   CPPUNIT_TEST(TestRun255);
+#ifndef __GNU__
   CPPUNIT_TEST(TestRunMany);
+#endif
   CPPUNIT_TEST_SUITE_END();
 
 public:
-- 
2.44.0