From 447f876ef989a1750b76421f19ef0818ecbb370d Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 7 May 2026 04:25:26 +0300 Subject: [PATCH] tests: skip v2 x64 -fsanitize for now --- cmd/tools/vtest-self.v | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index 540799b74..8a6f62191 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -191,6 +191,7 @@ const skip_with_fsanitize_address = [ 'vlib/v/tests/orm_or_test.v', 'vlib/veb/sse/sse_test.v', // long-lived event stream + sockets, ASan flake 'vlib/v2/gen/cleanc/flag_enum_codegen_test.v', // v2 self-host, ASan-incompatible + 'vlib/v2/gen/x64/x64_issue_27039_test.v', // v2 x64 backend emits FnType__hash_fn refs under ASan/GCC, see issue #27039 ] const skip_with_fsanitize_undefined = [ 'do_not_remove', -- 2.39.5