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

tests: mark more tests as fixed

This commit is contained in:
Alexander Medvednikov
2020-04-21 05:52:44 +02:00
parent 9278a0cfba
commit 77679d9650
3 changed files with 8 additions and 7 deletions

View File

@ -31,8 +31,6 @@ const (
'vlib/v/tests/live_test.v', // Linux & Solaris only; since live does not actually work for now with v2, just skip
'vlib/v/tests/asm_test.v', // skip everywhere for now, works on linux with cc != tcc
'vlib/sqlite/sqlite_test.v', // works only on ubuntu with installed sqlite
'vlib/clipboard/clipboard_test.v', // needs code changes to make it compile with v2
]
skip_on_linux = []string
skip_on_non_linux = []string