mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: readd http test (#7885)
This commit is contained in:
@ -19,6 +19,7 @@ const (
|
|||||||
'vlib/vweb/tests/vweb_test.v',
|
'vlib/vweb/tests/vweb_test.v',
|
||||||
'vlib/x/websocket/websocket_test.v',
|
'vlib/x/websocket/websocket_test.v',
|
||||||
'vlib/v/tests/unsafe_test.v',
|
'vlib/v/tests/unsafe_test.v',
|
||||||
|
'vlib/net/http/http_httpbin_test.v',
|
||||||
]
|
]
|
||||||
skip_with_fsanitize_address = [
|
skip_with_fsanitize_address = [
|
||||||
'vlib/encoding/base64/base64_test.v',
|
'vlib/encoding/base64/base64_test.v',
|
||||||
@ -54,9 +55,7 @@ const (
|
|||||||
skip_with_fsanitize_undefined = [
|
skip_with_fsanitize_undefined = [
|
||||||
'vlib/encoding/csv/reader_test.v',
|
'vlib/encoding/csv/reader_test.v',
|
||||||
]
|
]
|
||||||
skip_test_files = [
|
skip_test_files = []string{}
|
||||||
'vlib/net/http/http_httpbin_test.v',
|
|
||||||
]
|
|
||||||
skip_on_musl = [
|
skip_on_musl = [
|
||||||
'vlib/v/tests/profile/profile_test.v',
|
'vlib/v/tests/profile/profile_test.v',
|
||||||
]
|
]
|
||||||
@ -71,6 +70,7 @@ const (
|
|||||||
'vlib/clipboard/clipboard_test.v',
|
'vlib/clipboard/clipboard_test.v',
|
||||||
'vlib/vweb/tests/vweb_test.v',
|
'vlib/vweb/tests/vweb_test.v',
|
||||||
'vlib/x/websocket/websocket_test.v',
|
'vlib/x/websocket/websocket_test.v',
|
||||||
|
'vlib/net/http/http_httpbin_test.v',
|
||||||
]
|
]
|
||||||
skip_on_linux = []string{}
|
skip_on_linux = []string{}
|
||||||
skip_on_non_linux = [
|
skip_on_non_linux = [
|
||||||
|
Reference in New Issue
Block a user