Fwd: [9] Review request for 8165207: [macosx] Test javax/swing/Popup/TaskbarPositionTest.java fails on Mac 10.12

2016-12-26 Thread Alexander Popov
See new diffs here pls - http://cr.openjdk.java.net/~avstepan/8165207/webrev.02/ Sergey, failure could be reproduced on any OS X - just comment the following lines in my fix:   if (!UIManager.getLookAndFeel() .getName().toLowerCase().contains("os x"))

Re: [9] Review request for 8165207: [macosx] Test javax/swing/Popup/TaskbarPositionTest.java fails on Mac 10.12

2016-12-26 Thread Александр Попов
See new diffs here pls - http://cr.openjdk.java.net/~avstepan/8165207/webrev.02/ Sergey,failure could be reproduced on any OS X - just comment the following lines in my fix:  if (!UIManager.getLookAndFeel().getName().toLowerCase().contains("os x"))  old