From 828a3a974feed8e962736b7c2995a89f5bdda13d Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Tue, 27 Aug 2019 01:34:19 +0000 Subject: [test] Disable two of the recently (re)enabled tests on Windows. This disables two tests on Windows that I re-enabled in r369995. llvm-svn: 370003 --- .../lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py | 1 + .../packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py | 1 + 2 files changed, 2 insertions(+) (limited to 'lldb/packages/Python/lldbsuite') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py index 204aa27ad17..032b9e1aa61 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py @@ -144,6 +144,7 @@ for d in test_source_dirs: # Generate test cases based on the collected source files for f in test_source_files: if f.endswith(".cpp") or f.endswith(".c"): + @skipIfWindows @add_test_categories(["dwarf"]) def test_function_dwarf(self, f=f): if f.endswith(".cpp"): diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py index 6a86be89f23..73fb7997ffa 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py @@ -22,6 +22,7 @@ class StdCXXDisassembleTestCase(TestBase): # Find the line number to break inside main(). self.line = line_number('main.cpp', '// Set break point at this line.') + @skipIfWindows def test_stdcxx_disasm(self): """Do 'disassemble' on each and every 'Code' symbol entry from the std c++ lib.""" self.build() -- cgit v1.2.3