tinygo/testdata
Dan Kegel c534fa1b6f On baremetal platforms, use simpler test matcher. Fixes #2666.
Uses same matcher in testdata (because now we can't replace it in testdata).
2022-03-15 05:59:00 +01:00
..
cgo cgo: add support for C.CString and related functions 2021-11-24 21:09:29 +01:00
alias.go
alias.txt
atomic.go
atomic.txt
binop.go runtime: allow comparing interfaces in reflectValueEqual() 2021-11-24 14:17:47 +01:00
binop.txt runtime: allow comparing interfaces in reflectValueEqual() 2021-11-24 14:17:47 +01:00
calls.go
calls.txt
channel.go
channel.txt
corpus.yaml testdata/corpus: add google/go-patchutils 2022-02-24 12:36:10 -05:00
env.go os: stub out support for some more features 2021-11-26 08:05:35 +01:00
env.txt
filesystem.go Enable Getwd() in wasi and add tests 2021-12-10 09:50:38 +01:00
filesystem.txt
float.go
float.txt
gc.go
gc.txt
go1.17.go
go1.17.txt
goroutines.go internal/task: remove coroutines 2022-01-19 14:42:02 -05:00
goroutines.txt interp: run goroutine starts and checks at runtime 2021-12-24 09:10:21 +01:00
init.go
init.txt
init_multi.go
init_multi.txt
interface.go
interface.txt
json.go
json.txt
ldflags.go
ldflags.txt
map.go src/runtime: fix nil map dereference 2021-12-09 18:23:49 +01:00
map.txt src/runtime: fix nil map dereference 2021-12-09 18:23:49 +01:00
math.go
math.txt
print.go
print.txt
rand.go
rand.txt
reflect.go compiler: fix incorrect unsafe.Alignof on some 32-bit architectures 2022-03-04 00:04:17 +01:00
reflect.txt compiler: fix incorrect unsafe.Alignof on some 32-bit architectures 2022-03-04 00:04:17 +01:00
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 On baremetal platforms, use simpler test matcher. Fixes #2666. 2022-03-15 05:59:00 +01:00
testing.txt On baremetal platforms, use simpler test matcher. Fixes #2666. 2022-03-15 05:59:00 +01:00
zeroalloc.go
zeroalloc.txt