Bug 421594 - 3 test failures in JavaBreakpointListenerTests
Summary: 3 test failures in JavaBreakpointListenerTests
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.4   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
: 421627 422206 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-11-13 04:30 EST by Dani Megert CLA
Modified: 2020-01-03 07:58 EST (History)
2 users (show)

See Also:


Attachments
Test result (134.37 KB, text/xml)
2013-11-13 04:31 EST, Dani Megert CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2013-11-13 04:30:30 EST
N20131112-2000.

http://download.eclipse.org/eclipse/downloads/drops4/N20131112-2000/testresults/html/org.eclipse.jdt.debug.tests_win32.win32.x86_7.0.html

Breakpoint should be removed expected:<1> but was:<2>

junit.framework.AssertionFailedError: Breakpoint should be removed expected:<1> but was:<2>
at org.eclipse.jdt.debug.tests.breakpoints.JavaBreakpointListenerTests.testLineBreakpoint(JavaBreakpointListenerTests.java:262)
at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:2405)
at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:55)
at java.lang.Thread.run(Thread.java:722)

---------------------------------------------------------------------

Breakpoint should be removed expected:<1> but was:<2>

junit.framework.AssertionFailedError: Breakpoint should be removed expected:<1> but was:<2>
at org.eclipse.jdt.debug.tests.breakpoints.JavaBreakpointListenerTests.testExceptionBreakpoint(JavaBreakpointListenerTests.java:327)
at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:2405)
at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:55)
at java.lang.Thread.run(Thread.java:722)

---------------------------------------------------------------------

Breakpoint should be removed expected:<1> but was:<2>

junit.framework.AssertionFailedError: Breakpoint should be removed expected:<1> but was:<2>
at org.eclipse.jdt.debug.tests.breakpoints.JavaBreakpointListenerTests.testMethodBreakpoint(JavaBreakpointListenerTests.java:392)
at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:2405)
at org.eclipse.jdt.debug.tests.DebugSuite$1.run(DebugSuite.java:55)
at java.lang.Thread.run(Thread.java:722)
Comment 1 Dani Megert CLA 2013-11-13 04:31:54 EST
Created attachment 237414 [details]
Test result
Comment 2 Michael Rennie CLA 2013-11-13 10:03:49 EST
*** Bug 421627 has been marked as a duplicate of this bug. ***
Comment 3 Michael Rennie CLA 2013-11-21 10:00:43 EST
*** Bug 422206 has been marked as a duplicate of this bug. ***
Comment 5 Eclipse Genie CLA 2020-01-02 16:45:56 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 6 Dani Megert CLA 2020-01-03 07:58:07 EST
Let's reopen if it fails again.