-
Notifications
You must be signed in to change notification settings - Fork 343
[Fortran/gfortran] Sync gfortran tests with upstream #241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fortran/gfortran] Sync gfortran tests with upstream #241
Conversation
|
Thanks Tom. The test failed for me when I switched to a Debug build of the test suite on X86 as well. It has been disabled. |
Thanks. The same test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this all passes for me on aarch64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating the gfortran tests. No failures on my AArch64 machine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this all passes for me on loongarch64.
Found the following failures with
The same is for |
823df22
to
ca1315d
Compare
Thanks for taking a look, Kelvin. I see those tests failing for me too. Perhaps this is the result of a change in flang since last week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this update @tarunprabhu!
Works for me on X86-64 (ubuntu 22.04)
Testing Time: 37.63s
Total Discovered Tests: 6783
Passed: 6783 (100.00%)
I have filed an issue for the inconsistent behavior of 117797.f90. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for my configuration (amd-rome node)
Testing Time: 1866.40s
Total Discovered Tests: 6782
Passed: 6782 (100.00%)
@tarunprabhu It could be 4d9479. |
These are synced with c182f4d14d65b3e012. Any new tests that fail have been added to the appropriate deny lists. The reasons for these failures have not been thoroughly investigated though, so some recategorization may be necessary. Some bugs in the build system for the tests was uncovered in the process and fixed.
ca1315d
to
38507f2
Compare
Thanks @tblah, @ylzsx, @luporl, @kkwli, @jeanPerier and @AlexisPerry for testing this. |
These are synced with c182f4d14d65b3e012.
Any new tests that fail have been added to the appropriate deny lists. The reasons for these failures have not been thoroughly investigated though, so some recategorization may be necessary.
Some bugs in the build system for the tests was uncovered in the process and fixed.
Notes for reviewers: Only the following files need to be reviewed:
The
tests.cmake
files are generated by theupdate-test-config
script. The source code files and.exp
files are exactly the same as those upstream. None of these files need to be reviewed.I have solicited reviews from a larger number of reviewers so the test suite can be tested on a wider range of platforms.