From owner-freebsd-testing@FreeBSD.ORG Fri Nov 14 07:35:53 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA299FBE for ; Fri, 14 Nov 2014 07:35:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A23A2D2A for ; Fri, 14 Nov 2014 07:35:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAE7ZrZN099936 for ; Fri, 14 Nov 2014 07:35:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-testing@freebsd.org Subject: [Bug 194828] [test] lib.libc.sys.getcontext_test.setcontext_link fails on amd64, not i386 Date: Fri, 14 Nov 2014 07:35:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ngie@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ngie@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 07:35:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194828 --- Comment #12 from Garrett Cooper,425-314-3911 --- (In reply to Craig Rodrigues from comment #8) > John, > > If you add this patch on i386, then this test will fail > equally on i386 and amd64. If this is the correct behavior, then > that is fine. > However, can you look at the test in: > /usr/src/contrib/netbsd-tests/lib/libc/sys/t_getcontext.c > > You can run this test by doing: > > cd /usr/tests > kyua test lib/libc/sys/getcontext_test > > See my slides here: > https://wiki.freebsd.org/201411DevAndVendorSummit#Detailed_Schedule > > if you need more information about how to run kyua. It's ok for the test to fail on amd64/i386 initially as long as we figure out the exact incantation of making things work on FreeBSD. In a perfect world I would like for everything to be consistent between FreeBSD and NetBSD, but that's not the way it should be, and that's a silly ideal to hope for :). -- You are receiving this mail because: You are on the CC list for the bug.