From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Android port Date: Sun, 06 Aug 2023 15:26:02 +0300 Message-ID: <83r0ogpdb9.fsf@gnu.org> References: <1428589171.162865.1691134964773@mail1.libero.it> <83h6pcrbe9.fsf@gnu.org> <11660747.27k8W16iEi@nimes> <87a5v45pmj.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31693"; mail-complaints-to="usenet@ciao.gmane.io" Cc: bruno@clisp.org, eggert@cs.ucla.edu, angelo.g0@libero.it, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Aug 06 14:26:23 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qScpz-000820-Bf for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Aug 2023 14:26:23 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qScpY-0007b2-UZ; Sun, 06 Aug 2023 08:25:56 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qScpU-0007aY-15 for emacs-devel@gnu.org; Sun, 06 Aug 2023 08:25:52 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qScpR-0003sJ-33; Sun, 06 Aug 2023 08:25:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=3749QSNjZdoSmV7e4EDlq5mANZAF+9l0UrMxk+1P6Z0=; b=l+s+2Mn2CJGy Wwh9nxfXKdth3pXfJM1trGWX+ovNn50YYwSRuLVMxLGYXsECFPTatKSapzVhg11iwI94qx8UJk4R7 vj1XlzU2ftkpOOS/ew13eTZLwZARSjX22QJ2XlkM+owklqfCijCojth5fbY5PpVJvVonZWGmTSDSI TySM/8TQ2nO978gMdncv5DApe+0HHp6Y51Cre/FjQHBriUBF6854v7PdgcDHuo5HLz/xr23t98tka 25xfW+dOfqQNTNnRjJ1KnG3Ly3v0iljWrWWXGtmFoFbK+8gUYHsPZj7+lnXYwcalDCgi3M8IyYmXl 9eqwGLZtrnl7p6ugFTg00g==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qScpN-0004vy-3R; Sun, 06 Aug 2023 08:25:46 -0400 In-Reply-To: <87a5v45pmj.fsf@yahoo.com> (message from Po Lu on Sun, 06 Aug 2023 20:20:20 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:308355 Archived-At: > From: Po Lu > Cc: Eli Zaretskii , Paul Eggert , > angelo.g0@libero.it, emacs-devel@gnu.org > Date: Sun, 06 Aug 2023 20:20:20 +0800 > > That being said, I'm reluctant to remove the printf-posix module at this > stage of the port's development. Emacs has undergone extensive testing > on all supported versions of Android with the Gnulib printf, and hardly > any at all without. Is there a way of running specific Gnulib tests only on some platforms (without setting the gl_cv_* variables)?