From 5787cd3ec27adad570442ba0f56397202a44211f Mon Sep 17 00:00:00 2001 From: Rick Guo Date: Wed, 5 Aug 2026 15:18:30 +0800 Subject: [PATCH] test/goroot: remove stale bug388 expectation --- test/goroot/notapplicable.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/goroot/notapplicable.yaml b/test/goroot/notapplicable.yaml index 53798ae520..69d003435f 100644 --- a/test/goroot/notapplicable.yaml +++ b/test/goroot/notapplicable.yaml @@ -91,10 +91,6 @@ not_applicable: directive: errorcheck case: fixedbugs/issue18419.dir/test.go reason: "not applicable: this case asserts cmd/compile-specific -m optimization diagnostics; LLGo uses go/types plus LLVM and does not reproduce gc compiler diagnostic output; supporting this toolchain-specific behavior is not an LLGo compatibility goal" - - version: go1.26 - directive: errorcheck - case: fixedbugs/bug388.go - reason: "not applicable: this case asserts gc runtime pseudo-type diagnostics; LLGo uses its own runtime and does not expose gc's private compiler diagnostics; supporting this toolchain-specific behavior is not an LLGo compatibility goal" - version: go1.26 directive: errorcheck case: escape2.go