Ignore simd_const test when glibc has a floating point parsing issue
This commit is contained in:
1
build.rs
1
build.rs
@@ -167,6 +167,7 @@ fn ignore(testsuite: &str, name: &str) -> bool {
|
|||||||
{
|
{
|
||||||
return match (testsuite, name) {
|
return match (testsuite, name) {
|
||||||
("spec_testsuite", "const") => true,
|
("spec_testsuite", "const") => true,
|
||||||
|
("single_file_spec_test", "simd_const") => true,
|
||||||
(_, _) => false,
|
(_, _) => false,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user