[Lldb-commits] [lldb] r236903 - [TestCreateAfterAttach] Add @skipIfRemote to the forking test.
Siva Chandra
sivachandra at google.com
Fri May 8 14:12:41 PDT 2015
Author: sivachandra
Date: Fri May 8 16:12:41 2015
New Revision: 236903
URL: http://llvm.org/viewvc/llvm-project?rev=236903&view=rev
Log:
[TestCreateAfterAttach] Add @skipIfRemote to the forking test.
Test Plan: dotest.py -p TestCreateAfterAttach
Reviewers: chaoren
Reviewed By: chaoren
Subscribers: lldb-commits
Differential Revision: http://reviews.llvm.org/D9617
Modified:
lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
Modified: lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py?rev=236903&r1=236902&r2=236903&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py (original)
+++ lldb/trunk/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py Fri May 8 16:12:41 2015
@@ -31,6 +31,7 @@ class CreateAfterAttachTestCase(TestBase
@skipIfFreeBSD # Hangs. Revisit once required functionality is implemented
# for FreeBSD.
@dwarf_test
+ @skipIfRemote
@expectedFailureLinux # this test fails 1/100 dosep runs
def test_create_after_attach_with_dwarf_and_fork(self):
"""Test thread creation after process attach."""
More information about the lldb-commits
mailing list