summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-12-23 09:48:37 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2019-12-23 09:49:22 -0800
commite7d5131d3b122cdae5442b02f60e8527423c40c3 (patch)
treea049280bf3321bec3ce8101b9db3804d9e7b1fc1
parentd2c9c9157b0528436d3b9f5e22c872f0ee6509a2 (diff)
downloadbcm5719-llvm-e7d5131d3b122cdae5442b02f60e8527423c40c3.tar.gz
bcm5719-llvm-e7d5131d3b122cdae5442b02f60e8527423c40c3.zip
[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.
-rw-r--r--lldb/test/Shell/Reproducer/TestSynchronous.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/Shell/Reproducer/TestSynchronous.test b/lldb/test/Shell/Reproducer/TestSynchronous.test
index f32ce8c5722..c62cbe81aff 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
OpenPOWER on IntegriCloud