mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 11:33:59 +00:00
avr: add channel test
It is working now, so add it as a test. Not sure why, maybe the ThinLTO change fixed something here?
This commit is contained in:
committed by
Ron Evans
parent
baca8a643e
commit
54aec042b7
@@ -194,10 +194,6 @@ func runPlatTests(options compileopts.Options, tests []string, t *testing.T) {
|
|||||||
// Breaks interp.
|
// Breaks interp.
|
||||||
continue
|
continue
|
||||||
|
|
||||||
case "channel.go":
|
|
||||||
// Freezes after recv from closed channel.
|
|
||||||
continue
|
|
||||||
|
|
||||||
case "math.go":
|
case "math.go":
|
||||||
// Stuck somewhere, not sure what's happening.
|
// Stuck somewhere, not sure what's happening.
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user