3 Commits

Author SHA1 Message Date
Jieyou Xu
24a25dbb88
Revert tests/run-make/mte-ffi changes
Partially reverts commit 40311c4dcf666e8bddcec4a8059e7d9f12bbd363.
2025-07-08 16:40:05 +08:00
MarcoIeni
1b7a927d84
ci: move tests from x86_64-gnu-llvm-19 job to aarch64 2025-05-26 22:27:20 +02:00
Damian Heaton
e8ce9fac85 Add tests to ensure MTE tags are preserved across FFI boundaries
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
2024-07-30 10:12:51 +01:00