Skip to content
Snippets Groups Projects
Unverified Commit 4d1efd9e authored by NODA, Kai's avatar NODA, Kai
Browse files

Exclude MS_RMT_MASK from libc-test


It was updated recently, so the test is known to fail depending on the
libc version of the test environment.

Signed-off-by: default avatarNODA, Kai <nodakai@gmail.com>
parent 75a69bf8
No related branches found
No related tags found
No related merge requests found
......@@ -312,6 +312,7 @@ fn main() {
// weird signed extension or something like that?
"MS_NOUSER" => true,
"MS_RMT_MASK" => true, // updated in glibc 2.22 and musl 1.1.13
// These OSX constants are flagged as deprecated
"NOTE_EXIT_REPARENTED" |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment