Skip to content

Commit 4900789

Browse files
aykevldeadprogram
authored andcommitted
all: re-enable AVR tests
I have some confidence they'll work reliably now.
1 parent 54aec04 commit 4900789

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

main_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,7 @@ func TestBuild(t *testing.T) {
134134
})
135135

136136
t.Run("AVR", func(t *testing.T) {
137-
// LLVM backend crash:
138-
// LIBCLANG FATAL ERROR: Cannot select: t3: i16 = JumpTable<0>
139-
// This bug is non-deterministic.
140-
t.Skip("skipped due to non-deterministic backend bugs")
137+
t.Parallel()
141138
runPlatTests(optionsFromTarget("simavr", sema), tests, t)
142139
})
143140

0 commit comments

Comments
 (0)