dragonwell-project / dragonwell8

Alibaba Dragonwell8 JDK
http://dragonwell-jdk.io
GNU General Public License v2.0
4.21k stars 498 forks source link

[TESTBUG]aarch64平台-Xcomp选项com/alibaba/wisp2/TestMonolithicPoll.java随机失败 #506

Open sendaoYan opened 1 year ago

sendaoYan commented 1 year ago

https://tone.aliyun-inc.com/ws/xesljfzh/test_result/148983?tab=2

STDERR:
java.lang.RuntimeException: assertEquals: expected false to equal true
    at jdk.testlibrary.Asserts.fail(Asserts.java:540)
    at jdk.testlibrary.Asserts.assertEquals(Asserts.java:209)
    at jdk.testlibrary.Asserts.assertEquals(Asserts.java:193)
    at jdk.testlibrary.Asserts.assertEQ(Asserts.java:170)
    at TestMonolithicPoll.main(TestMonolithicPoll.java:44)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
    at java.base/java.lang.Thread.run(Thread.java:955)
    at java.base/com.alibaba.wisp.engine.WispTask.runOutsideWisp(WispTask.java:308)
    at java.base/com.alibaba.wisp.engine.WispTask.runCommand(WispTask.java:297)
    at java.base/com.alibaba.wisp.engine.WispTask$CacheableCoroutine.run(WispTask.java:269)
    at java.base/java.dyn.CoroutineBase.startInternal(CoroutineBase.java:74)

JavaTest Message: Test threw exception: java.lang.RuntimeException: assertEquals: expected false to equal true
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: assertEquals: expected false to equal true
rerun:
cd /tmp/tone/run/jtreg/jt-work/test_jdk/com/alibaba/wisp2/TestMonolithicPoll && \
DISPLAY=:7 \
HOME=/home/testUserForTone \
LANG=C \
LC_CTYPE=C.UTF-8 \
PATH=/bin:/usr/bin:/usr/sbin \
TEST_IMAGE_DIR=/tmp/tone/run/jtreg/test-images \
CLASSPATH=/tmp/tone/run/jtreg/jt-work/test_jdk/classes/86/com/alibaba/wisp2/TestMonolithicPoll.d:/tmp/tone/run/jtreg/jdk-repo/test/jdk/com/alibaba/wisp2:/tmp/tone/run/jtreg/jt-work/test_jdk/classes/86/lib/testlibrary:/tmp/tone/run/jtreg/jdk-repo/test/jdk/lib/testlibrary:/tmp/tone/run/jtreg/jtreg/lib/javatest.jar:/tmp/tone/run/jtreg/jtreg/lib/jtreg.jar \
    /tmp/tone/run/jtreg/binary-download/dragonwell-11.0.18.14+9-GA/bin/java \
        -Dtest.vm.opts='-Xcomp -ea -esa' \
        -Dtest.tool.vm.opts='-J-Xcomp -J-ea -J-esa' \
        -Dtest.compiler.opts= \
        -Dtest.java.opts= \
        -Dtest.jdk=/tmp/tone/run/jtreg/binary-download/dragonwell-11.0.18.14+9-GA \
        -Dcompile.jdk=/tmp/tone/run/jtreg/binary-download/dragonwell-11.0.18.14+9-GA \
        -Dtest.timeout.factor=4.0 \
        -Dtest.nativepath=/tmp/tone/run/jtreg/test-images/hotspot/jtreg/native \
        -Dtest.root=/tmp/tone/run/jtreg/jdk-repo/test/jdk \
        -Dtest.name=com/alibaba/wisp2/TestMonolithicPoll.java \
        -Dtest.file=/tmp/tone/run/jtreg/jdk-repo/test/jdk/com/alibaba/wisp2/TestMonolithicPoll.java \
        -Dtest.src=/tmp/tone/run/jtreg/jdk-repo/test/jdk/com/alibaba/wisp2 \
        -Dtest.src.path=/tmp/tone/run/jtreg/jdk-repo/test/jdk/com/alibaba/wisp2:/tmp/tone/run/jtreg/jdk-repo/test/jdk/lib/testlibrary \
        -Dtest.classes=/tmp/tone/run/jtreg/jt-work/test_jdk/classes/86/com/alibaba/wisp2/TestMonolithicPoll.d \
        -Dtest.class.path=/tmp/tone/run/jtreg/jt-work/test_jdk/classes/86/com/alibaba/wisp2/TestMonolithicPoll.d:/tmp/tone/run/jtreg/jt-work/test_jdk/classes/86/lib/testlibrary \
        -Dtest.modules='java.base/jdk.internal.misc java.base/com.alibaba.wisp.engine:+open' \
        --add-modules java.base \
        --add-exports java.base/jdk.internal.misc=ALL-UNNAMED \
        --add-exports java.base/com.alibaba.wisp.engine=ALL-UNNAMED \
        --add-opens java.base/com.alibaba.wisp.engine=ALL-UNNAMED \
        -Xcomp \
        -ea \
        -esa \
        -Djava.library.path=/tmp/tone/run/jtreg/test-images/hotspot/jtreg/native \
        -XX:+UnlockExperimentalVMOptions \
        -XX:+UseWisp2 \
        -Dcom.alibaba.wisp.monolithicPoll=true \
        com.sun.javatest.regtest.agent.MainWrapper /tmp/tone/run/jtreg/jt-work/test_jdk/com/alibaba/wisp2/TestMonolithicPoll.d/main.1.jta

TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.RuntimeException: assertEquals: expected false to equal true