[Lldb-commits] [lldb] r222245 - Add decorator for test that fails on FreeBSD after editline rework
Ed Maste
emaste at freebsd.org
Tue Nov 18 11:30:13 PST 2014
Author: emaste
Date: Tue Nov 18 13:30:13 2014
New Revision: 222245
URL: http://llvm.org/viewvc/llvm-project?rev=222245&view=rev
Log:
Add decorator for test that fails on FreeBSD after editline rework
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=222245&r1=222244&r2=222245&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/global_variables/TestGlobalVariables.py (original)
+++ lldb/trunk/test/lang/c/global_variables/TestGlobalVariables.py Tue Nov 18 13:30:13 2014
@@ -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."""
More information about the lldb-commits
mailing list