From david.holmes at oracle.com Tue Dec 8 23:34:01 2015 From: david.holmes at oracle.com (David Holmes) Date: Wed, 9 Dec 2015 09:34:01 +1000 Subject: Please update http://openjdk.java.net/jtreg/tag-spec.html Message-ID: <566768E9.9000100@oracle.com> The spec says nothing about @module Thanks, David From jonathan.gibbons at oracle.com Tue Dec 8 23:45:17 2015 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Tue, 08 Dec 2015 15:45:17 -0800 Subject: Please update http://openjdk.java.net/jtreg/tag-spec.html In-Reply-To: <566768E9.9000100@oracle.com> References: <566768E9.9000100@oracle.com> Message-ID: <56676B8D.4000807@oracle.com> On 12/08/2015 03:34 PM, David Holmes wrote: > The spec says nothing about @module > > Thanks, > David Yeah, noted. Thanks. -- Jon From martinrb at google.com Wed Dec 9 16:40:17 2015 From: martinrb at google.com (Martin Buchholz) Date: Wed, 9 Dec 2015 08:40:17 -0800 Subject: RFR(S): 8078423: [TESTBUG] javax/print/PrintSEUmlauts/PrintSEUmlauts.java relies on system locale In-Reply-To: <56684CFA.8010706@oracle.com> References: <56684CFA.8010706@oracle.com> Message-ID: You need to find the right team mailing list for this (but I'm not sure what it is - perhaps core-libs-dev? It's normal practice to use ASCII for all tests; use unicode escapes for non-ASCII characters. jtreg folks, perhaps the encoding to use should be kept in TEST.ROOT, since it's likely a property of the entire test directory? On Wed, Dec 9, 2015 at 7:47 AM, Sergei Kovalev wrote: > Hi, > > Could you please review the following patch? > > Bug ID: https://bugs.openjdk.java.net/browse/JDK-8078423 > Webrev: http://cr.openjdk.java.net/~skovalev/8078423/webrev.00/ > > Summary: Compilation of the test fails if system locale is not UTF-8. > Description: Added "-encoding UTF-8" arguments to compiler command line. > > Test verified manually on problematic host. > The test fails with LC_NAME="POSIX" without the fix, modified test passes. > > -- > With best regards, > Sergei >