<Swing Dev> RFR: 8225020: Problem list some sanity test failures

Jie Fu fujie at loongson.cn
Fri May 31 06:09:30 UTC 2019


On 2019/5/31 上午12:15, Phil Race wrote:
> I've only seen that one fail on windows and none of the others fail on 
> 18.04 in our runs.
I verified again with make test 
TEST="sanity/client/SwingSet/src/SwingSet2DemoTest.java" CONF=release, 
it passed.
That's strange.

I often got the following results on my Ubuntu18.04.
==============================
Test summary
==============================
    TEST                                              TOTAL  PASS FAIL ERROR
    jtreg:test/hotspot/jtreg:tier1                     1402  1402 0     0
 >> jtreg:test/jdk:tier1                               1871 1870     
1     0 <<  insufficient memory
    jtreg:test/langtools:tier1                         3936  3936 0     0
    jtreg:test/nashorn:tier1                              0     0 0     0
    jtreg:test/jaxp:tier1                                 0     0 0     0
    jtreg:test/jdk:tier2                               3366  3366 0     0
    jtreg:test/langtools:tier2                           11    11 0     0
    jtreg:test/nashorn:tier2                             35    35 0     0
    jtreg:test/jaxp:tier2                               439   439 0     0
 >> jtreg:test/jdk:tier3                               1108 1102     
5     1 <<  sanity/client/SwingSet failures
    jtreg:test/langtools:tier3                            0     0 0     0
    jtreg:test/nashorn:tier3                              0     0 0     0
    jtreg:test/jaxp:tier3                                 0     0 0     0
==============================
TEST FAILURE

It can be reproduced by:
--------------------------------------------
make test TEST="tier1 tier2 tier3" JTREG="JOBS=4" CONF=release
--------------------------------------------

Thanks a lot.
Best regards,
Jie



More information about the swing-dev mailing list