mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 11:50:47 -05:00
Skip test on FreeBSD only. So test can be upstreamed to NetBSD.
Requested by: ngie Sponsored by: DARPA, AFRL Sponsored by: HEIF5
This commit is contained in:
parent
d078801d94
commit
21e609c4aa
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ ATF_TC_BODY(swapcontext1, tc)
|
|||
{
|
||||
pthread_t thread;
|
||||
|
||||
#ifdef __mips__
|
||||
#if defined(__FreeBSD__) && defined(__mips__)
|
||||
/*
|
||||
* MIPS modifies TLS pointer in set_mcontext(), so
|
||||
* swapping contexts obtained from different threads
|
||||
|
|
|
|||
Loading…
Reference in a new issue