[Lldb-commits] [lldb] e7d5131 - [lldb/Test] Disable TestSynchronous.test on Windows.
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 23 09:49:40 PST 2019
Author: Jonas Devlieghere
Date: 2019-12-23T09:49:22-08:00
New Revision: e7d5131d3b122cdae5442b02f60e8527423c40c3
URL: https://github.com/llvm/llvm-project/commit/e7d5131d3b122cdae5442b02f60e8527423c40c3
DIFF: https://github.com/llvm/llvm-project/commit/e7d5131d3b122cdae5442b02f60e8527423c40c3.diff
LOG: [lldb/Test] Disable TestSynchronous.test on Windows.
The test was being skipped on the Windwos bot because it requires Python
which was silently disabled because of a configuration issue. Now that
the test runs, this fails as expected.
Added:
Modified:
lldb/test/Shell/Reproducer/TestSynchronous.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Reproducer/TestSynchronous.test b/lldb/test/Shell/Reproducer/TestSynchronous.test
index f32ce8c57224..c62cbe81aff3 100644
--- a/lldb/test/Shell/Reproducer/TestSynchronous.test
+++ b/lldb/test/Shell/Reproducer/TestSynchronous.test
@@ -1,4 +1,5 @@
# REQUIRES: python
+# UNSUPPORTED: system-windows
# Ensure that replay happens in synchronous mode.
# RUN: rm -rf %t.repro
More information about the lldb-commits
mailing list