mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 03:27:48 +00:00
all: re-enable AVR tests
I have some confidence they'll work reliably now.
This commit is contained in:
committed by
Ron Evans
parent
54aec042b7
commit
49007891c8
+1
-4
@@ -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)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user