fix up tests for Windows
threadDelay is not interruptible on Windows with the threaded RTS. Work around it in conc014, conc015 and conc017, and add a new test for this specific failure, and mark it as an expected failure for the relevant cases.
Showing
- testsuite/tests/ghc-regress/concurrent/should_run/all.T 8 additions, 0 deletionstestsuite/tests/ghc-regress/concurrent/should_run/all.T
- testsuite/tests/ghc-regress/concurrent/should_run/conc014.hs 8 additions, 1 deletiontestsuite/tests/ghc-regress/concurrent/should_run/conc014.hs
- testsuite/tests/ghc-regress/concurrent/should_run/conc015.hs 8 additions, 1 deletiontestsuite/tests/ghc-regress/concurrent/should_run/conc015.hs
- testsuite/tests/ghc-regress/concurrent/should_run/conc017.hs 8 additions, 1 deletiontestsuite/tests/ghc-regress/concurrent/should_run/conc017.hs
- testsuite/tests/ghc-regress/concurrent/should_run/conc058.hs 13 additions, 0 deletionstestsuite/tests/ghc-regress/concurrent/should_run/conc058.hs
- testsuite/tests/ghc-regress/concurrent/should_run/conc058.stderr 1 addition, 0 deletions...te/tests/ghc-regress/concurrent/should_run/conc058.stderr
Please register or sign in to comment