From 0c0f9ba974b3171c77e618882ac2a2681e0cedd7 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 22 Nov 2018 09:30:49 +0100 Subject: [PATCH] Windows: disabled tests --- testament/tester.nim | 2 +- tests/stdlib/tstreams.nim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/testament/tester.nim b/testament/tester.nim index 771fa3aa77..d8b3fcfcc1 100644 --- a/testament/tester.nim +++ b/testament/tester.nim @@ -74,7 +74,7 @@ proc getFileDir(filename: string): string = if not result.isAbsolute(): result = getCurrentDir() / result -proc execCmdEx2*(command: string, args: openarray[string], options: set[ProcessOption], input: string): tuple[ +proc execCmdEx2(command: string, args: openarray[string], options: set[ProcessOption], input: string): tuple[ output: TaintedString, exitCode: int] {.tags: [ExecIOEffect, ReadIOEffect, RootEffect], gcsafe.} = diff --git a/tests/stdlib/tstreams.nim b/tests/stdlib/tstreams.nim index 8a11a89f22..559824d859 100644 --- a/tests/stdlib/tstreams.nim +++ b/tests/stdlib/tstreams.nim @@ -7,6 +7,7 @@ fs is: nil threw exception ''' +disabled: "windows" """