Skip to content

Commit 6442055

Browse files
committed
[slang] Disable valgrind for failing test
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 <schuyler.eldridge@sifive.com>
1 parent 61d5eae commit 6442055

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Conversion/ImportVerilog/hierarchical-names.sv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: circt-verilog --ir-moore %s
33
// REQUIRES: slang
44

5+
// Internal issue in Slang v3 about jump depending on uninitialised value.
6+
// UNSUPPORTED: valgrind
7+
58
// CHECK-LABEL: moore.module @Foo()
69
module Foo;
710
int r;

0 commit comments

Comments
 (0)