aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2023-01-18 20:49:08 +0100
committerJeff Vander Stoep <jeffv@google.com>2023-01-18 20:50:31 +0100
commitb02c2345986a4f713851b046c4498ce16269aa93 (patch)
tree3815ff26d327f3d4eee784ed57910e86629036b3
parentff62579fde0625f6c8923b58c9dc848c97c680e6 (diff)
downloadtokio-b02c2345986a4f713851b046c4498ce16269aa93.tar.gz
Disable a test that needs the latest compiler version
Revert once the compiler has rolled forward. Test: atest Bug: 262591027 Change-Id: Ib74b2d217b95de7d2faa34474dd388b661f84dea
-rw-r--r--patches/macros_join.rs.patch12
-rw-r--r--tests/macros_join.rs1
2 files changed, 13 insertions, 0 deletions
diff --git a/patches/macros_join.rs.patch b/patches/macros_join.rs.patch
new file mode 100644
index 0000000..f041b14
--- /dev/null
+++ b/patches/macros_join.rs.patch
@@ -0,0 +1,12 @@
+diff --git a/tests/macros_join.rs b/tests/macros_join.rs
+index 16e7c43..4441582 100644
+--- a/tests/macros_join.rs
++++ b/tests/macros_join.rs
+@@ -66,6 +66,7 @@ async fn two_await() {
+
+ #[test]
+ #[cfg(target_pointer_width = "64")]
++#[ignore = "Android: ignore until the compiler is updated. aliceryhl@ says these tests assume latest stable compiler."]
+ fn join_size() {
+ use futures::future;
+ use std::mem;
diff --git a/tests/macros_join.rs b/tests/macros_join.rs
index 16e7c43..4441582 100644
--- a/tests/macros_join.rs
+++ b/tests/macros_join.rs
@@ -66,6 +66,7 @@ async fn two_await() {
#[test]
#[cfg(target_pointer_width = "64")]
+#[ignore = "Android: ignore until the compiler is updated. aliceryhl@ says these tests assume latest stable compiler."]
fn join_size() {
use futures::future;
use std::mem;