[Bug 53465] New: conhost.exe:tty - test_tty_output() sometimes fails on Windows 10

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jul 31 08:55:25 CDT 2022


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

            Bug ID: 53465
           Summary: conhost.exe:tty - test_tty_output() sometimes fails on
                    Windows 10
           Product: Wine
           Version: unspecified
          Hardware: x86-64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: programs
          Assignee: wine-bugs at winehq.org
          Reporter: fgouget at codeweavers.com

conhost.exe:tty - test_tty_output() sometimes fails on Windows 10.
There are only three known failures spread across two similar failure modes:

* 2022-07-27 w10pro64-pt-BR
* 2022-07-27 w10pro64-mx-MX (mixed locale)
tty.c:1051: Test failed: avail = 3
tty.c:1051: Test failed: expected empty buffer, got "\x1b[m"
tty.c:1058: Test failed: 0: expected "\x1b[9;4H" got
"\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1059: Test failed: 0: expected "5" got
"\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1060: Test failed: 0: expected "\x1b[4;3H" got
"\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1061: Test failed: 0: expected "\x1b[?25h" got
"\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1062: Test failed: expected empty buffer, got
"\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"

* 2022-07-29 w10pro64-pt-BR
tty.c:1055: Test failed: expected hide cursor escape
tty.c:1057: Test failed: 0: expected "\x1b[30m" got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1058: Test failed: 0: expected "\x1b[9;4H" got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1059: Test failed: 0: expected "5" got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1060: Test failed: 0: expected "\x1b[4;3H" got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1061: Test failed: 0: expected "\x1b[?25h" got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"
tty.c:1062: Test failed: expected empty buffer, got
"\x1b[25l\x1b[30m\x1b[9;4H5\x1b[4;3H\x1b[?25h"

-- 
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