[Bug 194828] [test] lib.libc.sys.getcontext_test.setcontext_link fails on amd64, not i386

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 13 07:59:49 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194828

--- Comment #10 from Craig Rodrigues <rodrigc at 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.


More information about the freebsd-testing mailing list