summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/c/global_variables/TestGlobalVariables.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/lang/c/global_variables/TestGlobalVariables.py')
-rw-r--r--lldb/test/lang/c/global_variables/TestGlobalVariables.py1
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."""
OpenPOWER on IntegriCloud