aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorLasse Blaauwbroek2020-11-22 11:25:04 +0100
committerLasse Blaauwbroek2021-03-04 20:43:02 +0100
commit2da1eef317464036e3a122368508a5f3e4d21f6d (patch)
tree04bc3fb8788dbfe85f353a4ef72eaea70b1cc6ab /test-suite
parentbb4e1a76802a5440605264320ed528331ec0e2b7 (diff)
Properly support nested timeouts
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_13586.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_13586.v b/test-suite/bugs/closed/bug_13586.v
new file mode 100644
index 0000000000..6a739c364a
--- /dev/null
+++ b/test-suite/bugs/closed/bug_13586.v
@@ -0,0 +1,6 @@
+Goal True.
+Fail timeout 2 ((timeout 1 repeat cut True) || (repeat cut True)).
+Fail Timeout 2 ((timeout 1 repeat cut True) || (repeat cut True)).
+Fail timeout 1 ((timeout 2 repeat cut True) || idtac "fail").
+auto.
+Qed.