Skip to content

Commit

Permalink
disable long_x_list tests on 32-bit targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Nov 15, 2023
1 parent da19dd4 commit 4250899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions capnpc/test/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,7 @@ mod tests {
}
}

#[cfg(target_pointer_width = "64")]
#[test]
fn long_u64_list() {
use crate::test_capnp::test_all_types;
Expand Down Expand Up @@ -1759,6 +1760,7 @@ mod tests {
message.init_root::<test_all_types::Builder<'_>>();
}

#[cfg(target_pointer_width = "64")]
#[test]
fn long_struct_list() {
use crate::test_capnp::test_lists;
Expand Down Expand Up @@ -1788,6 +1790,7 @@ mod tests {
}
}

#[cfg(target_pointer_width = "64")]
#[test]
fn long_list_list() {
use crate::test_capnp::test_lists;
Expand Down

0 comments on commit 4250899

Please sign in to comment.