dgryski / tinygo-test-corpus

run a test corpus against tinygo
MIT License
4 stars 1 forks source link

Extract Go stdlib tests for testing with tinygo #2

Open dgryski opened 2 years ago

dgryski commented 2 years ago

Many of the stdlib package tests fail due to small fixes that could be done by hand: access to internal packages, lack of panic support, etc. We could create a large tests corpus of fixed-up-by-hand stdlib tests and use that as a tinygo test corpus.

aykevl commented 2 years ago

Yes, this is most certainly possible. However, I would actually much prefer to implement these features (or stub them out) than to modify the stdlib. In other words, feel free to do it but I'm probably going to focus on actually implementing these features :)