Skip to content

Commit 932c062

Browse files
committed
[circt-verilog-lsp] Mark test as unsupported by Valgrind, NFC
1 parent d469223 commit 932c062

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Tools/circt-verilog-lsp-server/command-files.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: cd %S && circt-verilog-lsp-server -lit-test -C %S/include/filelist.f < %s | FileCheck %s
22
// REQUIRES: slang
3+
// Avoid Slang-internal valgrind errors about 'Conditional jump or move depends on uninitialised value(s)'.
4+
// UNSUPPORTED: valgrind
35
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"verilog","capabilities":{},"trace":"off"}}
46
// -----
57
{"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{

0 commit comments

Comments
 (0)