mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307583
@ -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 New Issue
Block a user