aboutsummaryrefslogtreecommitdiffstats
path: root/tests/reproducers/simple/deadlocktest/testcases/DeadLockTestTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reproducers/simple/deadlocktest/testcases/DeadLockTestTest.java')
-rw-r--r--tests/reproducers/simple/deadlocktest/testcases/DeadLockTestTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/reproducers/simple/deadlocktest/testcases/DeadLockTestTest.java b/tests/reproducers/simple/deadlocktest/testcases/DeadLockTestTest.java
index b3445d6..e18a6ba 100644
--- a/tests/reproducers/simple/deadlocktest/testcases/DeadLockTestTest.java
+++ b/tests/reproducers/simple/deadlocktest/testcases/DeadLockTestTest.java
@@ -205,8 +205,6 @@ public class DeadLockTestTest {
private void assertDeadlockTestLaunched(ProcessResult pr) {
String s = "Deadlock test started";
Assert.assertTrue("Deadlock test should print out " + s + ", but did not", pr.stdout.contains(s));
- String ss = "xception";
- Assert.assertFalse("Deadlock test should not stderr " + ss + " but did", pr.stderr.contains(ss));
//each 3500 seconds deadlock test stdout something
//timeout is 20s
//so it should write out FIVE sentences, but is mostly just three or four. Last is nearly always consumed by termination