summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-08-27 01:34:19 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-08-27 01:34:19 +0000
commit828a3a974feed8e962736b7c2995a89f5bdda13d (patch)
tree5082c845e004990ac516e2d3aa8ca9cfedd5ab44 /lldb/packages/Python/lldbsuite/test/lang/cpp
parentece176e0f6a9a3760358001fb39b308c8ffc5edc (diff)
downloadbcm5719-llvm-828a3a974feed8e962736b7c2995a89f5bdda13d.tar.gz
bcm5719-llvm-828a3a974feed8e962736b7c2995a89f5bdda13d.zip
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestStdCXXDisassembly.py1
1 files changed, 1 insertions, 0 deletions
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()
OpenPOWER on IntegriCloud