Skip to content

Commit ab1013b

Browse files
committed
Skip mlock2 for Android test.
It was added in API level 30 but tests use level 28 still.
1 parent dec033d commit ab1013b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1693,6 +1693,9 @@ fn test_android(target: &str) {
16931693
"reallocarray" => true,
16941694
"__system_property_wait" => true,
16951695

1696+
// Added in API level 30, but tests use level 28.
1697+
"mlock2" => true,
1698+
16961699
_ => false,
16971700
}
16981701
});

0 commit comments

Comments
 (0)