Received: by mail.netbsd.org (Postfix, from userid 605) id ADA8219CF0A; Mon, 3 Jan 2011 20:51:27 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 00F3C19CF05 for ; Mon, 3 Jan 2011 20:51:26 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D9179175DD; Mon, 3 Jan 2011 20:51:26 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 3 Jan 2011 20:51:26 +0000 From: "Paul Goyette" Subject: CVS commit: src/tests/lib/libc To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20110103205126.D9179175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Paul Goyette" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: pgoyette Date: Mon Jan 3 20:51:26 UTC 2011 Modified Files: src/tests/lib/libc/gen: t_ldexp.c t_siginfo.c src/tests/lib/libc/ieeefp: t_except.c Log Message: Don't run FP Exception tests under qemu - they don't work. While here, properly skip certain tests on vax architecture. (It is not legal to have a test-program with zero test cases, so each test case needs to check-and-skip.) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/gen/t_ldexp.c cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/gen/t_siginfo.c cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/ieeefp/t_except.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.