Author: tfiala Date: Mon Sep 14 15:16:34 2015 New Revision: 247608 URL: http://llvm.org/viewvc/llvm-project?rev=247608&view=rev Log: Final unexpected success cleanup for OS X.
Top of tree is running with no unexpected successes with this change, on latest available El Capitan and Xcode betas. Modified: lldb/trunk/test/functionalities/thread/thread_exit/TestThreadExit.py Modified: lldb/trunk/test/functionalities/thread/thread_exit/TestThreadExit.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/thread_exit/TestThreadExit.py?rev=247608&r1=247607&r2=247608&view=diff ============================================================================== --- lldb/trunk/test/functionalities/thread/thread_exit/TestThreadExit.py (original) +++ lldb/trunk/test/functionalities/thread/thread_exit/TestThreadExit.py Mon Sep 14 15:16:34 2015 @@ -13,14 +13,12 @@ class ThreadExitTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) @skipUnlessDarwin - @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained @dsym_test def test_with_dsym(self): """Test thread exit handling.""" self.buildDsym(dictionary=self.getBuildFlags()) self.thread_exit_test() - @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained @expectedFailureFreeBSD("llvm.org/pr18190") # thread states not properly maintained @expectedFailureWindows("llvm.org/pr24681") @dwarf_test _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits