1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vvet: fix segfault on v vet .

This commit is contained in:
Delyan Angelov
2020-07-25 15:57:57 +03:00
parent d5b837e808
commit a552674254
2 changed files with 9 additions and 3 deletions

View File

@@ -10,13 +10,13 @@ const (
]
skip_on_musl = []string{}
skip_on_ubuntu_musl = [
// 'vlib/v/gen/js/jsgen_test.v',
'vlib/net/http/cookie_test.v',
'vlib/net/http/http_test.v',
'vlib/net/websocket/ws_test.v',
'vlib/sqlite/sqlite_test.v',
'vlib/orm/orm_test.v',
'vlib/clipboard/clipboard_test.v',
// 'vlib/v/gen/js/jsgen_test.v',
]
skip_on_linux = []string{}
skip_on_non_linux = [