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."""


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to