Closed rPraml closed 1 month ago
NativeJavaListTest > length FAILED org.junit.ComparisonFailure at NativeJavaListTest.java:161
RegexpTest > unsupportedFlagCtor FAILED org.junit.ComparisonFailure at RegexpTest.java:71
Fixed the condition in the "filter"method. Now ShellTimerTest fails. Waiting for #1672, then I'll do a rebase
@rPraml #1672 is merged go ahead :-)
@rPraml thanks for that, faster tests are always a good thing
This PR targets two issues I found with a profiler, while running the 262 test suite:
addTestFiles
has a nested loop with a complexity of O(n^2). I've replaced this with a hashmap, that improves startup time from ~3 sec down to <1 sec