[Lldb-commits] [lldb] r222442 - Add decorator for FreeBSD failure

Ed Maste emaste at freebsd.org
Thu Nov 20 10:56:12 PST 2014


Author: emaste
Date: Thu Nov 20 12:56:11 2014
New Revision: 222442

URL: http://llvm.org/viewvc/llvm-project?rev=222442&view=rev
Log:
Add decorator for FreeBSD failure

llvm.org/pr21620


Modified:
    lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py

Modified: lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py?rev=222442&r1=222441&r2=222442&view=diff
==============================================================================
--- lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py (original)
+++ lldb/trunk/test/python_api/value_var_update/TestValueVarUpdate.py Thu Nov 20 12:56:11 2014
@@ -19,6 +19,7 @@ class HelloWorldTestCase(TestBase):
         self.setTearDownCleanup(dictionary=self.d)
         self.do_test()
 
+    @expectedFailureFreeBSD("llvm.org/pr21620 GetValueDidChange() wrong")
     @python_api_test
     @dwarf_test
     def test_with_dwarf_and_process_launch_api(self):





More information about the lldb-commits mailing list