diff options
| author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-12-23 09:48:37 -0800 |
|---|---|---|
| committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-12-23 09:49:22 -0800 |
| commit | e7d5131d3b122cdae5442b02f60e8527423c40c3 (patch) | |
| tree | a049280bf3321bec3ce8101b9db3804d9e7b1fc1 | |
| parent | d2c9c9157b0528436d3b9f5e22c872f0ee6509a2 (diff) | |
| download | bcm5719-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.test | 1 |
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 |

