From 2b0f2be18ba96ccf639a0d530f147cb8e42adcd9 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 6 May 2020 16:35:54 +0200 Subject: [PATCH] tests: enable http_test.v --- cmd/tools/vtest-fixed.v | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/tools/vtest-fixed.v b/cmd/tools/vtest-fixed.v index ed68b5af68..365987158b 100644 --- a/cmd/tools/vtest-fixed.v +++ b/cmd/tools/vtest-fixed.v @@ -11,15 +11,11 @@ const ( 'vlib/v/tests/num_lit_call_method_test.v', 'vlib/v/tests/pointers_test.v', 'vlib/v/tests/type_test.v', - //'vlib/v/tests/valgrind/valgrind_test.v', // ubuntu-musl only 'vlib/v/tests/pointers_str_test.v', 'vlib/net/http/http_httpbin_test.v', // fails on ubuntu-musl, because of missing openssl - 'vlib/net/http/http_test.v', // fails on ubuntu-musl, because of missing openssl 'vlib/net/http/cookie_test.v', // ok, but should be skipped on ubuntu-musl, since there is no openssl there 'vlib/clipboard/clipboard_test.v', 'vlib/sqlite/sqlite_test.v', - - 'vlib/v/tests/asm_test.v', // skip everywhere for now, works on linux with cc != tcc ] skip_on_linux = []string{} skip_on_non_linux = []string{}