From 56007290cad2db5a30af5b0d34ee235e9c8adc83 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 14 Jun 2018 09:09:56 -0400 Subject: 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 --- testsuite/tests/concurrent/should_run/T5611.stderr.mingw32 | 1 + 1 file changed, 1 insertion(+) create mode 100644 testsuite/tests/concurrent/should_run/T5611.stderr.mingw32 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 0000000000..c034e20430 --- /dev/null +++ b/testsuite/tests/concurrent/should_run/T5611.stderr.mingw32 @@ -0,0 +1 @@ +T5611: : commitBuffer: user error (Exception delivered successfully) -- cgit v1.2.1