summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-06-02 18:29:42 +0000
committerEd Maste <emaste@freebsd.org>2015-06-02 18:29:42 +0000
commite1abaf870f97429c6fa6954323c39540bf3fd2e4 (patch)
tree92dc4d5ec059efee4e5c7e8e4afd07a25b450986
parent21141d7a9c37de439101925b3068ee9900bc4e27 (diff)
downloadbcm5719-llvm-e1abaf870f97429c6fa6954323c39540bf3fd2e4.tar.gz
bcm5719-llvm-e1abaf870f97429c6fa6954323c39540bf3fd2e4.zip
TestGlobalVariables no longer fails on FreeBSD
It has passed since ~ r223393. llvm.org/21599 llvm-svn: 238856
-rw-r--r--lldb/test/lang/c/global_variables/TestGlobalVariables.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/test/lang/c/global_variables/TestGlobalVariables.py
index ab93bf6741b..4097569a689 100644
--- a/lldb/test/lang/c/global_variables/TestGlobalVariables.py
+++ b/lldb/test/lang/c/global_variables/TestGlobalVariables.py
@@ -17,7 +17,6 @@ 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