Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd97415b

Browse files
mafredriEdwardAngert
authored andcommitted
test(cryptorand): disable error tests on Go 1.24 (#16955)
Testing `rand.Reader.Read` for errors will panic (not recoverable) in Go1.24 and later.
1 parent459b12e commitd97415b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎cryptorand/errors_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//go:build !go1.24
2+
3+
// Testing `rand.Reader.Read` for errors will panic in Go 1.24 and later.
4+
15
package cryptorand_test
26

37
import (

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp