-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Add Four Codegen Tests #134626
base: master
Are you sure you want to change the base?
Add Four Codegen Tests #134626
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
This comment has been minimized.
This comment has been minimized.
29a1d0f
to
83038e0
Compare
This comment has been minimized.
This comment has been minimized.
83038e0
to
ddb52ce
Compare
This comment has been minimized.
This comment has been minimized.
ddb52ce
to
62fedef
Compare
@bors r+ rollup=iffy |
…r=Mark-Simulacrum Add Four Codegen Tests Closes rust-lang#74615 Closes rust-lang#123216 Closes rust-lang#49572 Closes rust-lang#93514 This PR adds four codegen tests. The FileCheck assertions were generated with the help of `update_test_checks.py` and `update_llc_test_checks.py` from the LLVM project.
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
62fedef
to
0ec717b
Compare
@bors r+ |
…r=Mark-Simulacrum Add Four Codegen Tests Closes rust-lang#74615 Closes rust-lang#123216 Closes rust-lang#49572 Closes rust-lang#93514 This PR adds four codegen tests. The FileCheck assertions were generated with the help of `update_test_checks.py` and `update_llc_test_checks.py` from the LLVM project.
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
0ec717b
to
c00d7e2
Compare
Apologies for the repeated attempts. Should be completely fixed now. Thank you. |
@bors r+ |
…r=Mark-Simulacrum Add Four Codegen Tests Closes rust-lang#74615 Closes rust-lang#123216 Closes rust-lang#49572 Closes rust-lang#93514 This PR adds four codegen tests. The FileCheck assertions were generated with the help of `update_test_checks.py` and `update_llc_test_checks.py` from the LLVM project.
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
Closes #74615
Closes #123216
Closes #49572
Closes #93514
This PR adds four codegen tests. The FileCheck assertions were generated with the help of
update_test_checks.py
andupdate_llc_test_checks.py
from the LLVM project.