Rerumu / Wasynth

WebAssembly to Lua translation library and tool
https://discord.gg/sgm5YcmgyD
GNU General Public License v3.0
130 stars 18 forks source link

`loop.wast` infinite loop (`luau_translate` only) #15

Closed Hexcede closed 2 years ago

Hexcede commented 2 years ago

When the loop.wast test is ran under luau, it hangs due to a non-breaking loop somewhere. Is this a regression, or is it due to better compatibility allowing the test to run far enough to hang?

Perhaps loop.wast is added to the DO_NOT_RUN list.

P.s. I am not familiar with rust tests, but, it should be possible to use rust's own test filtering instead of what is present, that way the number of skipped tests will be present in the log which would help with watching for regressions.

Hexcede commented 2 years ago

Just want to make a note, this test does not hang on luajit_translate.