summarylogtreecommitdiffstats
path: root/0002-Skip-Test-based-on-timeout.patch
diff options
context:
space:
mode:
authorManuel Wiesinger2024-03-30 11:38:34 +0000
committerManuel Wiesinger2024-03-30 18:14:59 +0100
commit076fcf2bdfbaf4b12274822be43e8bec16b22b11 (patch)
tree3a0a1c6d37cf04b6c535d2aa4f0e9ececc63d691 /0002-Skip-Test-based-on-timeout.patch
downloadaur-076fcf2bdfbaf4b12274822be43e8bec16b22b11.tar.gz
Bitwuzla initial commit
- Tested in clean chroot - Tested in action
Diffstat (limited to '0002-Skip-Test-based-on-timeout.patch')
-rw-r--r--0002-Skip-Test-based-on-timeout.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/0002-Skip-Test-based-on-timeout.patch b/0002-Skip-Test-based-on-timeout.patch
new file mode 100644
index 000000000000..46ad057ccd41
--- /dev/null
+++ b/0002-Skip-Test-based-on-timeout.patch
@@ -0,0 +1,12 @@
+diff --unified --recursive --text bitwuzla-0.4.0.orig/test/regress/meson.build bitwuzla-0.4.0/test/regress/meson.build
+--- bitwuzla-0.4.0.orig/test/regress/meson.build 2024-03-06 17:54:03.000000000 +0000
++++ bitwuzla-0.4.0/test/regress/meson.build 2024-03-30 12:48:22.907704008 +0000
+@@ -1393,7 +1393,7 @@
+ ['solver/process_term1.smt2'],
+ ['solver/process_term2.smt2'],
+ ['solver/time_limit_per1.smt2'],
+- ['solver/time_limit_per2.smt2'],
++# ['solver/time_limit_per2.smt2'],
+ ['solver/quant/duplicatelemma1.smt2'],
+ ['solver/quant/issue96.smt2'],
+ ['solver/quant/issue97.smt2'],