Skip to content

Commit

Permalink
Soft fail rlist_test on AIX
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
larsewi committed Dec 18, 2024
1 parent 6083b6c commit a83fb6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/unit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ XFAIL_TESTS += mon_processes_test
XFAIL_TESTS += rlist_test
endif

if AIX
XFAIL_TESTS += rlist_test
endif

if HPUX
XFAIL_TESTS = mon_load_test # Redmine #3569
endif
Expand Down

0 comments on commit a83fb6b

Please sign in to comment.