Skip to content

[5.1] Don't link runtime compatibility library in pure Clang targets. #2147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "Disable pure C package tests for staging."
This reverts commit aad9468.
  • Loading branch information
jckarter committed Jun 14, 2019
commit 68a74e3a9c46b5edacd305362c22396d450ae28c
2 changes: 0 additions & 2 deletions Tests/FunctionalTests/CFamilyTargetTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class CFamilyTargetTestCase: XCTestCase {
}

func testObjectiveCPackageWithTestTarget(){
#if DISABLED // rdar://problem/50057445
#if os(macOS)
fixture(name: "CFamilyTargets/ObjCmacOSPackage") { prefix in
// Build the package.
Expand All @@ -85,6 +84,5 @@ class CFamilyTargetTestCase: XCTestCase {
XCTAssertSwiftTest(prefix)
}
#endif
#endif
}
}
2 changes: 0 additions & 2 deletions Tests/FunctionalTests/MiscellaneousTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ class MiscellaneousTestCase: XCTestCase {
}

func testPkgConfigCFamilyTargets() throws {
#if DISABLED // rdar://problem/50057445
fixture(name: "Miscellaneous/PkgConfig") { prefix in
let systemModule = prefix.appending(component: "SystemModule")
// Create a shared library.
Expand Down Expand Up @@ -304,7 +303,6 @@ class MiscellaneousTestCase: XCTestCase {

XCTAssertFileExists(moduleUser.appending(components: ".build", Destination.host.target.tripleString, "debug", "SystemModuleUserClang"))
}
#endif
}

func testCanKillSubprocessOnSigInt() throws {
Expand Down