mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
v: fix build and failing tests on arm64 (#12840)
This commit is contained in:
@ -131,7 +131,15 @@ const (
|
||||
'do_not_remove',
|
||||
]
|
||||
skip_on_non_amd64 = [
|
||||
'vlib/v/tests/closure_test.v' /* not implemented yet */,
|
||||
// closures aren't implemented yet:
|
||||
'vlib/v/tests/closure_test.v',
|
||||
'vlib/context/cancel_test.v',
|
||||
'vlib/context/deadline_test.v',
|
||||
'vlib/context/empty_test.v',
|
||||
'vlib/context/value_test.v',
|
||||
'vlib/context/onecontext/onecontext_test.v',
|
||||
'vlib/sync/once_test.v',
|
||||
'vlib/sync/many_times_test.v',
|
||||
'do_not_remove',
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user