Port helper/test-sha256.c and helper/test-sha1.c to unit-tests/t-hash.c #316
main.yml
on: push
config
4s
fuzz smoke test
31s
static-analysis
3m 16s
sparse
2m 25s
documentation
3m 40s
Matrix: dockerized
Matrix: regular
Matrix: win+VS test
Matrix: win test
Annotations
23 errors
osx-clang (macos-13)
Process completed with exit code 1.
|
linux-gcc (ubuntu-20.04):
builtin/submodule--helper.c#L262
builtin/submodule--helper.c:262:2: implicit declaration of function ‘strbuf_addbstrings’; did you mean ‘strbuf_addstrings’? [-Werror=implicit-function-declaration]
|
linux-gcc (ubuntu-20.04)
Process completed with exit code 1.
|
linux-sha256 (ubuntu-latest):
builtin/submodule--helper.c#L262
builtin/submodule--helper.c:262:2: implicit declaration of function 'strbuf_addbstrings' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
linux-sha256 (ubuntu-latest)
Process completed with exit code 1.
|
linux-TEST-vars (ubuntu-20.04):
builtin/submodule--helper.c#L262
builtin/submodule--helper.c:262:2: implicit declaration of function ‘strbuf_addbstrings’; did you mean ‘strbuf_addstrings’? [-Werror=implicit-function-declaration]
|
linux-TEST-vars (ubuntu-20.04)
Process completed with exit code 1.
|
linux-leaks (ubuntu-latest):
builtin/submodule--helper.c#L262
builtin/submodule--helper.c:262:9: implicit declaration of function ‘strbuf_addbstrings’; did you mean ‘strbuf_addstrings’? [-Werror=implicit-function-declaration]
|
linux-leaks (ubuntu-latest)
Process completed with exit code 1.
|
linux-gcc-default (ubuntu-latest):
builtin/submodule--helper.c#L262
builtin/submodule--helper.c:262:9: implicit declaration of function ‘strbuf_addbstrings’; did you mean ‘strbuf_addstrings’? [-Werror=implicit-function-declaration]
|
linux-gcc-default (ubuntu-latest)
Process completed with exit code 1.
|
linux-musl (alpine):
builtin/submodule--helper.c#L262
builtin/submodule--helper.c:262:9: implicit declaration of function 'strbuf_addbstrings'; did you mean 'strbuf_addstrings'? [-Werror=implicit-function-declaration]
|
linux-musl (alpine)
Process completed with exit code 1.
|
linux32 (daald/ubuntu32:xenial):
builtin/submodule--helper.c#L262
builtin/submodule--helper.c:262:2: implicit declaration of function 'strbuf_addbstrings' [-Werror=implicit-function-declaration]
|
linux32 (daald/ubuntu32:xenial)
Process completed with exit code 1.
|
linux-asan-ubsan (ubuntu-latest):
builtin/submodule--helper.c#L262
builtin/submodule--helper.c:262:2: implicit declaration of function 'strbuf_addbstrings' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
|
linux-asan-ubsan (ubuntu-latest)
Process completed with exit code 1.
|
pedantic (fedora):
builtin/submodule--helper.c#L262
builtin/submodule--helper.c:262:9: implicit declaration of function 'strbuf_addbstrings'; did you mean 'strbuf_addstrings'? [-Werror=implicit-function-declaration]
|
pedantic (fedora)
Process completed with exit code 1.
|
sparse
Process completed with exit code 2.
|
osx-gcc (macos-13)
Process completed with exit code 1.
|
win build:
builtin/submodule--helper.c#L262
builtin/submodule--helper.c:262:9: implicit declaration of function 'strbuf_addbstrings'; did you mean 'strbuf_addstrings'? [-Werror=implicit-function-declaration]
|
win build
Process completed with exit code 1.
|