Skip to content
New issue

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

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

Already on GitHub? # to your account

Enable more windows test and fix some failing ones #158

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

daveinglis
Copy link
Contributor

Most changes are to the tests except one change in Sources/SWBBuildSystem/BuildOperation.swift where the path used needed to have posix paths separators also some update to the Windows.xcspec file

(rdar://142882894)

@daveinglis
Copy link
Contributor Author

@swift-ci test

Sources/SWBWindowsPlatform/Windows.xcspec Outdated Show resolved Hide resolved
commandLine: ["$(BUILD_DIR)/$(CONFIGURATION)/tool"],
environment: [:],
commandLine: ["$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/tool\(runDestination == .windows ? ".exe" : "")"],
environment: ProcessInfo.processInfo.environment,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this change needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

swift binaries need Path so they can find swiftCore.dll in swift runtime folder

Tests/SWBTaskExecutionTests/PBXCpTests.swift Outdated Show resolved Hide resolved
@daveinglis
Copy link
Contributor Author

@swift-ci test

@daveinglis
Copy link
Contributor Author

@swift-ci test

@daveinglis
Copy link
Contributor Author

@swift-ci test

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants