summary refs log tree commit diff stats
path: root/tests/threads
diff options
context:
space:
mode:
authorEugene Kabanov <ka@hardcore.kiev.ua>2017-03-20 21:20:26 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-03-20 20:20:26 +0100
commit8310d252c27219f97980aff501b6ddd6de16eab2 (patch)
tree8cfcc3aee03a410c74274548e869365414d2876a /tests/threads
parent2d0ee2c8abcfa45987c8e918298d2e991ffd7454 (diff)
downloadNim-8310d252c27219f97980aff501b6ddd6de16eab2.tar.gz
Update testament to include all tests from tests/threads category. (#5576)
Diffstat (limited to 'tests/threads')
-rw-r--r--tests/threads/trecursive_actor.nim1
-rw-r--r--tests/threads/tthreadanalysis.nim1
-rw-r--r--tests/threads/ttryrecv.nim1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/threads/trecursive_actor.nim b/tests/threads/trecursive_actor.nim
index e2774704c..d7072aa53 100644
--- a/tests/threads/trecursive_actor.nim
+++ b/tests/threads/trecursive_actor.nim
@@ -1,4 +1,5 @@
 discard """
+  disabled: yes
   outputsub: "0"
 """
 
diff --git a/tests/threads/tthreadanalysis.nim b/tests/threads/tthreadanalysis.nim
index a6a847a0a..5b0b666ac 100644
--- a/tests/threads/tthreadanalysis.nim
+++ b/tests/threads/tthreadanalysis.nim
@@ -1,4 +1,5 @@
 discard """
+  disabled: yes
   outputsub: "101"
   errormsg: "'threadFunc' is not GC-safe"
   line: 39
diff --git a/tests/threads/ttryrecv.nim b/tests/threads/ttryrecv.nim
index 4a98e6c27..5ef1a3c10 100644
--- a/tests/threads/ttryrecv.nim
+++ b/tests/threads/ttryrecv.nim
@@ -1,4 +1,5 @@
 discard """
+  disabled: yes
   outputsub: "channel is empty"
 """