-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Test failed in issue-101082.rs: expected string not found in input #139987
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
Comments
cc @cuviper |
Yes, we use the most recent version of both. |
We're also seeing this in our build of LLVM/Rust@HEADs - since the test is already using revisions the easiest thing would be to fork the test into an llvm 20 and an llvm 21+ flavor, but I could also probably make it work by having an @cuviper would you like me to try one of those? |
I think you can just convert the |
…viper tests: adjust 101082 test for LLVM 21 fix Fixes rust-lang#139987.
Rollup merge of rust-lang#139989 - durin42:llvm-21-issue-101082, r=cuviper tests: adjust 101082 test for LLVM 21 fix Fixes rust-lang#139987.
We've started seeing this test failure when trying to package rust for use in chromium (link to build output). The output says
I see the comment in issue-101082.rs mentions that the test got changed until llvm/llvm-project#134513 got fixed upstream, which happened a few hours ago. Perhaps we need to change the test back now?
The text was updated successfully, but these errors were encountered: