Skip to content

Commit 030d0fc

Browse files
alancnirbheek
authored andcommitted
nasm tests: skip asm language test on Solaris & illumos
The code in this test to make Linux system calls is not compatible with the SunOS kernel system call conventions.
1 parent 5498f56 commit 030d0fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test cases/nasm/2 asm language/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ endif
77

88
if host_machine.system() == 'windows'
99
error('MESON_SKIP_TEST: this test asm is not made for Windows')
10+
elif host_machine.system() == 'sunos'
11+
error('MESON_SKIP_TEST: this test asm is not made for Solaris or illumos')
1012
endif
1113

1214
if meson.backend().startswith('vs')

0 commit comments

Comments
 (0)