Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Nov 2014 07:59:49 +0000
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
Message-ID:  <bug-194828-32464-1BV9YKXi2m@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194828-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194828-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194828

--- Comment #10 from Craig Rodrigues <rodrigc@FreeBSD.org> ---
You can do the following to determine how to run an ATF test
outside of kyua.

(1)  List the tests with: cd /usr/tests; kyua list

The ones of interest are:

lib/libc/sys/getcontext_test:getcontext_err
lib/libc/sys/getcontext_test:setcontext_err
lib/libc/sys/getcontext_test:setcontext_link


(2)  To run all three tests:

cd /usr/tests; kyua test lib/libc/sys/getcontext_test


(3)  To run just one test:

cd /usr/tests; kyua test lib/libc/sys/getcontext_test:setcontext_link

(4)  To run one ATF test outside of kyua:

cd /usr/tests; ./lib/libc/sys/getcontext_test setcontext_link

-- 
You are receiving this mail because:
You are on the CC list for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194828-32464-1BV9YKXi2m>