mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
Bug 334650: [tests] JUnit test can cause deadlock
This commit is contained in:
parent
29aa387fa2
commit
3995cfd1a6
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ public class TestLaunchDelegate extends GdbLaunchDelegate
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean preLaunchCheck(ILaunchConfiguration config, String mode, IProgressMonitor monitor) throws CoreException {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean finalLaunchCheck(ILaunchConfiguration configuration, String mode, IProgressMonitor monitor) throws CoreException {
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue