[Lldb-commits] [lldb] r238856 - TestGlobalVariables no longer fails on FreeBSD
Ed Maste
emaste at freebsd.org
Tue Jun 2 11:29:42 PDT 2015
Author: emaste
Date: Tue Jun 2 13:29:42 2015
New Revision: 238856
URL: http://llvm.org/viewvc/llvm-project?rev=238856&view=rev
Log:
TestGlobalVariables no longer fails on FreeBSD
It has passed since ~ r223393.
llvm.org/21599
Modified:
lldb/trunk/test/lang/c/global_variables/TestGlobalVariables.py
Modified: lldb/trunk/test/lang/c/global_variables/TestGlobalVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/global_variables/TestGlobalVariables.py?rev=238856&r1=238855&r2=238856&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/global_variables/TestGlobalVariables.py (original)
+++ lldb/trunk/test/lang/c/global_variables/TestGlobalVariables.py Tue Jun 2 13:29:42 2015
@@ -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."""
More information about the lldb-commits
mailing list