Skip to content

Commit 170c9f7

Browse files
committed
[ORC][unittests] Disable ReOptimizeLayerTest/BasicReOptimization test
...which is failing only on Windows in the GitHub CI for Classic Flang.
1 parent c469040 commit 170c9f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/unittests/ExecutionEngine/Orc/ReOptimizeLayerTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ static Function *createRetFunction(Module *M, StringRef Name,
121121
return Result;
122122
}
123123

124+
#ifndef ENABLE_CLASSIC_FLANG
124125
TEST_F(ReOptimizeLayerTest, BasicReOptimization) {
125126
MangleAndInterner Mangle(*ES, *DL);
126127

@@ -179,3 +180,4 @@ TEST_F(ReOptimizeLayerTest, BasicReOptimization) {
179180
EXPECT_EQ(FuncPtr(), 42);
180181
EXPECT_EQ(FuncPtr(), 53);
181182
}
183+
#endif

0 commit comments

Comments
 (0)