I’m trying to build up a test suite for verifying that the Kotlin stdlib works on ParparVM. Is there an open source suite of unit tests floating around somewhere for the kotlin stdlib that I can use as a starting point?
I’ve poked around the kotlin github repo but haven’t found anything yet that looks like unit tests for the stdlib classes.
Kotlin’s unit tests are the samples.
Some are generated and others are manually added…
I’ve not enough knowledge ti help you out wuth it, but I can point you in this direction…