Bug 576362 - org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest.testObserveFocus failing on Mac
Summary: org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest.t...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.22   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-30 11:06 EDT by Kalyan Prasad Tatavarthi CLA
Modified: 2021-09-30 11:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kalyan Prasad Tatavarthi CLA 2021-09-30 11:06:06 EDT
since I20210923-1800

The mac test machine has changed to 
Mac arm 64 machine. Tests are being run for arm 64 on this machine as well as for x86_64 on the same machine using x86_64->arm64 translator(called rosetta2).

the test org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest.testObserveFocus is failing with the below error 

java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertTrue(Assert.java:53)
at org.eclipse.jface.tests.internal.databinding.swt.ControlObservableValueTest.testObserveFocus(ControlObservableValueTest.java:241)