Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reactivate tests in org.eclipse.debug.tests #525 #617

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.eclipse.core.runtime.jobs.Job;
import org.eclipse.debug.internal.ui.model.elements.SerialExecutor;
import org.eclipse.debug.tests.AbstractDebugTest;
import org.junit.Ignore;
import org.junit.Test;

@SuppressWarnings("restriction")
Expand Down Expand Up @@ -118,7 +117,6 @@ public void testSchedulingQueue() throws InterruptedException {
}

@Test
@Ignore("See https://bugs.eclipse.org/bugs/show_bug.cgi?id=574883")
public void testHeavyScheduling() throws InterruptedException {
// Executor has to execute every task. Even when they are scheduled fast
// and execute fast
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,8 @@ public void testChangeDocument() {
/**
* Test if invalid arguments produces error log messages.
*/
public void _testInvalidInvocations() {
@Test
public void testInvalidInvocations() {
final AtomicInteger expectedErrors = new AtomicInteger(0);
final ILogListener logListener = new ILogListener() {
@Override
Expand Down