You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: test run failed!
command: x86_64-unknown-linux-gnu/test/run-pass/conditional-debug-macro-off.stage2-x86_64-unknown-linux-gnu
stdout:
------------------------------------------
------------------------------------------
stderr:
------------------------------------------
rust: task failed at 'explicit failure', /home/huon/rust/src/test/run-pass/conditional-debug-macro-off.rs:16
rust: domain main @0xc6d230 root task failed
------------------------------------------
rust: task failed at 'explicit failure', /home/huon/rust/src/compiletest/runtest.rs:723test[run-pass] run-pass/conditional-debug-macro-off.rs ... FAILED
All of the old debug! statements have been converted to info!, so tests should be able to choose --cfg debug or not themselves, as the info! statements are unconditionally in the output.