Skip to content

Commit

Permalink
tests: enable again http_httpbin_test.v, since net.http now uses mbed…
Browse files Browse the repository at this point in the history
…tls (#21279)
  • Loading branch information
ttytm committed Apr 14, 2024
1 parent 149cbba commit 3ce5870
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/tools/vtest-self.v
Expand Up @@ -127,7 +127,6 @@ const skip_with_fsanitize_memory = [
'vlib/net/http/cookie_test.v',
'vlib/net/http/http_test.v',
'vlib/net/http/status_test.v',
'vlib/net/http/http_httpbin_test.v',
'vlib/net/http/header_test.v',
'vlib/net/http/server_test.v',
'vlib/net/udp_test.v',
Expand Down Expand Up @@ -218,7 +217,6 @@ const skip_on_ubuntu_musl = [
'do_not_remove',
//'vlib/v/gen/js/jsgen_test.v',
'vlib/net/http/cookie_test.v',
'vlib/net/http/http_test.v',
'vlib/net/http/status_test.v',
'vlib/db/sqlite/sqlite_test.v',
'vlib/db/sqlite/sqlite_orm_test.v',
Expand Down Expand Up @@ -255,7 +253,6 @@ const skip_on_ubuntu_musl = [
'vlib/net/http/request_test.v',
'vlib/vweb/route_test.v',
'vlib/net/websocket/websocket_test.v',
'vlib/net/http/http_httpbin_test.v',
'vlib/net/http/header_test.v',
'vlib/net/http/server_test.v',
'vlib/net/http/response_test.v',
Expand Down Expand Up @@ -338,8 +335,6 @@ const skip_on_sandboxed_packaging = [
'vlib/v/gen/c/coutput_test.v',
]

// Note: musl misses openssl, thus the http tests can not be done there
// Note: http_httpbin_test.v: fails with 'cgen error: json: map_string_string is not struct'
fn main() {
vexe := os.real_path(os.getenv_opt('VEXE') or { @VEXE })
vroot := os.dir(vexe)
Expand Down

0 comments on commit 3ce5870

Please sign in to comment.