ARM-software / LLVM-embedded-toolchain-for-Arm

A project dedicated to building LLVM toolchain for Arm and AArch64 embedded targets.
Apache License 2.0
419 stars 98 forks source link

Remove armv4t/armv5t from check-all targets #540

Closed dcandler closed 3 weeks ago

dcandler commented 3 weeks ago

The compiler-rt and libcxx tests for armv4t and armv5t variants currently hang until a timeout is reached. Rather than disable the tests, this patch removes them from the check-all targets. This allows the tests to still be run while investigating the issue, but does not interrupt overall testing of the toolchain.

dcandler commented 3 weeks ago

Minor update to also include picolibc tests, which are also timing out (albeit with a more sensible limit)