all: re-enable AVR tests

I have some confidence they'll work reliably now.
This commit is contained in:
Ayke van Laethem
2022-11-24 21:06:37 +01:00
committed by Ron Evans
parent 54aec042b7
commit 49007891c8
+1 -4
View File
@@ -134,10 +134,7 @@ func TestBuild(t *testing.T) {
}) })
t.Run("AVR", func(t *testing.T) { t.Run("AVR", func(t *testing.T) {
// LLVM backend crash: t.Parallel()
// LIBCLANG FATAL ERROR: Cannot select: t3: i16 = JumpTable<0>
// This bug is non-deterministic.
t.Skip("skipped due to non-deterministic backend bugs")
runPlatTests(optionsFromTarget("simavr", sema), tests, t) runPlatTests(optionsFromTarget("simavr", sema), tests, t)
}) })