We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37f3f5 commit 78ef964Copy full SHA for 78ef964
1 file changed
vlib/v/gen/c/coutput_test.v
@@ -268,8 +268,9 @@ fn should_skip(relpath string) bool {
268
return true
269
}
270
if github_job == 'docker-ubuntu-musl' && (relpath.ends_with('print_boehm_leak.vv')
271
- || relpath.ends_with('scope_cleanup_boehm_leak.vv')) {
272
- eprintln('> skipping ${relpath} on docker-ubuntu-musl, since boehm_leak gc mode has pthread issues on musl')
+ || relpath.ends_with('scope_cleanup_boehm_leak.vv')
+ || relpath.ends_with('gc_debugger_linux.vv')) {
273
+ eprintln('> skipping ${relpath} on docker-ubuntu-musl, since gc related tests are not compatible with `-gc none`')
274
275
276
if user_os == 'windows' {
0 commit comments