about summary refs log tree commit diff
path: root/tests/run-make/mte-ffi/bar_float.c
AgeCommit message (Collapse)AuthorLines
2025-07-08Revert `tests/run-make/mte-ffi` changesJieyou Xu-2/+2
Partially reverts commit 40311c4dcf666e8bddcec4a8059e7d9f12bbd363.
2025-05-26ci: move tests from x86_64-gnu-llvm-19 job to aarch64MarcoIeni-2/+2
2024-07-30Add tests to ensure MTE tags are preserved across FFI boundariesDamian Heaton-0/+44
Added run-make tests to verify that, between a Rust-C FFI boundary in both directions, any MTE tags included in a pointer are preserved for the following pointer types, as well as any information stored using TBI: - int - float - string - function