Commit Graph

5 Commits

Author SHA1 Message Date
Finagolfin
30ba49e7fa [android][test] Fix a handful of tests and disable one CxxToSwiftToCxx bridging test
Also, make the analogous change to apple/swift-driver#1372, which gets the
sanitizer tests working on Android again, and remove the lld_lto feature in the
tests, which is now unused.
2023-08-12 16:36:35 +05:30
Yuta Saito
54f1225570 [test] un-XFAIL test/Driver/static-stdlib-linux-lld.swift 2022-06-21 04:24:00 +00:00
Yuta Saito
8cc0f4f7e1 Tests: Add XFAIL-ing test/Driver/static-stdlib-linux-lld.swift
`-use-ld=lld` and `-static-stdlib` combination is now brokwn due to
duplicate symbous for unicode properties impls between stdlib and
StringProcessing library, which is recently defaulted.
2022-06-21 04:23:46 +00:00
eeckstein
6ca8072e8c Revert "Tests: Add XFAIL-ing test/Driver/static-stdlib-linux-lld.swift" 2022-06-20 18:17:57 +02:00
Yuta Saito
a85fa56291 Tests: Add XFAIL-ing test/Driver/static-stdlib-linux-lld.swift
`-use-ld=lld` and `-static-stdlib` combination is now brokwn due to
duplicate symbous for unicode properties impls between stdlib and
StringProcessing library, which is recently defaulted.
2022-06-18 02:57:08 +00:00