Author: emaste
Date: Tue Feb 11 12:28:18 2014
New Revision: 201166

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

The test expects the inferior to have exited, but it is still stopped.

llvm.org/pr18066

Modified:
    lldb/trunk/test/functionalities/thread/step_out/TestThreadStepOut.py

Modified: lldb/trunk/test/functionalities/thread/step_out/TestThreadStepOut.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/step_out/TestThreadStepOut.py?rev=201166&r1=201165&r2=201166&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/step_out/TestThreadStepOut.py 
(original)
+++ lldb/trunk/test/functionalities/thread/step_out/TestThreadStepOut.py Tue 
Feb 11 12:28:18 2014
@@ -18,7 +18,7 @@ class ThreadStepOutTestCase(TestBase):
         self.buildDsym(dictionary=self.getBuildFlags())
         self.step_out_test(self.step_out_single_thread_with_cmd)
 
-    @expectedFailureFreeBSD("llvm.org/pr17910") # fails to build
+    @expectedFailureFreeBSD("llvm.org/pr18066") # inferior does not exit
     @dwarf_test
     def test_step_single_thread_with_dwarf(self):
         """Test thread step out on one thread via command interpreter. """


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

Reply via email to