Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 11ed806

Browse files
committed
[libunwind] [test] Mark the signal_frame test as unsupported on Windows
Mark it as unsupported on x86_64, arm and aarch64. On i686, DWARF is used as the default unwinding format, and there, the CFI directives are supported. Differential Revision: https://reviews.llvm.org/D147858
1 parent 66632e8 commit 11ed806

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

libunwind/test/signal_frame.pass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
// are necessary to run this test.
2222
// UNSUPPORTED: target=powerpc{{(64)?}}-ibm-aix
2323

24+
// Windows doesn't generally use CFI directives. However, i686
25+
// mingw targets do use DWARF (where CFI directives are supported).
26+
// UNSUPPORTED: target={{x86_64|arm.*|aarch64}}-{{.*}}-windows-{{.*}}
27+
2428
#undef NDEBUG
2529
#include <assert.h>
2630
#include <stdlib.h>

0 commit comments

Comments
 (0)