flag,json,net: handle C calls in .v files (part of enabling -W impure-v as default) (#19779)

This commit is contained in:
JalonSolov 2023-11-06 07:27:00 -05:00 committed by GitHub
parent 1e25d45243
commit 01022e918e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 50 additions and 50 deletions

View file

@ -239,11 +239,11 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
skip_files << 'examples/macos_tray/tray.v'
}
if testing.github_job == 'ubuntu-docker-musl' {
skip_files << 'vlib/net/openssl/openssl_compiles_test.v'
skip_files << 'vlib/net/openssl/openssl_compiles_test.c.v'
skip_files << 'vlib/x/ttf/ttf_test.v'
}
if testing.github_job == 'tests-sanitize-memory-clang' {
skip_files << 'vlib/net/openssl/openssl_compiles_test.v'
skip_files << 'vlib/net/openssl/openssl_compiles_test.c.v'
}
if testing.github_job != 'misc-tooling' {
// These examples need .h files that are produced from the supplied .glsl files,