[PATCH] msvcrt: Fix fscanf return when EOF is immediately after an end of line.
Piotr Caban
piotr.caban at gmail.com
Mon Oct 21 12:25:41 CDT 2019
On 10/21/19 7:17 PM, Erich E. Hoover wrote:
> On Mon, Oct 21, 2019 at 10:29 AM Francois Gouget
> <fgouget at codeweavers.com> wrote:
>> On Mon, 21 Oct 2019, Marvin wrote:
>>> ...
>>> https://testbot.winehq.org/JobDetails.pl?Key=58117
>>
>> The reason for these errors is that Windows fails to start the
>> executable because it cannot find microsoft.vc80.crt.
>> ...
>
> So, what you're saying is that the reason we don't have tests before
> msvcr90 is that not all the testbots can run them. That makes sense,
> thanks!
It was only an explanation why the tests didn't run. If it's added
properly the tests will be skipped (based on tested dll name).
There's no reason to not add tests for msvcr80. On the other hand it's
probably only useful to document differences between versions.
Thanks,
Piotr
More information about the wine-devel
mailing list