From 48fdc1ef43d5c65f7e0720a28f79987151c78de6 Mon Sep 17 00:00:00 2001 From: Krzysztof Boronski Date: Wed, 11 Oct 2023 18:58:12 +0200 Subject: [PATCH] Disable multithreading for some event assign tests Signed-off-by: Krzysztof Boronski --- test_regress/t/t_event_control_assign.pl | 2 ++ test_regress/t/t_event_copy.pl | 1 + 2 files changed, 3 insertions(+) diff --git a/test_regress/t/t_event_control_assign.pl b/test_regress/t/t_event_control_assign.pl index 00a80e5f2a4..06ac175ad21 100755 --- a/test_regress/t/t_event_control_assign.pl +++ b/test_regress/t/t_event_control_assign.pl @@ -13,6 +13,8 @@ compile( verilator_flags2 => ["--exe --main --timing"], make_main => 0, + # Multithreading would cause a warning on event assignments + threads => 1, ); execute( diff --git a/test_regress/t/t_event_copy.pl b/test_regress/t/t_event_copy.pl index be66c40e690..bce8f74ca85 100755 --- a/test_regress/t/t_event_copy.pl +++ b/test_regress/t/t_event_copy.pl @@ -13,6 +13,7 @@ compile( fails => $Self->{vlt_all}, expect_filename => $Self->{golden_filename}, + threads => 1, ); execute(