[Bug 52720] cmd.exe:batch times out in Wine

WineHQ Bugzilla wine-bugs at winehq.org
Wed Mar 23 15:14:34 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52720

--- Comment #1 from François Gouget <fgouget at codeweavers.com> ---
Adding echo %time% traces in test_builtins.cmd shows it is spending:

* 33 s in chain success ---> Testing 'set'
* 16 s in for /R  ---> for /R passed
* 21 s in individual operations ---> precedence and grouping
* 13 s in variables ---> quotes
* 13 s in quotes ---> whitespace are ignored between double char operators

Which is 96 seconds for a 159 seconds total runtime. So there is also quite a
bit that is spread around.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list