3405691582
7b431b4ddb
[test] Mark XFAIL tests for OpenBSD.
...
These tests are marked XFAIL or UNSUPPORTED because either the tests:
require libc annotation, require Mach-O support, don't recognize calls to
swift-autolink-extract, requires porting alongside Linux, or rely on simd
which is not present.
Additionally, explicit REQUIRES for tsan/asan/fuzzer are added to some
tests, since OpenBSD does not support these sanitizers or fuzzers, since
it's nicer to mark that with REQUIRES rather than XFAIL.
2020-06-10 18:57:19 -04:00
Jordan Rose
6b87e97ca1
[Driver] Bump the required Apple SDK versions to the 2019 OSs ( #25469 )
...
rdar://problem/50779459
2019-06-14 11:48:50 -07:00
Gwen Mittertreiner
8a6d28c7d0
Fix the Rest of the Windows Driver Tests
2019-03-06 14:23:49 -08:00
Jason Mittertreiner
4e0b092fbe
Fixing Driver tests on Windows ( #20209 )
2018-12-10 18:27:37 -08:00
Mishal Shah
3f8ce7d2f9
Update master to build with Xcode 10 beta 1, OS X 10.14, iOS 12, tvOS 12, and watchOS 5 SDKs.
2018-06-04 23:14:19 -07:00
Mishal Shah
c5ff1f2cac
Update master to build with Xcode 9 beta 1, OS X 10.13, iOS 11, tvOS 11, and watchOS 4 SDKs.
2017-06-14 16:20:35 -07:00
Robert Widmann
6509f78f13
tests: replace remaining 'mkdir -p' calls with %empty-directory(...)'
...
These changes were made manually.
2017-06-04 11:08:39 -07:00
Dmitri Gribenko
486cab447d
tests: replace 'rm -rf %t && mkdir -p %t' with '%empty-directory(%t)'
...
These changes were made using a script.
2017-06-04 11:08:39 -07:00
Dmitri Gribenko
55864d10cb
Tests: use 'mkdir -p'
2016-09-02 21:36:45 -07:00
Dmitri Gribenko
d175b3b66d
Migrate FileCheck to %FileCheck in tests
2016-08-10 23:52:02 -07:00
Mishal Shah
87b7bcfd3e
Update master to build with Xcode 8 beta 1, OS X 10.12, iOS 10, tvOS 10, and watchOS 3 SDKs.
2016-06-14 14:53:55 -07:00
Davide Italiano
edfa8fe428
[FreeBSD] XFAIL some Driver tests as we do on Linux.
2016-03-01 19:37:59 +00:00
Dmitri Gribenko
4324e7c903
Remove conditional compilation of tvOS
2015-12-01 14:43:45 -07:00
Jordan Rose
442b76fe08
[test] Split out Apple parts of Driver/sdk.swift. NFC.
...
Swift SVN r31533
2015-08-27 18:47:19 +00:00