Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi-threade...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 12 Dec 2012 23:12:09 +0000 (23:12 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 12 Dec 2012 23:12:09 +0000 (23:12 +0000)
llvm-svn: 170043

lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py

index e67436a..3d90fd7 100644 (file)
@@ -18,6 +18,7 @@ class ThreadsStackTracesTestCase(TestBase):
         # Find the line number to break inside main().
         self.line = line_number('main.cpp', '// Set break point at this line.')
 
+    @expectedFailureLinux # bugzilla 14323
     @python_api_test
     def test_stack_traces(self):
         """Test SBprocess and SBThread APIs with printing of the stack traces."""