From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xry111.site (xry111.site [IPv6:2001:470:683e::1]) by sourceware.org (Postfix) with ESMTPS id 3BF473858D35 for ; Sat, 25 Mar 2023 14:15:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3BF473858D35 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=xry111.site Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=xry111.site DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xry111.site; s=default; t=1679753715; bh=C74+miu8rjU07bT1UpxSSLVUHH9A5j7tcMlNkZgZECA=; h=Subject:From:To:Cc:Date:From; b=DBg5VCWSBr3ND3SWa1hmoHP8PVXv2Ko1H3rp8DryvmghrGYx4y3XKn7JeuwgCDNPS GiFwBw891sCYr5qZcAMrQR5Avaj40+mZ7Oj0YU/hJNFQ4oU+ZW/2pOy37i4sOXY9KF 0fqKl3kXs1HSkJfV+zXlRhJauo7t1BgyGEkcR3MI= Received: from localhost.localdomain (xry111.site [IPv6:2001:470:683e::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) (Authenticated sender: xry111@xry111.site) by xry111.site (Postfix) with ESMTPSA id DEDDB66481; Sat, 25 Mar 2023 10:15:14 -0400 (EDT) Message-ID: <3022ff730b2677f8bce36e48dd5aeb6c7bd6b93d.camel@xry111.site> Subject: Strange test failures on LoongArch From: Xi Ruoyao To: libc-alpha@sourceware.org Cc: caiyinyu , Wang Xuerui Date: Sat, 25 Mar 2023 22:15:13 +0800 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.0 MIME-Version: 1.0 X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,LIKELY_SPAM_FROM,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, When I test my "avoid va_list" patches, I found 3 test failures on LoongArch: $ cat elf/tst-ldconfig-soname.out /home/xry111/git-repos/glibc-build/elf/bug30125-test-directory/lib: (from <= cmdline>:0) error: tst-ldconfig-soname.sh - extra symlinks found $ cat elf/tst-ldconfig-ld_so_conf-update.out =20 error: tst-ldconfig-ld_so_conf-update.c:112: not true: dlopen (DSO, RTLD_NO= W | RTLD_GLOBAL) !=3D NULL error: 1 test failures running post-clean rsync $ cat elf/tst-glibc-hwcaps-prepend-cache.out =20 error: xdlfcn.c:29: error: dlopen: libmarkermod1.so: cannot open shared obj= ect file: No such file or directory error: 1 test failures running post-clean rsync These happen with or without my patches. And these does not fail on x86_64 or AArch64. Are these "only my" issue or you've seen them as well? Is there any pointer to diagnose them? --=20 Xi Ruoyao School of Aerospace Science and Technology, Xidian University