Add decorator for failure setting prompt on FreeBSD
authorEd Maste <emaste@freebsd.org>
Wed, 18 Feb 2015 20:55:13 +0000 (20:55 +0000)
committerEd Maste <emaste@freebsd.org>
Wed, 18 Feb 2015 20:55:13 +0000 (20:55 +0000)
llvm.org/pr22611

llvm-svn: 229745

lldb/test/functionalities/abbreviation/TestAbbreviations.py

index 7b84a09..669f0c8 100644 (file)
@@ -12,6 +12,7 @@ class AbbreviationsTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
+    @expectedFailureFreeBSD("llvm.org/pr22611 thread race condition breaks prompt setting")
     @unittest2.skipIf(sys.platform.startswith("win32"), "one-shot script commands deadlock on Windows.")
     def test_nonrunning_command_abbreviations (self):
         self.expect("ap script",