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

A project dedicated to building LLVM toolchain for 32-bit Arm embedded targets.
Apache License 2.0
377 stars 85 forks source link

Change filenames in picolibc test-ungetc-ftell,test-fgets-eof #445

Closed statham-arm closed 1 month ago

statham-arm commented 1 month ago

This adds the patch in https://github.com/picolibc/picolibc/pull/734 to our picolibc patch. We think this is the cause of those two picolibc tests failing intermittently: they're both trying to make test output files with the same name in the test directory, and colliding whenever they happen to run concurrently.