summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorLeorize <leorize+oss@disroot.org>2019-10-03 18:36:18 +0200
committernarimiran <narimiran@disroot.org>2019-10-03 18:36:18 +0200
commit73c8391fd3f1f8b789348548f33b2d0ee52c6a75 (patch)
tree43eb5db780a152ed64f3a57af8b21b881f8adb7e /tests
parentacebcd7899bf497588b509bf0524368cf7323240 (diff)
downloadNim-73c8391fd3f1f8b789348548f33b2d0ee52c6a75.tar.gz
azure: disable failing tests
Diffstat (limited to 'tests')
-rw-r--r--tests/async/tasyncclosestall.nim1
-rw-r--r--tests/float/tfloatrange.nim9
-rw-r--r--tests/stdlib/thttpclient.nim3
-rw-r--r--tests/system/t7894.nim5
4 files changed, 8 insertions, 10 deletions
diff --git a/tests/async/tasyncclosestall.nim b/tests/async/tasyncclosestall.nim
index e10e23074..bf3035819 100644
--- a/tests/async/tasyncclosestall.nim
+++ b/tests/async/tasyncclosestall.nim
@@ -1,4 +1,5 @@
 discard """
+  disabled: "windows"
   outputsub: "send has errored. As expected. All good!"
   exitcode: 0
 """
diff --git a/tests/float/tfloatrange.nim b/tests/float/tfloatrange.nim
index e8ea1912e..d345166f4 100644
--- a/tests/float/tfloatrange.nim
+++ b/tests/float/tfloatrange.nim
@@ -1,5 +1,6 @@
 discard """
   cmd: "nim c -d:release --rangeChecks:on $file"
+  disabled: "windows"
   output: '''StrictPositiveRange
 float
 range fail expected
@@ -33,11 +34,11 @@ try:
   myoverload(StrictPositive(z))
 except:
   echo "range fail expected"
-  
-  
+
+
 proc strictOnlyProc(x: StrictPositive): bool =
   if x > 1.0: true else: false
-  
+
 let x2 = 5.0.Positive
 doAssert(strictOnlyProc(x2))
 
@@ -46,4 +47,4 @@ try:
   discard strictOnlyProc(x4)
 except:
   echo "range fail expected"
-  
\ No newline at end of file
+
diff --git a/tests/stdlib/thttpclient.nim b/tests/stdlib/thttpclient.nim
index 33335ea46..66fc123e3 100644
--- a/tests/stdlib/thttpclient.nim
+++ b/tests/stdlib/thttpclient.nim
@@ -2,8 +2,7 @@ discard """
   cmd: "nim c --threads:on -d:ssl $file"
   exitcode: 0
   output: "OK"
-  disabled: "travis"
-  disabled: "appveyor"
+  disabled: true
 """
 
 import strutils
diff --git a/tests/system/t7894.nim b/tests/system/t7894.nim
index 36711501e..60dbe86cb 100644
--- a/tests/system/t7894.nim
+++ b/tests/system/t7894.nim
@@ -1,8 +1,5 @@
 discard """
-disabled: "travis"
-disabled: "appveyor"
-joinable: false
-disabled: 32bit
+disabled: true
 """
 
 # CI integration servers are out of memory for this test