Skip test on MIPS as we don't have shared page implemented yet.
Sponsored by: DARPA, AFRL Sponsored by: HEIF5
This commit is contained in:
parent
5c1c777135
commit
5a66276c7d
@ -59,6 +59,11 @@ ATF_TC_BODY(kern_copyin, tc)
|
||||
{
|
||||
char template[] = "copyin.XXXXXX";
|
||||
|
||||
#ifdef __mips__
|
||||
/* MIPS has no shared page implemented yet. */
|
||||
atf_tc_skip("Platform is not supported.");
|
||||
#endif
|
||||
|
||||
scratch_file = mkstemp(template);
|
||||
ATF_REQUIRE(scratch_file != -1);
|
||||
unlink(template);
|
||||
|
Loading…
x
Reference in New Issue
Block a user