Re: RFR [8014792] Need a test to check if path to java debugger has spaces

2013-09-26 Thread Ivan Gerasimov
Hi Staffan! On 25.09.2013 2:30, Staffan Larsen wrote: Ivan, I'm not sure this test adds anything to the current testing. As far as I understand, the test checks if jdb is in a location that contains space and then tries to start it. If the path does not contain space it does nothing. We alre

Re: RFR [8014792] Need a test to check if path to java debugger has spaces

2013-09-24 Thread Staffan Larsen
Ivan, I'm not sure this test adds anything to the current testing. As far as I understand, the test checks if jdb is in a location that contains space and then tries to start it. If the path does not contain space it does nothing. We already have many tests that launch jdb, regardless of space

RFR [8014792] Need a test to check if path to java debugger has spaces

2013-09-24 Thread Ivan Gerasimov
Hello all! Would you please help review a new regression test? This is related to the fix for 8014676 (jdb could not run under Windows, if its path contained a space). The test simply checks, if the path to the tested jdk contains a space and exits, if it does not. Otherwise it tries to run t