tinygo/testdata
Nia Waldvogel c096f35224 runtime: handle negative sleep times
This change fixes the edge case where a negative sleep time is provided.
When this happens, the call now returns immediately (as specified by the docs for time.Sleep).
2021-12-15 17:52:48 +01:00
..
cgo
alias.go
alias.txt
atomic.go
atomic.txt
binop.go
binop.txt
calls.go
calls.txt
channel.go
channel.txt
env.go
env.txt
filesystem.go
filesystem.txt
float.go
float.txt
gc.go
gc.txt
go1.17.go
go1.17.txt
goroutines.go
goroutines.txt
init.go
init.txt
init_multi.go
init_multi.txt
interface.go
interface.txt
json.go
json.txt
ldflags.go
ldflags.txt
map.go
map.txt
math.go
math.txt
print.go runtime: use dedicated printfloat32 2020-10-02 11:26:22 +02:00
print.txt
rand.go wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
rand.txt
reflect.go
reflect.txt
slice.go
slice.txt
sort.go
sort.txt
stdlib.go runtime: handle negative sleep times 2021-12-15 17:52:48 +01:00
stdlib.txt
string.go
string.txt
structs.go
structs.txt
testing.go
testing.txt
zeroalloc.go
zeroalloc.txt