Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libunwind/test/bad_unwind_info.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// this scenario.
// REQUIRES: target={{(aarch64|s390x|x86_64)-.+}}
// UNSUPPORTED: target={{.*-windows.*}}
// UNSUPPORTED: target={{.*-apple.*}}

// GCC doesn't support __attribute__((naked)) on AArch64.
// UNSUPPORTED: gcc
Expand Down
1 change: 1 addition & 0 deletions libunwind/test/eh_frame_fde_pc_range.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// REQUIRES: target={{x86_64-.+}}
// REQUIRES: objcopy-available
// UNSUPPORTED: target={{.*-windows.*}}
// UNSUPPORTED: target={{.*-apple.*}}

// TODO: Figure out why this fails with Memory Sanitizer.
// XFAIL: msan
Expand Down
1 change: 1 addition & 0 deletions libunwind/test/remember_state_leak.pass.sh.s
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

# REQUIRES: target={{x86_64-.+}}
# UNSUPPORTED: target={{.*-windows.*}}
# UNSUPPORTED: target={{.*-apple.*}}

# Inline assembly isn't supported by Memory Sanitizer
# UNSUPPORTED: msan
Expand Down
1 change: 1 addition & 0 deletions libunwind/test/signal_unwind.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// Ensure that the unwinder can cope with the signal handler.
// REQUIRES: target={{(aarch64|loongarch64|riscv64|s390x|x86_64)-.+}}
// UNSUPPORTED: target={{.*-windows.*}}
// UNSUPPORTED: target={{.*-apple.*}}

// TODO: Figure out why this fails with Memory Sanitizer.
// XFAIL: msan
Expand Down
1 change: 1 addition & 0 deletions libunwind/test/unwind_leaffunction.pass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// Ensure that leaf function can be unwund.
// REQUIRES: target={{(aarch64|loongarch64|riscv64|s390x|x86_64)-.+}}
// UNSUPPORTED: target={{.*-windows.*}}
// UNSUPPORTED: target={{.*-apple.*}}

// TODO: Figure out why this fails with Memory Sanitizer.
// XFAIL: msan
Expand Down
Loading