Skip to content

Commit 67ebf97

Browse files
committed
Soft fail rlist_test on AIX
For some reason rlist_test fails in AIX unit tests. The test seems to `abort()` while it should trigger an assert so that `expect_assert_failure()` can catch it. For some reason this is not happening anymore. ``` rlist.c:135: Programming Error: Internal error: Rval contains type f instead of expected scalar ``` I created a ticket (CFE-4473) to follow-up on this. Ticket: None Changelog: None Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 6083b6c commit 67ebf97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/unit/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ XFAIL_TESTS += mon_processes_test
179179
XFAIL_TESTS += rlist_test
180180
endif
181181

182+
if AIX
183+
XFAIL_TESTS = rlist_test
184+
endif
185+
182186
if HPUX
183187
XFAIL_TESTS = mon_load_test # Redmine #3569
184188
endif

0 commit comments

Comments
 (0)