Skip to content
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] Comment out tests with missing semantic checks #55

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

jeanPerier
Copy link
Contributor

These tests are looking for a semantic error that flang is not emitting but they used to pass because a TODO for procedure pointers was emitted in lowering. Lowering implemented procedure pointers, so these test now fail. I opened an issue against semantics, but I want to comment out these tests so that we can still land the lowering implementation of procedure pointers that is correct (the lowering change was reverted for now).

See llvm/llvm-project#73215

These tests are looking for a semantic error that flang is not emitting
but they used to pass because a TODO for procedure pointers was emitted
in lowering. Lowering implemented procedure pointers, so these test
now fail. I opened an issue against semantics, but I want to comment
out these tests so that we can still land the lowering implementation
of procedure pointers that is correct.

See llvm/llvm-project#73215
Copy link
Contributor

@kiranchandramohan kiranchandramohan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@jeanPerier jeanPerier merged commit fd7aca4 into llvm:main Nov 23, 2023
@jeanPerier jeanPerier deleted the jpr-remove-proc-ptr-failures branch November 23, 2023 09:25
tarunprabhu pushed a commit to llvm-project-tlp/llvm-test-suite that referenced this pull request Dec 8, 2023
These tests are looking for a semantic error that flang is not emitting
but they used to pass because a TODO for procedure pointers was emitted
in lowering. Lowering implemented procedure pointers, so these test
now fail. I opened an issue against semantics, but I want to comment
out these tests so that we can still land the lowering implementation
of procedure pointers that is correct.

See llvm/llvm-project#73215
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants