aboutsummaryrefslogtreecommitdiff
path: root/patches/task_blocking.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/task_blocking.patch')
-rw-r--r--patches/task_blocking.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/task_blocking.patch b/patches/task_blocking.patch
new file mode 100644
index 0000000..7f4f7d4
--- /dev/null
+++ b/patches/task_blocking.patch
@@ -0,0 +1,12 @@
+diff --git a/tests/task_blocking.rs b/tests/task_blocking.rs
+index 82bef8a..d9514d2 100644
+--- a/tests/task_blocking.rs
++++ b/tests/task_blocking.rs
+@@ -114,6 +114,7 @@ fn can_enter_basic_rt_from_within_block_in_place() {
+ }
+
+ #[test]
++#[cfg(not(target_os = "android"))]
+ fn useful_panic_message_when_dropping_rt_in_rt() {
+ use std::panic::{catch_unwind, AssertUnwindSafe};
+