We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d469223 commit 932c062Copy full SHA for 932c062
test/Tools/circt-verilog-lsp-server/command-files.test
@@ -1,5 +1,7 @@
1
// RUN: cd %S && circt-verilog-lsp-server -lit-test -C %S/include/filelist.f < %s | FileCheck %s
2
// REQUIRES: slang
3
+// Avoid Slang-internal valgrind errors about 'Conditional jump or move depends on uninitialised value(s)'.
4
+// UNSUPPORTED: valgrind
5
{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"processId":123,"rootPath":"verilog","capabilities":{},"trace":"off"}}
6
// -----
7
{"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{
0 commit comments