mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 02:33:28 +00:00
main (test): skip AVR tests
The AVR tests fail inconsistently now due to non-deterministic backend bugs. This disables them until this can be understood and fixed.
This commit is contained in:
+2
-2
@@ -135,8 +135,8 @@ func TestBuild(t *testing.T) {
|
|||||||
t.Run("AVR", func(t *testing.T) {
|
t.Run("AVR", func(t *testing.T) {
|
||||||
// LLVM backend crash:
|
// LLVM backend crash:
|
||||||
// LIBCLANG FATAL ERROR: Cannot select: t3: i16 = JumpTable<0>
|
// LIBCLANG FATAL ERROR: Cannot select: t3: i16 = JumpTable<0>
|
||||||
// This bug is non-deterministic, and only happens when run concurrently with non-AVR tests.
|
// This bug is non-deterministic.
|
||||||
// For this reason, we do not t.Parallel() here.
|
t.Skip("skipped due to non-deterministic backend bugs")
|
||||||
|
|
||||||
var avrTests []string
|
var avrTests []string
|
||||||
for _, t := range tests {
|
for _, t := range tests {
|
||||||
|
|||||||
Reference in New Issue
Block a user