diff --git a/main_test.go b/main_test.go index 62bd642e..af2a7c7f 100644 --- a/main_test.go +++ b/main_test.go @@ -134,10 +134,7 @@ func TestBuild(t *testing.T) { }) t.Run("AVR", func(t *testing.T) { - // LLVM backend crash: - // LIBCLANG FATAL ERROR: Cannot select: t3: i16 = JumpTable<0> - // This bug is non-deterministic. - t.Skip("skipped due to non-deterministic backend bugs") + t.Parallel() runPlatTests(optionsFromTarget("simavr", sema), tests, t) })