NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: lib/49653: tests/lib/libc/gen/t_siginfo:sigbus_adraln failed on m68k
The following reply was made to PR lib/49653; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: Tetsuya Isaki <isaki%pastel-flower.jp@localhost>
Cc: gnats-bugs%netbsd.org@localhost
Subject: Re: lib/49653: tests/lib/libc/gen/t_siginfo:sigbus_adraln failed on m68k
Date: Sun, 15 Feb 2015 10:09:47 +0100
Argh, this is all too complicated ;-)
Let's try it differently, but w/o kernel changes:
if (strcmp("m68k", MACHINE_ARCH) == 0)
atf_tc_skip(...)
This tests what you are really after w/o relying on compiler defaults
(which may also be subject to user defined -mcpu=... settings at build time).
Martin
Home |
Main Index |
Thread Index |
Old Index