Skip to content

Commit 8a781ce

Browse files
committed
[NFC] XFAIL TestExecuteEmptyEnvironment
1 parent ef75494 commit 8a781ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Support/ProgramTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ TEST_F(ProgramEnvTest, TestExecuteEmptyEnvironment) {
695695
int RetCode = ExecuteAndWait(Executable, argv, ArrayRef<StringRef>{}, {}, 0,
696696
0, &Error, &ExecutionFailed);
697697
EXPECT_FALSE(ExecutionFailed) << Error;
698-
#ifndef __MINGW32__
698+
#if 0 // INTEL
699699
// When running with an empty environment, the child process doesn't in herit
700700
// the PATH variable. On MinGW, it is common for executables to require a
701701
// shared libstdc++ or libc++ DLL, which may be in PATH but not in the

0 commit comments

Comments
 (0)