Taking existing tests and simply recompiling them use Delphi 11.2 causes I/O Error 105 errors.
It looks like no matter what the tests are compiled with, the WindowsConloseWriter sets Self.RedirectedStdOut to be true.
Even if the actual console logger is not set, then the final call to System.Write in the project - System.Write('Done.. press <Enter> key to quit.'); still causes the exception.
It looks like the call to GetConsoleMode always returns false, setting the RedirectedStdout flag.
It might be something in the tests that is causing this, but I don't understand why it works in 10.2 and not in 11.2