summaryrefslogtreecommitdiff
path: root/debian/patches/0012-Skip-non-deterministic-test-causing-random-FTBFS-on-.patch
blob: 18ba0e177e03281a426beefa9a165899a1bf72e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Ruben Undheim <ruben.undheim@gmail.com>
Date: Tue, 4 Sep 2018 19:59:05 +0200
Subject: Skip non-deterministic test causing random FTBFS on some
 architectures

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 5c381ff..b169eb7 100644
--- a/Makefile
+++ b/Makefile
@@ -566,7 +566,7 @@ test: $(TARGETS) $(EXTRA_TARGETS)
 	+cd tests/simple && bash run-test.sh $(SEEDOPT)
 	+cd tests/hana && bash run-test.sh $(SEEDOPT)
 	+cd tests/asicworld && bash run-test.sh $(SEEDOPT)
-	+cd tests/realmath && bash run-test.sh $(SEEDOPT)
+	#+cd tests/realmath && bash run-test.sh $(SEEDOPT)
 	+cd tests/share && bash run-test.sh $(SEEDOPT)
 	+cd tests/fsm && bash run-test.sh $(SEEDOPT)
 	+cd tests/techmap && bash run-test.sh