diff options
author | Stella Stamenova <stilis@microsoft.com> | 2019-01-14 17:55:17 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2019-01-14 17:55:17 +0000 |
commit | da97713fc40436e1ddfd4d0a73e5446e40148258 (patch) | |
tree | f371fcc30e8f231bdd1b9fd85606b327517fc36f /lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py | |
parent | 62ab1a1ac5e8d25143f22e7e859f88c44d666843 (diff) | |
download | bcm5719-llvm-da97713fc40436e1ddfd4d0a73e5446e40148258.tar.gz bcm5719-llvm-da97713fc40436e1ddfd4d0a73e5446e40148258.zip |
[lldbsuite] Skip two more flaky tests on Windows
TestNamespaceLookup occasionally passes unexpectedly and TestExitDuringStep occasionally fails unexpectedly
llvm-svn: 351080
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py index 5b7436defdd..9c65966b348 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py @@ -183,6 +183,7 @@ class NamespaceLookupTestCase(TestBase): self.expect("expr -- foo()", startstr="(int) $2 = 42") @unittest2.expectedFailure("lldb file scope lookup bugs") + @skipIfWindows # This is flakey on Windows: llvm.org/pr38373 def test_file_scope_lookup_with_run_command(self): """Test file scope lookup in lldb.""" self.build() |