Re: RFR: 8167600 jib make run-test for langtools and intermittent failures on windows-x86

2016-10-24 Thread Tim Bell
Erik: Hello, Isn't it the sun.arch.data.model of TESTJAVA that we are actually interested in? You are correct. JDK-8168369 is the follow-up bug report. Tim

Re: RFR: 8167600 jib make run-test for langtools and intermittent failures on windows-x86

2016-10-24 Thread Erik Joelsson
Hello, Isn't it the sun.arch.data.model of TESTJAVA that we are actually interested in? /Erik On 2016-10-19 15:00, Magnus Ihse Bursie wrote: On 2016-10-18 06:44, Tim Bell wrote: Magnus: Thank you for the feedback. See below: On 2016-10-15 03:23, Tim Bell wrote: Please review this rewo

Re: RFR: 8167600 jib make run-test for langtools and intermittent failures on windows-x86

2016-10-19 Thread Magnus Ihse Bursie
On 2016-10-18 06:44, Tim Bell wrote: Magnus: Thank you for the feedback. See below: On 2016-10-15 03:23, Tim Bell wrote: Please review this rework of the langtools/test/Makefile fix done in 8166648. [1] ARCH_DATA_MODEL is not set in all test scenarios, so a better approach is to check the

Re: RFR: 8167600 jib make run-test for langtools and intermittent failures on windows-x86

2016-10-17 Thread Tim Bell
Magnus: Thank you for the feedback. See below: On 2016-10-15 03:23, Tim Bell wrote: Please review this rework of the langtools/test/Makefile fix done in 8166648. [1] ARCH_DATA_MODEL is not set in all test scenarios, so a better approach is to check the VM about to be tested. Bug report:

Re: RFR: 8167600 jib make run-test for langtools and intermittent failures on windows-x86

2016-10-17 Thread Magnus Ihse Bursie
On 2016-10-15 03:23, Tim Bell wrote: Please review this rework of the langtools/test/Makefile fix done in 8166648. [1] ARCH_DATA_MODEL is not set in all test scenarios, so a better approach is to check the VM about to be tested. Bug report: https://bugs.openjdk.java.net/browse/JDK-8167600

RFR: 8167600 jib make run-test for langtools and intermittent failures on windows-x86

2016-10-14 Thread Tim Bell
Please review this rework of the langtools/test/Makefile fix done in 8166648. [1] ARCH_DATA_MODEL is not set in all test scenarios, so a better approach is to check the VM about to be tested. Bug report: https://bugs.openjdk.java.net/browse/JDK-8167600 Webrev: http://cr.openjdk.java.n