JDK-8159465 : [hidpi] java/awt/font/FontScaling/FontScalingTest.java fails on Ubuntu 16 + HiDPI
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 9
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2016-06-14
  • Updated: 2016-06-22
  • Resolved: 2016-06-19
Related Reports
Duplicate :  
Description
Ubuntu 16.04 + HiDPI + JDK9 b122

The test fails ("System L&F is too big!"), when scale factor = 2 and passes when the factor = 1.

Should "@requires (os.family == windows)" be added to the test?