mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tests: make 'test-self' pass under msys2/MINGW32 (#20614)
This commit is contained in:
parent
55287b31ee
commit
bc37c85cae
7 changed files with 41 additions and 10 deletions
|
@ -321,6 +321,8 @@ const skip_on_non_amd64_or_arm64 = [
|
|||
'do_not_remove',
|
||||
// closures aren't implemented yet:
|
||||
'vlib/v/tests/closure_test.v',
|
||||
// native aren't implemented:
|
||||
'vlib/v/gen/native/tests/native_test.v',
|
||||
'vlib/context/cancel_test.v',
|
||||
'vlib/context/deadline_test.v',
|
||||
'vlib/context/empty_test.v',
|
||||
|
@ -437,7 +439,7 @@ fn main() {
|
|||
tsession.skip_files << skip_on_ubuntu_musl
|
||||
}
|
||||
$if !amd64 && !arm64 {
|
||||
tsession.skip_files << skip_on_non_amd64
|
||||
tsession.skip_files << skip_on_non_amd64_or_arm64
|
||||
}
|
||||
$if amd64 {
|
||||
tsession.skip_files << skip_on_amd64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue