tests: readd http test (#7885)

pull/7887/head
Daniel Däschle 2021-01-05 11:40:48 +01:00 committed by GitHub
parent c66ee8aa61
commit ad8177ef2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,7 @@ const (
'vlib/vweb/tests/vweb_test.v',
'vlib/x/websocket/websocket_test.v',
'vlib/v/tests/unsafe_test.v',
'vlib/net/http/http_httpbin_test.v',
]
skip_with_fsanitize_address = [
'vlib/encoding/base64/base64_test.v',
@ -54,9 +55,7 @@ const (
skip_with_fsanitize_undefined = [
'vlib/encoding/csv/reader_test.v',
]
skip_test_files = [
'vlib/net/http/http_httpbin_test.v',
]
skip_test_files = []string{}
skip_on_musl = [
'vlib/v/tests/profile/profile_test.v',
]
@ -71,6 +70,7 @@ const (
'vlib/clipboard/clipboard_test.v',
'vlib/vweb/tests/vweb_test.v',
'vlib/x/websocket/websocket_test.v',
'vlib/net/http/http_httpbin_test.v',
]
skip_on_linux = []string{}
skip_on_non_linux = [