|
From: Jan N. <jan...@gm...> - 2018-10-18 06:50:32
|
With this commit:
<https://core.tcl.tk/tcl/info/5fbb107638379d35>
all of those 5 test failures for Tcl should be fixed new.
The reason:
set major [string index $tcl_platform(osVersion) 0]
This gives "1" on Windows 10, not the expected "10" ;-)
Op za 13 okt. 2018 om 15:39 schreef Eric Boudaillier
<eri...@gm...>:
>
> Hi, here are my test results on Win10 1803, compiled with Visual Studio 2010 using (great work done by) APN makefiles
>
> 5 failures for Tcl.
> 0 failures for Tk.
>
> Eric
>
> Le ven. 12 oct. 2018 à 22:51, Francois Vogel <fvo...@fr...> a écrit :
>>
>> Le 12/10/2018 à 16:54, Harald Oehlmann a écrit :
>> > thank you a lot for tcl8.6.9a0. On win 32 with msvc 6 the test result
>> > is as follows (compared to tcl/tk8.6.8): tcl: no new failures, cured
>> > tests: iortrans-11.1, iortrans-11.2 tk: no new failures, cured tests:
>> > textTag-18.1
>>
>> Doubtful. On what version of Windows did you test Tk? I think you said
>> previously you are running Win 10? Remember:
>>
>> https://core.tcl.tk/tk/info/69b48f427e94899a
>>
>> This bug was triggered by Win 10 Falls Creator Update and was not fixed
>> by the April 2018 Update.
>>
>> However perhaps this got fixed by the October 2018 Update? Do you
>> already have this october 2018 Update installed? Because MS had kind of
>> a problem with it:
>>
>> https://www.theverge.com/2018/10/9/17957506/microsoft-windows-10-october-2018-update-data-deletion-fix
>>
>> Fortunately the loss of end user data this update brought is obviously
>> compensated by the numerous breakthroughs in this version, e.g.
>> (selected quotes from the changelog
>> https://www.windowscentral.com/windows-10-october-2018-changelog ):
>>
>> - Microsoft Edge now features a subtle drop shadow behind tabs.
>> - Windows Calculator now correctly calculates square roots for perfect
>> squares.
>> - Notepad now features Unix/Linus line endings (LF) and Macintosh line
>> endings (CR.)
>> - Wrap-around find/replace now available in Notepad.
>> - When your volume is muted, the volume icons in the Sound Settings page
>> will also now appear muted
>> - and a lot more !! ROTFL!
>>
>> Seriously: Do you confirm this test textTag-18.1 is fixed for Win10 with
>> the October 2018 Update? Would be surprising but very good news.
>>
>> F.
>>
>>
>>
>> _______________________________________________
>> Tcl-Core mailing list
>> Tcl...@li...
>> https://lists.sourceforge.net/lists/listinfo/tcl-core
>
> _______________________________________________
> Tcl-Core mailing list
> Tcl...@li...
> https://lists.sourceforge.net/lists/listinfo/tcl-core
|