FAILS: test/sun/management/jdp/JdpTest.sh: test: argument expected

Dmitry Samersoff dmitry.samersoff at oracle.com
Tue Feb 12 14:38:47 PST 2013


Mandy,

On 2013-02-13 02:25, Mandy Chung wrote:
> You didn't include jdk_management test target in your jprt job and your
> test was not run at all.  jdk_management is not included in the default
> due to its test reliability issue. 

Thank you for letting me know!

> Sounds like you didn't run the new
> shell tests via jtreg on your local machine to make sure it passes
> before you submit a jprt job

The problem is not reproducible locally under Linux and Solaris 10.

dooku:jdp#jtreg
...
--------------------------------------------------
TEST: sun/management/jdp/JdpTest.sh

...
ACTION: compile -- Passed. Compilation successful
...
ACTION: shell -- Passed. Execution successful
REASON: User specified action: run shell JdpTest.sh --jtreg --no-compile
TIME:   18.209 seconds

-Dmitry


.
> 
> Mandy
> 
> On 2/12/2013 2:18 PM, Dmitry Samersoff wrote:
>> Kelly,
>>
>> Do you have an idea why I didn't see this failure under jprt?
>>
>> http://sthjprt.se.oracle.com/archives/2013/02/2013-02-08-192233.dsamerso.tl/
>>
>>
>> -Dmitry
>>
>>
>> On 2013-02-12 21:52, Kelly O'Hair wrote:
>>> +    if [ ! -f ${_testclasses} ]
>>> needs to be
>>> +    if [ ! -d ${_testclasses} ]
>>>
>>>
>>> -kto
>>>
>>> On Feb 12, 2013, at 9:38 AM, Chris Hegarty wrote:
>>>
>>>> Dmitry,
>>>>
>>>> This test is now failing on several platforms, on jdk8 and 7u-dev
>>>>
>>>> -------
>>>>
>>>> result: Passed. Compilation successful
>>>>
>>>> #section:shell
>>>> ----------messages:(3/154)----------
>>>> command: shell JdpTest.sh [--jtreg, --no-compile]
>>>> reason: User specified action: run shell JdpTest.sh --jtreg
>>>> --no-compile
>>>> elapsed time (seconds): 0.045
>>>> ----------System.out:(0/0)----------
>>>> ----------System.err:(1/110)----------
>>>> /export2/Users/chris/repos/jdk8/tl/master_top/jdk/test/sun/management/jdp/JdpTest.sh:
>>>> test: argument expected
>>>> result: Failed. Execution failed: exit code 1
>>>>
>>>>
>>>> test result: Failed. Execution failed: exit code 1
>>>>
>>>> -Chris.
>>>>
>>>>
>>>> On 02/12/2013 12:04 PM, dmitry.samersoff at oracle.com wrote:
>>>>> Changeset: f7fb173ac833
>>>>> Author:    dsamersoff
>>>>> Date:      2013-02-12 16:02 +0400
>>>>> URL:       http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f7fb173ac833
>>>>>
>>>>> 8007786: JDK-8002048 testcase doesn't work on Solaris
>>>>> Summary: test built in into Solaris shell doesn't have -e operator
>>>>> Reviewed-by: sla, sspitsyn
>>>>>
>>>>> ! test/sun/management/jdp/JdpTest.sh
>>>>>
>>


-- 
Dmitry Samersoff
Oracle Java development team, Saint Petersburg, Russia
* Give Rabbit time, and he'll always get the answer



More information about the jdk7u-dev mailing list