Re: RFR: JDK-8290460: Alpine: disable some panama tests that rely on std::thread

2022-07-19 Thread Thomas Stuefe
On Mon, 18 Jul 2022 22:21:44 GMT, Jorn Vernee wrote: >> Until [JDK-8290059](https://bugs.openjdk.org/browse/JDK-8290059) is solved, >> I'd like to disable >> >> - java/foreign/TestUpcallAsync.java >> - java/foreign/enablenativeaccess/TestEnableNativeAccess.java >> >> on muslc to take load from

Re: RFR: JDK-8290460: Alpine: disable some panama tests that rely on std::thread

2022-07-18 Thread David Holmes
On Mon, 18 Jul 2022 14:21:19 GMT, Thomas Stuefe wrote: > Until [JDK-8290059](https://bugs.openjdk.org/browse/JDK-8290059) is solved, > I'd like to disable > > - java/foreign/TestUpcallAsync.java > - java/foreign/enablenativeaccess/TestEnableNativeAccess.java > > on muslc to take load from our

Re: RFR: JDK-8290460: Alpine: disable some panama tests that rely on std::thread

2022-07-18 Thread Jorn Vernee
On Mon, 18 Jul 2022 14:21:19 GMT, Thomas Stuefe wrote: > Until [JDK-8290059](https://bugs.openjdk.org/browse/JDK-8290059) is solved, > I'd like to disable > > - java/foreign/TestUpcallAsync.java > - java/foreign/enablenativeaccess/TestEnableNativeAccess.java > > on muslc to take load from our

RFR: JDK-8290460: Alpine: disable some panama tests that rely on std::thread

2022-07-18 Thread Thomas Stuefe
Until [JDK-8290059](https://bugs.openjdk.org/browse/JDK-8290059) is solved, I'd like to disable - java/foreign/TestUpcallAsync.java - java/foreign/enablenativeaccess/TestEnableNativeAccess.java on muslc to take load from our CIs. Tests: tested locally that the tests are excluded on Alpine, and