diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-27 01:34:19 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-27 01:34:19 +0000 |
commit | 828a3a974feed8e962736b7c2995a89f5bdda13d (patch) | |
tree | 5082c845e004990ac516e2d3aa8ca9cfedd5ab44 /lldb/packages/Python/lldbsuite/test/functionalities | |
parent | ece176e0f6a9a3760358001fb39b308c8ffc5edc (diff) | |
download | bcm5719-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/functionalities')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/unwind/standard/TestStandardUnwind.py | 1 |
1 files changed, 1 insertions, 0 deletions
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"): |