aboutsummaryrefslogtreecommitdiff
path: root/patches/test_bytes.rs.patch
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:05:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:05:58 +0000
commit945ebcfdf63e064ec3ffef07999f8508f0086202 (patch)
treebc916d77ff4abffd28ebc6040f8a732aca0311e7 /patches/test_bytes.rs.patch
parent073a8f76e3f94372ed2c11d71efbfcb2b168b424 (diff)
parent93e2e9787ff376ef44812969f84c2b9137067c57 (diff)
downloadbytes-b63eb0a2d8a442be2e08a4d477cc75e506991807.tar.gz
Change-Id: I4b230df1bc47decb06e269a3ab9f183e977f1fbd
Diffstat (limited to 'patches/test_bytes.rs.patch')
-rw-r--r--patches/test_bytes.rs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/test_bytes.rs.patch b/patches/test_bytes.rs.patch
new file mode 100644
index 0000000..429e7f5
--- /dev/null
+++ b/patches/test_bytes.rs.patch
@@ -0,0 +1,12 @@
+diff --git a/tests/test_bytes.rs b/tests/test_bytes.rs
+index f0cae99..402017b 100644
+--- a/tests/test_bytes.rs
++++ b/tests/test_bytes.rs
+@@ -288,6 +288,7 @@ fn split_to_uninitialized() {
+ }
+
+ #[test]
++#[ignore = "Android: we unwind differently."]
+ fn split_off_to_at_gt_len() {
+ fn make_bytes() -> Bytes {
+ let mut bytes = BytesMut::with_capacity(100);