test: Fix failing tests

This commit is contained in:
TwiN
2022-12-01 20:26:14 -05:00
parent cdec353744
commit 1aeb045703
577 changed files with 1759806 additions and 2 deletions

5
vendor/modernc.org/libc/pthread/capi_freebsd_386.go generated vendored Normal file
View File

@ -0,0 +1,5 @@
// Code generated by 'ccgo pthread/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_freebsd_386.go -pkgname pthread', DO NOT EDIT.
package pthread
var CAPI = map[string]struct{}{}

5
vendor/modernc.org/libc/pthread/capi_freebsd_arm.go generated vendored Normal file
View File

@ -0,0 +1,5 @@
// Code generated by 'ccgo pthread/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_freebsd_arm.go -pkgname pthread', DO NOT EDIT.
package pthread
var CAPI = map[string]struct{}{}

View File

@ -0,0 +1,5 @@
// Code generated by 'ccgo pthread/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_freebsd_amd64.go -pkgname pthread', DO NOT EDIT.
package pthread
var CAPI = map[string]struct{}{}

View File

@ -0,0 +1,5 @@
// Code generated by 'ccgo pthread/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_linux_ppc64le.go -pkgname pthread', DO NOT EDIT.
package pthread
var CAPI = map[string]struct{}{}

View File

@ -0,0 +1,5 @@
// Code generated by 'ccgo pthread/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o pthread/pthread_linux_riscv64.go -pkgname pthread', DO NOT EDIT.
package pthread
var CAPI = map[string]struct{}{}

5
vendor/modernc.org/libc/pthread/capi_netbsd_arm.go generated vendored Normal file
View File

@ -0,0 +1,5 @@
// Code generated by 'ccgo pthread/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_netbsd_arm.go -pkgname pthread', DO NOT EDIT.
package pthread
var CAPI = map[string]struct{}{}

5
vendor/modernc.org/libc/pthread/capi_openbsd_386.go generated vendored Normal file
View File

@ -0,0 +1,5 @@
// Code generated by 'ccgo pthread/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_openbsd_386.go -pkgname pthread', DO NOT EDIT.
package pthread
var CAPI = map[string]struct{}{}

View File

@ -0,0 +1,5 @@
// Code generated by 'ccgo pthread/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_openbsd_amd64.go -pkgname pthread', DO NOT EDIT.
package pthread
var CAPI = map[string]struct{}{}

View File

@ -0,0 +1,5 @@
// Code generated by 'ccgo pthread/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_openbsd_arm64.go -pkgname pthread', DO NOT EDIT.
package pthread
var CAPI = map[string]struct{}{}

View File

@ -0,0 +1,9 @@
// Code generated by 'ccgo pthread\gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o pthread\pthread_windows_arm64.go -pkgname pthread', DO NOT EDIT.
package pthread
var CAPI = map[string]struct{}{
"daylight": {},
"timezone": {},
"tzname": {},
}

1977
vendor/modernc.org/libc/pthread/pthread_freebsd_386.go generated vendored Normal file

File diff suppressed because it is too large Load Diff

1932
vendor/modernc.org/libc/pthread/pthread_freebsd_arm.go generated vendored Normal file

File diff suppressed because it is too large Load Diff

1987
vendor/modernc.org/libc/pthread/pthread_freebsd_arm64.go generated vendored Normal file

File diff suppressed because it is too large Load Diff

1893
vendor/modernc.org/libc/pthread/pthread_linux_ppc64le.go generated vendored Normal file

File diff suppressed because it is too large Load Diff

2210
vendor/modernc.org/libc/pthread/pthread_linux_riscv64.go generated vendored Normal file

File diff suppressed because it is too large Load Diff

2714
vendor/modernc.org/libc/pthread/pthread_netbsd_arm.go generated vendored Normal file

File diff suppressed because it is too large Load Diff

1986
vendor/modernc.org/libc/pthread/pthread_openbsd_386.go generated vendored Normal file

File diff suppressed because it is too large Load Diff

2019
vendor/modernc.org/libc/pthread/pthread_openbsd_amd64.go generated vendored Normal file

File diff suppressed because it is too large Load Diff

1998
vendor/modernc.org/libc/pthread/pthread_openbsd_arm64.go generated vendored Normal file

File diff suppressed because it is too large Load Diff

1050
vendor/modernc.org/libc/pthread/pthread_windows_arm64.go generated vendored Normal file

File diff suppressed because it is too large Load Diff