We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SKIP_WITHOUT_JIT
1 parent 8a7fa1e commit a97f206Copy full SHA for a97f206
mlir/unittests/ExecutionEngine/Invoke.cpp
@@ -326,7 +326,7 @@ static int initCnt = 0;
326
// A helper function that will be called during the JIT's initialization.
327
static void initCallback() { initCnt += 1; }
328
329
-TEST(MLIRExecutionEngine, MAYBE_JITCallbackInGlobalCtor) {
+TEST(MLIRExecutionEngine, SKIP_WITHOUT_JIT(CallbackInGlobalCtor)) {
330
auto tmBuilderOrError = llvm::orc::JITTargetMachineBuilder::detectHost();
331
ASSERT_TRUE(!!tmBuilderOrError);
332
if (tmBuilderOrError->getTargetTriple().isAArch64()) {
0 commit comments