Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libexecinfo Now that all architectures default to ...



details:   https://anonhg.NetBSD.org/src/rev/a38f2a81fa8e
branches:  trunk
changeset: 789325:a38f2a81fa8e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Aug 15 12:42:25 2013 +0000

description:
Now that all architectures default to unwind data, remove the failure
for !amd64.

diffstat:

 tests/lib/libexecinfo/t_backtrace.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 3de4976e4eae -r a38f2a81fa8e tests/lib/libexecinfo/t_backtrace.c
--- a/tests/lib/libexecinfo/t_backtrace.c       Thu Aug 15 12:39:28 2013 +0000
+++ b/tests/lib/libexecinfo/t_backtrace.c       Thu Aug 15 12:42:25 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_backtrace.c,v 1.8 2013/07/05 09:55:39 joerg Exp $    */
+/*     $NetBSD: t_backtrace.c,v 1.9 2013/08/15 12:42:25 joerg Exp $    */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_backtrace.c,v 1.8 2013/07/05 09:55:39 joerg Exp $");
+__RCSID("$NetBSD: t_backtrace.c,v 1.9 2013/08/15 12:42:25 joerg Exp $");
 
 #include <atf-c.h>
 #include <atf-c/config.h>
@@ -128,12 +128,6 @@
 
 ATF_TC_BODY(backtrace_fmt_basic, tc)
 {
-       const char *arch = atf_config_get("atf_arch");
-
-        if (strcmp(arch, "x86_64") != 0)
-               atf_tc_skip("PR toolchain/46490: libexecinfo only"
-                   " works on amd64 currently");
-
        myfunc(12);
 }
 



Home | Main Index | Thread Index | Old Index