http://bugs.winehq.org/show_bug.cgi?id=31889
Bug #: 31889 Summary: Cmd testrunner fails in case of mismatches on synchronization lines Product: Wine Version: 1.5.14 Platform: x86-64 OS/Version: Linux Status: NEW Keywords: regression, source, testcase Severity: normal Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: frederic.delanoy@gmail.com Classification: Unclassified Regression SHA1: 81f64ee906888875de10a4c804bed88c103a282c
Cmd testrunner fails/kind of loops when there's an mismatch between actual and expected outputs on --- synchronization lines ---
Smallest example showing the issue: replace test_builtins.cmd and test_builtins.cmd.exp respectively by
@echo off echo --- foo ---
and
--- fo ---
Console output:
../../../tools/runtest -q -P wine -M cmd.exe -T ../../.. -p cmd.exe_test.exe.so batch.c && touch batch.ok batch.c:312: Test failed: unexpected char 0x6f position 6 in line 1 (got '--- foo ---', wanted '--- fo ---') batch.c:312: Test failed: unexpected char 0x6f position 6 in line 2 (got '--- foo ---', wanted '--- fo ---') batch.c:312: Test failed: unexpected char 0x6f position 6 in line 3 (got '--- foo ---', wanted '--- fo ---') etc.
http://bugs.winehq.org/show_bug.cgi?id=31889
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com
http://bugs.winehq.org/show_bug.cgi?id=31889
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |fgouget@codeweavers.com
http://bugs.winehq.org/show_bug.cgi?id=31889
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=31889
--- Comment #1 from Ken Sharp imwellcushtymelike@gmail.com --- Is this still an issue in Wine 1.7.45 or later?
https://bugs.winehq.org/show_bug.cgi?id=31889
--- Comment #2 from François Gouget fgouget@codeweavers.com --- This issue is still present.
https://bugs.winehq.org/show_bug.cgi?id=31889
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #3 from François Gouget fgouget@codeweavers.com --- I sent a patch for this: https://www.winehq.org/pipermail/wine-patches/2015-November/144653.html
https://bugs.winehq.org/show_bug.cgi?id=31889
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a9513cf44610a4653a30517cc06 | |3049bf372f9c4 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #4 from François Gouget fgouget@codeweavers.com --- The patch was applied so I think this is fixed.
https://bugs.winehq.org/show_bug.cgi?id=31889
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.8-rc1.