From 25d368d3edf77fe9833c7d2cdefc6242cfec8ebe Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 03:49:40 +0900 Subject: test: port TlsHelperTest and HhvmDetectorTest as stubs TlsHelper is not ported; the HhvmDetector cases are always skipped (no HHVM, no hhvm executable). All ignored/todo!(). setUp not ported. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/platform/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/shirabe/tests/platform/main.rs') diff --git a/crates/shirabe/tests/platform/main.rs b/crates/shirabe/tests/platform/main.rs index ec5caf5..936049a 100644 --- a/crates/shirabe/tests/platform/main.rs +++ b/crates/shirabe/tests/platform/main.rs @@ -1,2 +1,3 @@ +mod hhvm_detector_test; mod runtime_test; mod version_test; -- cgit v1.3.1