mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
flag,json,net: handle C calls in .v files (part of enabling -W impure-v
as default) (#19779)
This commit is contained in:
parent
1e25d45243
commit
01022e918e
21 changed files with 50 additions and 50 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue