You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem occurs with the modifications done in PR #469, which adds support for System.arraycopy tracking for static memory snaspshot. The test KotlinStdlibTransformationTest causes time limit on CI for java 20 & 21 tests on Linux PCs, when on older versions it finishes in under 5 seconds.
The reason is unknown and locally I was not able to reproduce it. However, this should be handled somewhere in the future
The text was updated successfully, but these errors were encountered:
The issue turned out to be not with this specific test, but rather with all tests in .transformation package. Sometimes tests from there fail because of unable to transform class .... I am investigating the reason
The problem occurs with the modifications done in PR #469, which adds support for
System.arraycopy
tracking for static memory snaspshot. The testKotlinStdlibTransformationTest
causes time limit on CI for java 20 & 21 tests on Linux PCs, when on older versions it finishes in under 5 seconds.The reason is unknown and locally I was not able to reproduce it. However, this should be handled somewhere in the future
The text was updated successfully, but these errors were encountered: