We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At #841 commit 52ee02f "Add support for enums on the match expression", the new rust/execute/torture/match1.rs FAILs its output pattern test for -m32:
rust/execute/torture/match1.rs
-m32
PASS: rust/execute/torture/match1.rs -O0 (test for excess errors) Setting LD_LIBRARY_PATH to .:.: Execution timeout is: 300 spawn [open ...] Foo::A Foo::B Foo::C x Foo::D 20 0 PASS: rust/execute/torture/match1.rs -O0 execution test FAIL: rust/execute/torture/match1.rs -O0 output pattern test Output was: Foo::A Foo::B Foo::C x Foo::D 20 0 Should match: Foo::A Foo::B Foo::C x Foo::D 20 80
Same for other optimization levels.
The text was updated successfully, but these errors were encountered:
this was fixed in dd213da
Sorry, something went wrong.
philberty
No branches or pull requests
At #841 commit 52ee02f "Add support for enums on the match expression", the new
rust/execute/torture/match1.rs
FAILs its output pattern test for-m32
:Same for other optimization levels.
The text was updated successfully, but these errors were encountered: