- Add TEST_SUITE_FUJITSU_TEST_LANG CMake variable to select the language to run.
- Make FP tolerances configurable by the
fpconfig.cmakefile for non-fast-math airthmetic. - Add more test programs.
- Fix some bugs in the test programs.
- Add more test programs.
- Fix some bugs in the test programs.
- Remove redundant files.
Started accepting external pull requests.
- Add CONTRIBUTING.md to provide clear guidelines for contributors.
- Change license to Apache License v2.0 with LLVM Exceptions to match the LLVM Project.
- Remove .github directory and pull_request_template.txt as PRs are now accepted. The pull_request_template.txt states that pull requests are not accepted, and this was the only file present in the .github directory.
- Add the
TEST_SUITE_FUJITSU_WITH_FAST_MATHCMake variable to reduce positive FAILs caused by precision errors in floating-point arithmetic. Please seeRUN.mdfor details.
- Fix unexpected errors caused by parallel file read/write (issue #2).
- Fix uninitialized local variables in Fortran tests (issue #24).
- Reduce false positive FAILs caused by precision errors in floating-point arithmetic (issue #4).
- Reduce flaky tests (issue #35).
- Fix other bugs in the test programs. (including bugs reported by users and Flang CI)
- Remove some test programs that is dependent on the processing-system.
- Add more test programs.
- Fix some bugs in the test programs.
- Remove some test programs that is dependent on the processing-system.
- Add more test programs.
- Remove redundant files.
- Fix some bugs in the test programs.
- Remove redundant files.
- Add more test programs.
- Add more C test programs.
- Add more Fortran test programs.
- Change the contact email address.
- Don't run tests which assume 512-bit SVE vector register length.
- Don't run tests in parallel if they write to a same file.
- Before this fix, tests failed at random because of file I/O conflicts.
- Change the minimum required CMake version to 3.27.0 for Fortran tests.
- Before this fix,
CMake cannot determine linker language for targeterror was shown for*.f03and*.f08test files if you use CMake version lower than 3.27.0.
- Before this fix,