From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x2c.google.com (mail-oa1-x2c.google.com [IPv6:2001:4860:4864:20::2c]) by sourceware.org (Postfix) with ESMTPS id 3C8103858D33 for ; Sun, 8 Jan 2023 06:47:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3C8103858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oa1-x2c.google.com with SMTP id 586e51a60fabf-1322d768ba7so5892343fac.5 for ; Sat, 07 Jan 2023 22:47:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=JpA9L/JuIw/ljQj0dgK2QdXMXVlNrCWB8yZ2GLOCxOg=; b=G5zAMjOjOAf355B+phjjMBTQgpl1mBKbvPl3V1VNNhYxeq+UEuqZEFdY9GdpSe41LT RNQxyzDw1shNPD7BbYOdEWvNRo0GXachNAe20b9nPkx1ZbVcB0cSm/lykBszk2RI443R JBJJcyDTwAKB+me7ZrICjPXfGj+0IORDXoyfXaW/tPYXup3fT6q30WB+SQnvuQiPmjTd Zk5Tvt1Dg//E+7nejxqPoTnlxpmqLrJQ+m7uoS4XkdP993fSyXoU13fC7ooq0RZyCfym CKBKCMnwW9/5o/qijd93JSl5tlIHA3yvcjM4vCsLpQdRct3OZBEFMYN1bH9ccyTZJ4UJ +3tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=JpA9L/JuIw/ljQj0dgK2QdXMXVlNrCWB8yZ2GLOCxOg=; b=uyjLxAcJ8IKnLxpyfzMDO9apZQU73Z7g0lSoPNUOnQkKf8HvvAo0116Lo/wcIuioyf UL2Kym4/1lGd/OsdzxjEWHaN0dn2fONw5zAbfwdlU/Jw3n8PXu8Wir1LBMNEbMKwyRyp 23bWYaLadLqg644xuK609rrikiLtF49C9x4IbhUXfURlmune7CymovCtM4Xg8rIzONEu bJVj/pm2AKJBUihTmqNXKUe1MFjhNw0dCH56nRtdmjZnifdEXoFtcfFDKbuvWQRufuvQ sodihTrflx4dOnvmG4Bc1b9doZu6PboBIQ5EDzl9ELvfvYkALhlgLoB8WUXOc/A9AVx/ x4Eg== X-Gm-Message-State: AFqh2krKQQtQa3FRblPpyOOoGXm4jogCjJO5w6SjEYlTCYxBvKfl7oyr EHKMofZccyipFTG1n21LF6/H1q6Ok22B9URS4jE= X-Google-Smtp-Source: AMrXdXtZdKHggMDxO0QbNAOX9yh/z1FCRkCJwEvNUM4e4QSM3gt1w0ESTqc5ChEvkuwgh6w6DFSg2mXwPVdPTCWqZNQ= X-Received: by 2002:a05:6870:6a88:b0:143:aaa4:2559 with SMTP id mv8-20020a0568706a8800b00143aaa42559mr4228360oab.152.1673160453231; Sat, 07 Jan 2023 22:47:33 -0800 (PST) MIME-Version: 1.0 References: <639FE88D.7090408@gmail.com> <7cb45ab2-cc6e-c502-5592-51ffabcbc6f8@codeweavers.com> <63A3DA04.4060804@gmail.com> <0bfd557c-aa07-dac5-86f4-104e71593212@orange.fr> <63A525CE.4070408@gmail.com> <446e92cc-4942-5095-b92e-bed4db13f615@codeweavers.com> <63A68F2E.6080904@gmail.com> In-Reply-To: From: NightStrike Date: Sun, 8 Jan 2023 01:47:31 -0500 Message-ID: Subject: Re: testsuite under wine To: Jacek Caban Cc: jcb62281@gmail.com, Eric Pouech , fortran@gcc.gnu.org, DejaGnu mailing list Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, Jan 6, 2023 at 8:46 PM Jacek Caban wrote: > As I said, compatibility with other terminals could be improved, but > curses does not fit the role. Anyway, for sake of testing, the attached > patch disables escapes hiding the cursor during screen updates which > seem the most problematic. With this patch, some tests may work without > disabling conhost (but other discussed problems are expected). I can confirm that with this patch, the "^[[?25l" sequences are gone and ^M^M still remains. So at least this is a less intrusive version of the first patch that can hopefully be easily upstreamed.