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
We have a lot of tests that are ignored on LLVM because of missing features, but a lot of these are -- I think -- already present in LLVM (like arrays!).
It would be valuable to go over these tests and see:
if they still fail but are fixable quickly (perhaps relying on inspect / genericShow for little to no reason)
if they actually work but fail with valgrind (then they should be moved to the correct section)
if they fail because of missing features (then keep them in the missingFeatures section)
if they Just Work ™️ now (then there's no reason to ignore these tests!)
We have a lot of tests that are ignored on LLVM because of missing features, but a lot of these are -- I think -- already present in LLVM (like arrays!).
It would be valuable to go over these tests and see:
inspect
/genericShow
for little to no reason)missingFeatures
section)Here are the tests:
effekt/effekt/jvm/src/test/scala/effekt/LLVMTests.scala
Lines 44 to 97 in 92a6e0f
The text was updated successfully, but these errors were encountered: