File tree 1 file changed +3
-3
lines changed
cmd/tools/modules/testing
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,13 +265,13 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
265
265
skip_files << 'examples/pendulum-simulation/parallel.v'
266
266
skip_files << 'examples/pendulum-simulation/parallel_with_iw.v'
267
267
skip_files << 'examples/pendulum-simulation/sequential.v'
268
- if github_job == 'tcc' {
268
+ if github_job == 'tcc-windows ' {
269
269
// TODO: fix these by adding declarations for the missing functions in the prebuilt tcc
270
270
skip_files << 'vlib/net/mbedtls/mbedtls_compiles_test.v'
271
271
skip_files << 'vlib/net/ssl/ssl_compiles_test.v'
272
272
}
273
273
}
274
- if runner_os != 'Linux' || github_job != 'tcc' {
274
+ if runner_os != 'Linux' || ! github_job. starts_with ( 'tcc-' ) {
275
275
if ! os.exists ('/usr/local/include/wkhtmltox/pdf.h' ) {
276
276
skip_files << 'examples/c_interop_wkhtmltopdf.v' // needs installation of wkhtmltopdf from https://github.com/wkhtmltopdf/packaging/releases
277
277
}
@@ -290,7 +290,7 @@ pub fn new_test_session(_vargs string, will_compile bool) TestSession {
290
290
skip_files << 'vlib/x/ttf/ttf_test.v'
291
291
skip_files << 'vlib/encoding/iconv/iconv_test.v' // needs libiconv to be installed
292
292
}
293
- if github_job == 'tests- sanitize-memory-clang' {
293
+ if github_job == 'sanitize-memory-clang' {
294
294
skip_files << 'vlib/net/openssl/openssl_compiles_test.c.v'
295
295
skip_files << 'vlib/crypto/ecdsa/ecdsa_test.v' // requires OpenSSL
296
296
skip_files << 'vlib/crypto/ecdsa/util_test.v' // requires OpenSSL
You can’t perform that action at this time.
0 commit comments