dev-lang/go: new package, add 1.25.8
This commit is contained in:
parent
3f0f98d27e
commit
386b991030
8 changed files with 349 additions and 0 deletions
12
dev-lang/go/files/go-1.24-skip-gdb-tests.patch
Normal file
12
dev-lang/go/files/go-1.24-skip-gdb-tests.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff --git a/src/runtime/runtime-gdb_test.go b/src/runtime/runtime-gdb_test.go
|
||||
index 9c54d68949..d4eada51af 100644
|
||||
--- a/src/runtime/runtime-gdb_test.go
|
||||
+++ b/src/runtime/runtime-gdb_test.go
|
||||
@@ -55,6 +55,7 @@ func checkGdbEnvironment(t *testing.T) {
|
||||
case "plan9":
|
||||
t.Skip("there is no gdb on Plan 9")
|
||||
}
|
||||
+ t.Skip("gdb tests do not work under gentoo portage")
|
||||
}
|
||||
|
||||
func checkGdbVersion(t *testing.T) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue