-
Notifications
You must be signed in to change notification settings - Fork 352
Fix the OnDiskCASLoggerTest/MultiProcess test on Windows #11395
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
Conversation
|
@swift-ci please test llvm |
llvm/lib/Support/Windows/Program.inc
Outdated
| @@ -220,6 +220,10 @@ static bool Execute(ProcessInfo &PI, StringRef Program, | |||
| llvm::append_range(EnvBlock, EnvString); | |||
| EnvBlock.push_back(0); | |||
| } | |||
| // If an empty environment (*Env is size zero), we need to | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a test and create a PR on upstream LLVM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
@swift-ci please test llvm |
|
@swift-ci please test llvm |
LLVM-Unit :: CAS/./CASTests.exe/OnDiskCASLoggerTest/MultiProcess
|
@swift-ci please test llvm |
|
Existing failures eg. https://ci.swift.org/job/pr-apple-llvm-project-llvm-linux/1017/consoleText |
LLVM-Unit :: CAS/./CASTests.exe/OnDiskCASLoggerTest/MultiProcess (Cherry picked from commit fccf510)
Fix the OnDiskCASLoggerTest/MultiProcess test on Windows
LLVM-Unit :: CAS/./CASTests.exe/OnDiskCASLoggerTest/MultiProcess