Codebase list golang-golang-x-sys / cc1ad32d-b4a2-427a-b40d-394ef52fead0/main
Refresh patches. Debian Janitor 2 years ago
2 changed file(s) with 10 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
1414 Last-Update: 2020-02-21
1515 ---
1616 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
17 --- a/unix/dev_linux_test.go
18 +++ b/unix/dev_linux_test.go
19 @@ -45,10 +45,12 @@
17 Index: golang-golang-x-sys/unix/dev_linux_test.go
18 ===================================================================
19 --- golang-golang-x-sys.orig/unix/dev_linux_test.go
20 +++ golang-golang-x-sys/unix/dev_linux_test.go
21 @@ -46,10 +46,12 @@ func TestDevices(t *testing.T) {
2022 t.Errorf("for %s Major(%#x) == %d, want %d", tc.path, dev, unix.Major(dev), tc.major)
2123 }
2224 if unix.Minor(dev) != tc.minor {
88 Last-Update: 2020-02-21
99 ---
1010 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
11 --- a/unix/syscall_linux_test.go
12 +++ b/unix/syscall_linux_test.go
13 @@ -556,7 +556,8 @@
11 Index: golang-golang-x-sys/unix/syscall_linux_test.go
12 ===================================================================
13 --- golang-golang-x-sys.orig/unix/syscall_linux_test.go
14 +++ golang-golang-x-sys/unix/syscall_linux_test.go
15 @@ -614,7 +614,8 @@ func TestOpenByHandleAt(t *testing.T) {
1416 h.Size(), h.Type(), h.Bytes())
1517 mount, err := openMountByID(mountID)
1618 if err != nil {