RE: [11u] java/awt/FontMetrics/MaxAdvanceIsMax.java test failure (was: [11u] RFR 8210782: Upgrade HarfBuzz to the latest 2.3.1)

2019-05-13 Thread Lindenmaier, Goetz
Hi Martin, Thanks for explaining the issue to me, that sounds reasonable. Can I somehow verify that it's the font that has the problem? Can I fix the font so that the test passes? Best regards, Goetz. > -Original Message- > From: Martin Balao > Sent: Montag, 13. Mai 2019 18:27 > To

Re: [RFR]: 8223667: ASAN build broken

2019-05-13 Thread Erik Joelsson
On 2019-05-10 18:47, David Holmes wrote: Does this fix really work? If you do this in a shell then you lose the second option: > export ASAN_OPTIONS=handle_segv=0 detect_leaks=0 > echo $ASAN_OPTIONS handle_segv=0 This is a makefile and not shell. The "export" keyword, while looking like shell