Skip to content

Commit

Permalink
Disable multithreading for some event assign tests
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Boronski <[email protected]>
  • Loading branch information
kboronski-ant committed Oct 11, 2023
1 parent e497791 commit 48fdc1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_regress/t/t_event_control_assign.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
compile(
verilator_flags2 => ["--exe --main --timing"],
make_main => 0,
# Multithreading would cause a warning on event assignments
threads => 1,
);

execute(
Expand Down
1 change: 1 addition & 0 deletions test_regress/t/t_event_copy.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
compile(
fails => $Self->{vlt_all},
expect_filename => $Self->{golden_filename},
threads => 1,
);

execute(
Expand Down

0 comments on commit 48fdc1e

Please sign in to comment.