From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2F0703858D33; Thu, 4 Jan 2024 13:07:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2F0703858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704373636; bh=qd3kR9aIm2bM6kB2cb4FygJr68X1rUW4Znscu+vujMw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UIaI693YRM95M/cvw2IkdV9/9U7y67FX+bkb9tY9Qk/8ll2qhd5r/+BPI2gGln+04 pkgs6MYObjXRrbJQyV2inuPgBJ9uHQ3aut5nLVxxfeA7YfmTGuTsII65EwqUSP92k6 YGTlRRGZ375BNXfpEoR5FOzbdpR2ZXsvdQmcJmqY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113230] 27_io/print/1.cc fails when run with qemu Date: Thu, 04 Jan 2024 13:07:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113230 --- Comment #2 from Jonathan Wakely --- The point of the test is to write out a byte that isn't valid UTF-8, and ch= eck that it's printed unchanged, as a single byte. If something does some kind = of iconv-like conversion on the test output and "fixes" the non-UTF-8 output, = then the test's assumption will not hold.=