Closed
Description
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
:
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.