Skip to content

Commit

Permalink
[slang] Disable valgrind for failing test
Browse files Browse the repository at this point in the history
Exclude a recently added slang-related test from valgrind.  Slang v3 has
some problems with jumps depending on uninitialized values.  This works
around that.

Fixes #7958.

h/t @fabianschuiki for the fix.

Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge committed Dec 6, 2024
1 parent 61d5eae commit 6442055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Conversion/ImportVerilog/hierarchical-names.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
// RUN: circt-verilog --ir-moore %s
// REQUIRES: slang

// Internal issue in Slang v3 about jump depending on uninitialised value.
// UNSUPPORTED: valgrind

// CHECK-LABEL: moore.module @Foo()
module Foo;
int r;
Expand Down

0 comments on commit 6442055

Please sign in to comment.