You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SwiftPM tests can verify that a fixture can build in SwiftPM, but no that it can test. To avoid swift-test specific bugs for certain layouts, we should add a way to run swift-test on a fixture. See discussion here: #282 (comment)
The text was updated successfully, but these errors were encountered:
I was hoping that we could extend the "fake toolchain" concept we use in the bootstrap script to just also support Foundation and XCTest. However, it turns out this doesn't work. The problem is that the Swift compiler will find its resources relative to the realpath of itself, and so it wants to find them in the swift build directory.
At the same time, I am investigating: https://bugs.swift.org/browse/SR-1631 which is annoying because I need to investigate with a built toolchain which the normal development process doesn't have.
The combination of the two of these is making me want to push more on my "toolchain based build process" ideas...
Additional Detail from JIRA
md5: 725492ca9c4d45e17807b793a4cfc46f
Issue Description:
Currently SwiftPM tests can verify that a fixture can build in SwiftPM, but no that it can test. To avoid swift-test specific bugs for certain layouts, we should add a way to run swift-test on a fixture. See discussion here: #282 (comment)
The text was updated successfully, but these errors were encountered: