Skip to content

Commit 41b2e37

Browse files
yannhamclaude
andcommitted
test(ffi): verify TLSDESC relocation and dynsym export of otel TLS symbol
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 05868a5 commit 41b2e37

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libdd-otel-thread-ctx-ffi/tests/elf_properties.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ fn readelf(args: &[&str], path: &PathBuf) -> String {
3131
}
3232

3333
#[test]
34+
#[cfg_attr(miri, ignore)]
3435
fn otel_thread_ctx_v1_in_dynsym() {
3536
let path = cdylib_path();
3637
let output = readelf(&["-W", "--dyn-syms"], &path);
@@ -45,6 +46,7 @@ fn otel_thread_ctx_v1_in_dynsym() {
4546
}
4647

4748
#[test]
49+
#[cfg_attr(miri, ignore)]
4850
fn otel_thread_ctx_v1_tlsdesc_reloc() {
4951
let path = cdylib_path();
5052
let output = readelf(&["-W", "--relocs"], &path);

0 commit comments

Comments
 (0)