Bug 577186 - [win32] testBug573547_insideLambda_onOuterScopeVariable_whileOnPreviousFrame fail since I20211108-1800
Summary: [win32] testBug573547_insideLambda_onOuterScopeVariable_whileOnPreviousFrame ...
Status: CLOSED DUPLICATE of bug 576999
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.22   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2021-11-10 09:20 EST by Andrey Loskutov CLA
Modified: 2021-11-10 12:45 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Loskutov CLA 2021-11-10 09:20:56 EST
org.eclipse.jdt.debug.tests.ui.DebugHoverTests	testBug573547_insideLambda_onOuterScopeVariable_whileOnPreviousFrame
fail since I20211108-1800 *on Windows*.

Possible related changes:
* bug 577119 (JDT debug)
* bug 575787 (SWT Windows)

https://download.eclipse.org/eclipse/downloads/drops4/I20211108-1800/testresults/html/org.eclipse.jdt.debug.tests_ep422I-unit-win32-java11_win32.win32.x86_64_11.html

https://download.eclipse.org/eclipse/downloads/drops4/I20211109-1800/testresults/html/org.eclipse.jdt.debug.tests_ep422I-unit-win32-java11_win32.win32.x86_64_11.html

https://download.eclipse.org/eclipse/downloads/drops4/I20211108-1800/testresults/html/org.eclipse.jdt.debug.tests_ep422I-unit-win32-java11_win32.win32.x86_64_11.html

junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:55)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertNotNull(Assert.java:256)
at junit.framework.Assert.assertNotNull(Assert.java:248)
at junit.framework.TestCase.assertNotNull(TestCase.java:391)
at org.eclipse.jdt.debug.tests.ui.DebugHoverTests.testBug573547_insideLambda_onOuterScopeVariable_whileOnPreviousFrame(DebugHoverTests.java:1256)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at junit.framework.TestCase.runTest(TestCase.java:177)
at junit.framework.TestCase.runBare(TestCase.java:142)
at org.eclipse.jdt.debug.tests.AbstractDebugTest.runBare(AbstractDebugTest.java:2672)
at junit.framework.TestResult$1.protect(TestResult.java:122)
at junit.fram
Comment 1 Sarika Sinha CLA 2021-11-10 12:45:36 EST
This has been failing since long
https://bugs.eclipse.org/bugs/show_bug.cgi?id=573547#c5

bug 577119 does not look like the cause.

*** This bug has been marked as a duplicate of bug 576999 ***