@@ -171,6 +171,7 @@ const skip_with_fsanitize_memory = [
171171 'vlib/v/tests/orm_handle_error_for_select_from_not_created_table_test.v' ,
172172 'vlib/v/tests/orm_create_several_tables_test.v' ,
173173 'vlib/v/tests/orm_update_test.v' ,
174+ 'vlib/v/tests/orm_or_test.v' ,
174175 'vlib/vweb/tests/vweb_test.v' ,
175176 'vlib/vweb/csrf/csrf_test.v' ,
176177 'vlib/net/http/request_test.v' ,
@@ -196,6 +197,7 @@ const skip_with_fsanitize_address = [
196197 'vlib/v/tests/orm_handle_error_for_select_from_not_created_table_test.v' ,
197198 'vlib/v/tests/orm_create_several_tables_test.v' ,
198199 'vlib/v/tests/orm_update_test.v' ,
200+ 'vlib/v/tests/orm_or_test.v' ,
199201]
200202const skip_with_fsanitize_undefined = [
201203 'do_not_remove' ,
@@ -209,6 +211,7 @@ const skip_with_fsanitize_undefined = [
209211 'vlib/v/tests/orm_handle_error_for_select_from_not_created_table_test.v' ,
210212 'vlib/v/tests/orm_create_several_tables_test.v' ,
211213 'vlib/v/tests/orm_update_test.v' ,
214+ 'vlib/v/tests/orm_or_test.v' ,
212215 'vlib/v/tests/project_with_cpp_code/compiling_cpp_files_with_a_cplusplus_compiler_test.c.v' , // fails compilation with: undefined reference to vtable for __cxxabiv1::__function_type_info'
213216]
214217const skip_on_ubuntu_musl = [
@@ -251,6 +254,7 @@ const skip_on_ubuntu_musl = [
251254 'vlib/v/tests/orm_handle_error_for_select_from_not_created_table_test.v' ,
252255 'vlib/v/tests/orm_create_several_tables_test.v' ,
253256 'vlib/v/tests/orm_update_test.v' ,
257+ 'vlib/v/tests/orm_or_test.v' ,
254258 'vlib/v/tests/sql_statement_inside_fn_call_test.v' ,
255259 'vlib/v/tests/websocket_logger_interface_should_compile_test.v' ,
256260 'vlib/v/tests/fns/fn_literal_type_test.v' ,
0 commit comments