Add decorator for test that fails on FreeBSD after editline rework
authorEd Maste <emaste@freebsd.org>
Tue, 18 Nov 2014 19:30:13 +0000 (19:30 +0000)
committerEd Maste <emaste@freebsd.org>
Tue, 18 Nov 2014 19:30:13 +0000 (19:30 +0000)
llvm.org/21599

llvm-svn: 222245

lldb/test/lang/c/global_variables/TestGlobalVariables.py

index 4649275..ae0cbf1 100644 (file)
@@ -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."""