Revert "Revert "[K/N][Tests] Migrate driver test llvm_variant_dev""

This reverts commit dc4f12f29c.
This commit is contained in:
Alexander Shabalin
2024-02-23 13:12:59 +01:00
committed by Space Team
parent e95af641bc
commit 3c097ee5e0
4 changed files with 65 additions and 16 deletions
@@ -1327,22 +1327,6 @@ tasks.register("override_konan_properties0", KonanDriverTest) {
}
}
tasks.register("llvm_variant_dev", KonanDriverTest) {
// We use clang from Xcode on macOS for apple targets,
// so it is hard to reliably detect LLVM variant for these targets.
disabled = PlatformInfo.isAppleTarget(project)
|| isAggressiveGC // No need to test with different GC schedulers
flags = [
"-Xllvm-variant=dev",
"-Xverbose-phases=ObjectFiles"
]
compilerMessages = true
source = "link/ir_providers/hello.kt"
// User LLVM variant has "essentials" suffix.
def message = "-essentials"
outputChecker = { out -> !out.contains(message) }
}
/**
* Builds tests into a single binary with TestRunner
*/