[commit: ghc] master: testsuite: Add Windows-specific output for T5611 (5600729)
git at git.haskell.org
git at git.haskell.org
Thu Jun 14 14:04:44 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/56007290cad2db5a30af5b0d34ee235e9c8adc83/ghc
>---------------------------------------------------------------
commit 56007290cad2db5a30af5b0d34ee235e9c8adc83
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Thu Jun 14 09:09:56 2018 -0400
testsuite: Add Windows-specific output for T5611
It's not entirely clear why this is necessary, but this currently fails
on Windows and the difference seems rather minor.
Test Plan: Validate on Windows
Reviewers: Phyx
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4842
>---------------------------------------------------------------
56007290cad2db5a30af5b0d34ee235e9c8adc83
testsuite/tests/concurrent/should_run/T5611.stderr.mingw32 | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/tests/concurrent/should_run/T5611.stderr.mingw32 b/testsuite/tests/concurrent/should_run/T5611.stderr.mingw32
new file mode 100644
index 0000000..c034e20
--- /dev/null
+++ b/testsuite/tests/concurrent/should_run/T5611.stderr.mingw32
@@ -0,0 +1 @@
+T5611: <stdout>: commitBuffer: user error (Exception delivered successfully)
More information about the ghc-commits
mailing list