[commit: packages/Win32] depend-os-windows, fix-appveyor-curl-ussue, master, win32-2.5.4.1-ghc-8.2: PokeTZI: Ignore stdout (#74) (2ffd9a1)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:28:32 UTC 2017
Repository : ssh://git@git.haskell.org/Win32
On branches: depend-os-windows,fix-appveyor-curl-ussue,master,win32-2.5.4.1-ghc-8.2
Link : http://git.haskell.org/packages/Win32.git/commitdiff/2ffd9a14270ef0be81f7abf65027cc48846cdf4c
>---------------------------------------------------------------
commit 2ffd9a14270ef0be81f7abf65027cc48846cdf4c
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Feb 8 23:29:03 2017 +0000
PokeTZI: Ignore stdout (#74)
The output of this test is timezone dependent and it already asserts
that the result is reasonable.
>---------------------------------------------------------------
2ffd9a14270ef0be81f7abf65027cc48846cdf4c
tests/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/all.T b/tests/all.T
index 93531ae..3a1b41b 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -6,5 +6,5 @@ test('helloworld', skip, compile_and_run, ['-package lang -package win32'])
test('lasterror', normal, compile_and_run, ['-package Win32'])
test('T4452', normal, compile_and_run, ['-package Win32'])
-test('PokeTZI', normal, compile_and_run, ['-package Win32'])
+test('PokeTZI', ignore_stdout, compile_and_run, ['-package Win32'])
test('HandleConversion', normal, compile_and_run, ['-package Win32'])
More information about the ghc-commits
mailing list