testsuite: Remove reqlib modifier
The reqlib modifer was supposed to indicate that a test needed a certain library in order to work. If the library happened to be installed then the test would run as normal. However, CI has never run these tests as the packages have not been installed and we don't want out tests to depend on things which might get externally broken by updating the compiler. The new strategy is to run these tests in head.hackage, where the tests have been cabalised as well as possible. Some tests couldn't be transferred into the normal style testsuite but it's better than never running any of the reqlib tests. head.hackage!169 A few submodules also had reqlib tests and have been updated to remove it. Closes #16264 #20032 #17764 #16561
Showing
- libraries/base/tests/Concurrent/Chan001.hs 0 additions, 109 deletionslibraries/base/tests/Concurrent/Chan001.hs
- libraries/base/tests/Concurrent/Chan001.stdout 0 additions, 3 deletionslibraries/base/tests/Concurrent/Chan001.stdout
- libraries/base/tests/Concurrent/MVar001.hs 0 additions, 148 deletionslibraries/base/tests/Concurrent/MVar001.hs
- libraries/base/tests/Concurrent/MVar001.stdout 0 additions, 6 deletionslibraries/base/tests/Concurrent/MVar001.stdout
- libraries/base/tests/Concurrent/all.T 0 additions, 4 deletionslibraries/base/tests/Concurrent/all.T
- libraries/base/tests/IO/all.T 0 additions, 3 deletionslibraries/base/tests/IO/all.T
- libraries/base/tests/IO/concio002.hs 0 additions, 14 deletionslibraries/base/tests/IO/concio002.hs
- libraries/base/tests/IO/concio002.stdout 0 additions, 4 deletionslibraries/base/tests/IO/concio002.stdout
- libraries/base/tests/IO/hClose003.hs 0 additions, 42 deletionslibraries/base/tests/IO/hClose003.hs
- libraries/base/tests/IO/hClose003.stdout 0 additions, 4 deletionslibraries/base/tests/IO/hClose003.stdout
- libraries/base/tests/all.T 0 additions, 3 deletionslibraries/base/tests/all.T
- libraries/base/tests/hWaitForInput-accurate-pipe.hs 0 additions, 23 deletionslibraries/base/tests/hWaitForInput-accurate-pipe.hs
- libraries/base/tests/hWaitForInput-accurate-pipe.stdout 0 additions, 1 deletionlibraries/base/tests/hWaitForInput-accurate-pipe.stdout
- libraries/base/tests/hWaitForInput-accurate-socket.hs 0 additions, 48 deletionslibraries/base/tests/hWaitForInput-accurate-socket.hs
- libraries/base/tests/hWaitForInput-accurate-socket.stdout 0 additions, 1 deletionlibraries/base/tests/hWaitForInput-accurate-socket.stdout
- libraries/base/tests/rand001.hs 0 additions, 22 deletionslibraries/base/tests/rand001.hs
- libraries/base/tests/rand001.stdout 0 additions, 5 deletionslibraries/base/tests/rand001.stdout
- libraries/ghc-compact/tests/all.T 0 additions, 1 deletionlibraries/ghc-compact/tests/all.T
- libraries/hpc 1 addition, 1 deletionlibraries/hpc
- libraries/process 1 addition, 1 deletionlibraries/process
Loading
Please register or sign in to comment