Skip to content

Commit 2c67353

Browse files
committed
Disable test for #578 when using LLVM
1 parent ed5d95a commit 2c67353

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/engine/engine_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,6 +2272,7 @@ TEST(EngineTest, BroadcastStopsWaitBlocks)
22722272
ASSERT_TRUE(GET_VAR(stage, "backdrop_passed")->value().toBool());
22732273
}
22742274

2275+
#ifndef USE_LLVM
22752276
TEST(EngineTest, BroadcastAndWaitCaseInsensitive)
22762277
{
22772278
// Regtest for #578
@@ -2288,3 +2289,4 @@ TEST(EngineTest, BroadcastAndWaitCaseInsensitive)
22882289
ASSERT_VAR(stage, "passed");
22892290
ASSERT_TRUE(GET_VAR(stage, "passed")->value().toBool());
22902291
}
2292+
#endif // USE_LLVM

0 commit comments

Comments
 (0)