[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 llvm-svn: 236903
This commit is contained in:
		
							parent
							
								
									1992834a29
								
							
						
					
					
						commit
						09c4424994
					
				| 
						 | 
					@ -31,6 +31,7 @@ class CreateAfterAttachTestCase(TestBase):
 | 
				
			||||||
    @skipIfFreeBSD # Hangs. Revisit once required functionality is implemented
 | 
					    @skipIfFreeBSD # Hangs. Revisit once required functionality is implemented
 | 
				
			||||||
                   # for FreeBSD.
 | 
					                   # for FreeBSD.
 | 
				
			||||||
    @dwarf_test
 | 
					    @dwarf_test
 | 
				
			||||||
 | 
					    @skipIfRemote
 | 
				
			||||||
    @expectedFailureLinux # this test fails 1/100 dosep runs
 | 
					    @expectedFailureLinux # this test fails 1/100 dosep runs
 | 
				
			||||||
    def test_create_after_attach_with_dwarf_and_fork(self):
 | 
					    def test_create_after_attach_with_dwarf_and_fork(self):
 | 
				
			||||||
        """Test thread creation after process attach."""
 | 
					        """Test thread creation after process attach."""
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue