diff options
author | Michał Górny <mgorny@moritz.systems> | 2022-07-15 21:47:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@moritz.systems> | 2022-07-15 21:48:03 +0200 |
commit | fc92f11441894e65f76a856cfc55a03e0df726a6 (patch) | |
tree | 0c878909f9081afe273a9d5d76165e9d485abc66 /lldb | |
parent | [mlir][Linalg] Extend Generic op dedup canonicalization to drop redundant res... (diff) | |
download | llvm-project-fc92f11441894e65f76a856cfc55a03e0df726a6.tar.gz llvm-project-fc92f11441894e65f76a856cfc55a03e0df726a6.tar.bz2 llvm-project-fc92f11441894e65f76a856cfc55a03e0df726a6.zip |
[lldb] [test] Skip test_leave_nonstop on Windows
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/test/API/tools/lldb-server/TestNonStop.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/tools/lldb-server/TestNonStop.py b/lldb/test/API/tools/lldb-server/TestNonStop.py index 13cfe7ad3c6b..0031f1885e88 100644 --- a/lldb/test/API/tools/lldb-server/TestNonStop.py +++ b/lldb/test/API/tools/lldb-server/TestNonStop.py @@ -363,6 +363,7 @@ class LldbGdbServerTestCase(gdbremote_testcase.GdbRemoteTestCaseBase): ], True) self.expect_gdbremote_sequence() + @skipIfWindows @add_test_categories(["llgs"]) def test_leave_nonstop(self): self.build() |