tests: Remove ignore-android directive for fixed issue
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
//@ exec-env:RUST_BACKTRACE=0
|
||||
//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
|
||||
|
||||
//@ ignore-android #120567
|
||||
//@ needs-subprocess
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
|
||||
thread 'main' ($TID) panicked at $DIR/test-panic-abort-nocapture.rs:32:5:
|
||||
thread 'main' ($TID) panicked at $DIR/test-panic-abort-nocapture.rs:31:5:
|
||||
assertion `left == right` failed
|
||||
left: 2
|
||||
right: 4
|
||||
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|
||||
|
||||
thread 'main' ($TID) panicked at $DIR/test-panic-abort-nocapture.rs:26:5:
|
||||
thread 'main' ($TID) panicked at $DIR/test-panic-abort-nocapture.rs:25:5:
|
||||
assertion `left == right` failed
|
||||
left: 2
|
||||
right: 4
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
//@ exec-env:RUST_BACKTRACE=0
|
||||
//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
|
||||
|
||||
//@ ignore-android #120567
|
||||
//@ needs-subprocess
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
@@ -18,7 +18,7 @@ testing123
|
||||
---- it_fails stderr ----
|
||||
testing321
|
||||
|
||||
thread 'main' ($TID) panicked at $DIR/test-panic-abort.rs:37:5:
|
||||
thread 'main' ($TID) panicked at $DIR/test-panic-abort.rs:36:5:
|
||||
assertion `left == right` failed
|
||||
left: 2
|
||||
right: 5
|
||||
|
||||
Reference in New Issue
Block a user