[K/N][Tests] Migrate test override_konan_properties0

^KT-61259
This commit is contained in:
Vladimir Sukharev
2024-02-07 20:46:18 +01:00
committed by Space Team
parent d8a90f55a8
commit 9ef051dbc5
6 changed files with 81 additions and 30 deletions
@@ -914,21 +914,6 @@ standaloneTest("testing_stacktrace") {
}
}
// Just check that the driver is able to produce runnable binaries.
tasks.register("driver0", KonanDriverTest) {
disabled = isAggressiveGC // No need to test with different GC schedulers
useGoldenData = true
source = "runtime/basic/driver0.kt"
}
tasks.register("driver_opt", KonanDriverTest) {
disabled = (cacheTesting != null) // Cache is not compatible with -opt.
|| isAggressiveGC // No need to test with different GC schedulers
useGoldenData = true
source = "runtime/basic/driver_opt.kt"
flags = ["-opt"]
}
// A helper method to create interop artifacts
void createInterop(String name, Closure conf) {
konanArtifacts {