Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Feb 10, 2024
1 parent d76aa62 commit c5f6341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/igoptest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ func init() {
gorootTestSkips["fixedbugs/issue5493.go"] = "skip windows"
gorootTestSkips["fixedbugs/issue5963.go"] = "skip windows"
if ver == "go1.22" {
gorootTestSkips["fixedbugs/recover4.go"] = "skip windows"
gorootTestSkips["fixedbugs/sigchld.go"] = "skip windows"
gorootTestSkips["recover4.go"] = "skip windows"
gorootTestSkips["sigchld.go"] = "skip windows"
}

skips := make(map[string]string)
Expand Down

0 comments on commit c5f6341

Please sign in to comment.