Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions test/goroot/notapplicable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading