summaryrefslogtreecommitdiff
path: root/libraries/base/tests/tempfiles.stdout-mingw32
Commit message (Collapse)AuthorAgeFilesLines
* winio: Fix expected tempfiles output.Andreas Klebinger2020-07-151-12/+0
| | | | | Tempfiles now works properly on windows, as such we can delete the win32 specific output.
* Clean up Windows testsuite failuresTamar Christina2018-05-281-0/+12
Summary: Another round and attempt at getting these down to 0. We really should re-enable the CI and not wait for those cloud based ones. I've disabled the backpack tests on windows as they are too broad, they test as much the shell as they do the compiler. The perf tests have been too long to track down. but the numbers are horrible but I don't see them getting fixed so just have to accept them. T9293 has new windows specific output because a Dyn way only flag was added. This will of course not work on non-Dyn way builds. Test Plan: ./validate Reviewers: bgamari, hvr, simonmar Reviewed By: bgamari Subscribers: rwbarton, thomie, carter GHC Trac Issues: #15107 Differential Revision: https://phabricator.haskell.org/D4668