From John.Coomes at oracle.com Thu Dec 12 14:12:05 2013 From: John.Coomes at oracle.com (John Coomes) Date: Thu, 12 Dec 2013 14:12:05 -0800 Subject: jcheck review requests - blacklist a changeset, allow jdk9 tags Message-ID: <21162.13493.48970.879954@oracle.com> Please reivew two small changes to jcheck. Blacklist a changeset which made a file executable: http://cr.openjdk.java.net/~jcoomes/tools/jcheck/blacklist-20131212/ Allow jdk9 tags: http://cr.openjdk.java.net/~jcoomes/tools/jcheck/jdk9-tags/ -John From mark.reinhold at oracle.com Thu Dec 12 14:49:30 2013 From: mark.reinhold at oracle.com (mark.reinhold at oracle.com) Date: Thu, 12 Dec 2013 14:49:30 -0800 Subject: jcheck review requests - blacklist a changeset, allow jdk9 tags In-Reply-To: <21162.13493.48970.879954@oracle.com> References: <21162.13493.48970.879954@oracle.com> Message-ID: <20131212144930.266911@eggemoggin.niobe.net> 2013/12/12 6:12 -0800, john.coomes at oracle.com: > Please reivew two small changes to jcheck. > > Blacklist a changeset which made a file executable: > > http://cr.openjdk.java.net/~jcoomes/tools/jcheck/blacklist-20131212/ > > Allow jdk9 tags: > > http://cr.openjdk.java.net/~jcoomes/tools/jcheck/jdk9-tags/ Both look good to me. - Mark From john.coomes at oracle.com Thu Dec 12 18:03:00 2013 From: john.coomes at oracle.com (john.coomes at oracle.com) Date: Fri, 13 Dec 2013 02:03:00 +0000 Subject: hg: code-tools/jcheck/dist: 2 new changesets Message-ID: <20131213020300.83AE862C7E@hg.openjdk.java.net> Changeset: fa9683c6d486 Author: jcoomes Date: 2013-12-12 06:53 -0800 URL: http://hg.openjdk.java.net/code-tools/jcheck/dist/rev/fa9683c6d486 jcheck a5f9961288d8 2013-12-12 06:53:53 -0800 ! jcheck.py Changeset: 8f28bd531529 Author: jcoomes Date: 2013-12-12 14:02 -0800 URL: http://hg.openjdk.java.net/code-tools/jcheck/dist/rev/8f28bd531529 jcheck 0113d14feea2 2013-12-12 14:02:19 -0800 ! jcheck.py From john.coomes at oracle.com Thu Dec 12 18:02:52 2013 From: john.coomes at oracle.com (john.coomes at oracle.com) Date: Fri, 13 Dec 2013 02:02:52 +0000 Subject: hg: code-tools/jcheck: 2 new changesets Message-ID: <20131213020252.11CF962C7D@hg.openjdk.java.net> Changeset: a5f9961288d8 Author: jcoomes Date: 2013-12-12 06:53 -0800 URL: http://hg.openjdk.java.net/code-tools/jcheck/rev/a5f9961288d8 Blacklist jdk8/build/pubs 3ecd3336c805 (executable files) ! jcheck.py Changeset: 0113d14feea2 Author: jcoomes Date: 2013-12-12 14:02 -0800 URL: http://hg.openjdk.java.net/code-tools/jcheck/rev/0113d14feea2 Allow tags for jdk 9 ! jcheck.py ! runtests.sh From John.Coomes at oracle.com Fri Dec 27 13:46:07 2013 From: John.Coomes at oracle.com (John Coomes) Date: Fri, 27 Dec 2013 13:46:07 -0800 Subject: jcheck review request - blacklist update Message-ID: <21181.62751.788217.680370@dhcp-santaclara22-3fl-west-10-132-189-151.usdhcp.oraclecorp.com> Simple blacklist addition of a changeset that used the wrong bugid and synopsis, which might cause a duplicate bug id problem in the future. http://cr.openjdk.java.net/~jcoomes/tools/jcheck/blacklist-20131227/ -John From david.katleman at oracle.com Fri Dec 27 15:14:29 2013 From: david.katleman at oracle.com (David Katleman) Date: Fri, 27 Dec 2013 15:14:29 -0800 Subject: jcheck review request - blacklist update In-Reply-To: <21181.62751.788217.680370@dhcp-santaclara22-3fl-west-10-132-189-151.usdhcp.oraclecorp.com> References: <21181.62751.788217.680370@dhcp-santaclara22-3fl-west-10-132-189-151.usdhcp.oraclecorp.com> Message-ID: <52BE09D5.90505@oracle.com> On 12/27/2013 1:46 PM, John Coomes wrote: > Simple blacklist addition of a changeset that used the wrong bugid and > synopsis, which might cause a duplicate bug id problem in the future. > > http://cr.openjdk.java.net/~jcoomes/tools/jcheck/blacklist-20131227/ Change looks fine John Dave