[libunwind] [test] Mark the signal_frame test as unsupported on Windows
authorMartin Storsjö <martin@martin.st>
Fri, 31 Mar 2023 21:52:05 +0000 (00:52 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 10 Apr 2023 21:00:30 +0000 (00:00 +0300)
commit11ed806e7fdb1df74bba727165e68d675bbaa5e1
treebe263349b918b1f5349874f61112e98f2c59629d
parent66632e8798148b351ba2971a0a380a47352afc8d
[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
libunwind/test/signal_frame.pass.cpp