[Lldb-commits] [lldb] r247608 - Final unexpected success cleanup for OS X.
Todd Fiala via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 14 13:16:34 PDT 2015
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
More information about the lldb-commits
mailing list