aboutsummaryrefslogtreecommitdiff
path: root/patches/rt_common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/rt_common.patch')
-rw-r--r--patches/rt_common.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/rt_common.patch b/patches/rt_common.patch
new file mode 100644
index 0000000..1444cfe
--- /dev/null
+++ b/patches/rt_common.patch
@@ -0,0 +1,12 @@
+diff --git a/tests/rt_common.rs b/tests/rt_common.rs
+index cb1d0f6..e5fc7a9 100644
+--- a/tests/rt_common.rs
++++ b/tests/rt_common.rs
+@@ -647,6 +647,7 @@ rt_test! {
+ }
+
+ #[test]
++ #[cfg(not(target_os = "android"))]
+ fn panic_in_task() {
+ let rt = rt();
+ let (tx, rx) = oneshot::channel();