On Tue, 20 Jan 2026 09:30:01 +0100 John Paul Adrian Glaubitz <[email protected]> wrote: > Hi Dandan, > > On Tue, 2026-01-20 at 06:53 +0100, Matthias Klose wrote: > > again, please don't just disable running the tests. Please provide an > > exclude list not to run problematic tests. > > Matthias is absolutely right! Turning off all tests might be okay for Debian > Ports, > it's definitely not okay for Debian's release architectures. > > Please follow Vladimir's advise and add the failing tests to > debian/tests/problems.csv. >
Hi, It seems that there is no native LoongArch64 acceleration in openjdk, so tests involving massive loops will take very long to finish. I have kept the build running for 36 hours and found out the following tests should be omitted to make openjdk tests overcome the default 150 min of stalled package timeout of sbuild. serviceability/jvmti/thread/SuspendThreadList/suspendthrdlst01/suspendthrdlst01.java serviceability/jvmti/thread/ResumeThreadList/resumethrdlst02/resumethrdlst02.java serviceability/jvmti/thread/SuspendThread/suspendthrd01/suspendthrd01.java serviceability/jvmti/thread/ResumeThreadList/resumethrdlst01/resumethrdlst01.java serviceability/jvmti/thread/ResumeThread/resumethrd02/resumethrd02.java serviceability/jvmti/thread/ResumeThread/resumethrd01/resumethrd01.java serviceability/jvmti/thread/GetThreadState/thrstat02/thrstat02.java serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon02/contmon02.java serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon01/contmon01.java serviceability/jvmti/SuspendWithCurrentThread/SuspendWithCurrentThread.java runtime/NMT/SummaryDiffThreadCount.java runtime/lockStack/TestStackWalk.java compiler/loopopts/TestRemoveEmptyLoop.java jdk/internal/shellsupport/doc/JavadocHelperTest.java The following two tests also take relative long time to finish. If disabling the above tests is not enough to finish the compile on the buildd machines, these can also be disabled. compiler/intrinsics/sha/TestDigest.java serviceability/jvmti/vthread/PopFrameTest/PopFrameTest.java Cheers, Miao Wang

