diff options
Diffstat (limited to 'lldb/test/lang/c/global_variables/TestGlobalVariables.py')
-rw-r--r-- | lldb/test/lang/c/global_variables/TestGlobalVariables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/test/lang/c/global_variables/TestGlobalVariables.py index 4649275031d..ae0cbf139ab 100644 --- a/lldb/test/lang/c/global_variables/TestGlobalVariables.py +++ b/lldb/test/lang/c/global_variables/TestGlobalVariables.py @@ -17,6 +17,7 @@ class GlobalVariablesTestCase(TestBase): self.buildDsym() self.global_variables() + @expectedFailureFreeBSD("llvm.org/21599 fails after editline rework") @dwarf_test def test_with_dwarf(self): """Test 'frame variable --scope --no-args' which omits args and shows scopes.""" |