[Lldb-commits] [lldb] r372064 - [test] Disable reproducer dump test on Windows
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 16 20:58:32 PDT 2019
Author: jdevlieghere
Date: Mon Sep 16 20:58:32 2019
New Revision: 372064
URL: http://llvm.org/viewvc/llvm-project?rev=372064&view=rev
Log:
[test] Disable reproducer dump test on Windows
Modified:
lldb/trunk/lit/Reproducer/TestDump.test
Modified: lldb/trunk/lit/Reproducer/TestDump.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Reproducer/TestDump.test?rev=372064&r1=372063&r2=372064&view=diff
==============================================================================
--- lldb/trunk/lit/Reproducer/TestDump.test (original)
+++ lldb/trunk/lit/Reproducer/TestDump.test Mon Sep 16 20:58:32 2019
@@ -1,3 +1,4 @@
+# UNSUPPORTED: system-windows
# This tests the reproducer dump functionality.
# Generate a reproducer.
More information about the lldb-commits
mailing list