Skip to content

Commit e2e78c6

Browse files
authoredFeb 10, 2021
Merge pull request #35867 from CodaFi/test-and-best
Disable a Test To Unblock the Toolchain Builder

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎test/Driver/static-executable.swift

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
// Create a self contained binary
2+
3+
// REQUIRES: rdar74148842
4+
// libc.a and libm.a have duplicate definitions of '__isnanl', so this test
5+
// fails to build.
6+
27
// REQUIRES: OS=linux-gnu
38
// REQUIRES: static_stdlib
49
print("hello world!")

0 commit comments

Comments
 (0)
Please sign in to comment.