Many gfortran regression tests that were disabled because they failed
have been fixed in llvm-project/main, and can now be removed from the
DisabledFiles.cmake file. Some tests that were compiling and running
no longer do so because they contain valid errors that are now detected
by flang at compilation time.
Details
Details
Diff Detail
Diff Detail
- Repository
- rT test-suite
Event Timeline
Comment Actions
Time is of the essence; there is a Clang build bot that is failing because it needs to run the test suite against an f18 compiler that it builds as a test.
If you have no objection, I'm going to push this patch soon, and you can do a post-commit review.
Comment Actions
Tests passed on AArch64 for me.
I have an unrelated issue for regression__assign_3_f90. This is not related to this change.