Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libexecinfo Adjust test for recent atf_machine (am...



details:   https://anonhg.NetBSD.org/src/rev/adbd745e0b72
branches:  trunk
changeset: 779540:adbd745e0b72
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sat Jun 02 14:52:28 2012 +0000

description:
Adjust test for recent atf_machine (amd64) -> atf_arch (x86_64)
change.

diffstat:

 tests/lib/libexecinfo/t_backtrace.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0bd372e55d45 -r adbd745e0b72 tests/lib/libexecinfo/t_backtrace.c
--- a/tests/lib/libexecinfo/t_backtrace.c       Sat Jun 02 14:37:38 2012 +0000
+++ b/tests/lib/libexecinfo/t_backtrace.c       Sat Jun 02 14:52:28 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_backtrace.c,v 1.4 2012/05/30 15:11:58 jruoho Exp $   */
+/*     $NetBSD: t_backtrace.c,v 1.5 2012/06/02 14:52:28 njoly 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.4 2012/05/30 15:11:58 jruoho Exp $");
+__RCSID("$NetBSD: t_backtrace.c,v 1.5 2012/06/02 14:52:28 njoly Exp $");
 
 #include <atf-c.h>
 #include <atf-c/config.h>
@@ -99,7 +99,7 @@
 {
        const char *arch = atf_config_get("atf_arch");
 
-        if (strcmp(arch, "amd64") != 0)
+        if (strcmp(arch, "x86_64") != 0)
                atf_tc_skip("PR toolchain/46490: libexecinfo only"
                    " works on amd64 currently");
 



Home | Main Index | Thread Index | Old Index