MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / discover_tests

Function discover_tests

Tester.py:276–285  ·  view source on GitHub ↗
(test_type_dir)

Source from the content-addressed store, hash-verified

274 logs.append(f"|---- ❌ Kotlin process timed out after {java_timeout:g}s")
275 ci_diagnostic(logs, output)
276 return False
277 return check_results(proc, test, release, logs)
278
279 if test.kind != "integration":
280 logs.append("|--- 🤖 Running with Java...")
281 proc, diagnostics = run_java_command(
282 [
283 "java",
284 "-cp",
285 str(jar),
286 f"{test.artifact_name}.{test.artifact_name}",
287 *java_arguments,
288 ],

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected