[Lldb-commits] [lldb] r360182 - Disable eh-frame-dwarf-unwind.test on windows
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue May 7 12:24:29 PDT 2019
Author: labath
Date: Tue May 7 12:24:28 2019
New Revision: 360182
URL: http://llvm.org/viewvc/llvm-project?rev=360182&view=rev
Log:
Disable eh-frame-dwarf-unwind.test on windows
It fails on the windows bot. Disable until I can figure out what's the
reason.
Modified:
lldb/trunk/lit/Unwind/eh-frame-dwarf-unwind.test
Modified: lldb/trunk/lit/Unwind/eh-frame-dwarf-unwind.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Unwind/eh-frame-dwarf-unwind.test?rev=360182&r1=360181&r2=360182&view=diff
==============================================================================
--- lldb/trunk/lit/Unwind/eh-frame-dwarf-unwind.test (original)
+++ lldb/trunk/lit/Unwind/eh-frame-dwarf-unwind.test Tue May 7 12:24:28 2019
@@ -1,6 +1,7 @@
# Test handing of dwarf expressions specifying the location of registers, if
# those expressions refer to the frame's CFA value.
+# UNSUPPORTED: system-windows
# REQUIRES: target-x86_64, native
# RUN: %clang %p/Inputs/call-asm.c %p/Inputs/eh-frame-dwarf-unwind.s -o %t
More information about the lldb-commits
mailing list