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

cgen: support closures with any number of parameters of any size on amd64 (#12891)

This commit is contained in:
spaceface
2021-12-18 16:33:24 +01:00
committed by GitHub
parent 3a504480d9
commit de92f819f0
4 changed files with 189 additions and 28 deletions

View File

@@ -109,6 +109,7 @@ const (
'vlib/orm/orm_test.v',
'vlib/v/tests/orm_sub_struct_test.v',
'vlib/v/tests/closure_test.v',
'vlib/v/tests/closure_generator_test.v',
'vlib/net/websocket/ws_test.v',
'vlib/net/unix/unix_test.v',
'vlib/net/websocket/websocket_test.v',
@@ -132,6 +133,7 @@ const (
'do_not_remove',
]
skip_on_arm64 = [
'vlib/v/tests/closure_generator_test.v',
'do_not_remove',
]
skip_on_non_amd64_or_arm64 = [