Skip to content

Commit

Permalink
testing.md updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Nov 30, 2023
1 parent b4ee655 commit df132f5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/pages/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,16 @@ xpm run install-all -C ~/Work/micro-os-plus/utils-lists-xpack.git/tests
xpm run test-all -C ~/Work/micro-os-plus/utils-lists-xpack.git/tests
```

### Known problems

The native clang13 and clang14 tests fail on Arch & derivates machines, with
an error related to a missing symbol in libunwind.

The issue is caused by older clang releases returning the
paths in `-print-search-dirs` in a wrong order,
which results in including the wrong
library from the system instead of the toolchain library.

### Cleanups

To do a deep cleanup in order to free space or to restart the tests
Expand Down

0 comments on commit df132f5

Please sign in to comment.