tinygo/testdata
Ayke van Laethem 335fb71d2f reflect: add support for DeepEqual
The implementation has been mostly copied from the Go reference
implementation with some small changes to fit TinyGo.

Source: 77a11c05d6/src/reflect/deepequal.go

In addition, this commit also contains the following:

  - A set of tests copied from the Go reflect package.
  - An increased stack size for the riscv-qemu and hifive1-qemu targets
    (because they otherwise fail to run the tests). Because these
    targets are only used for testing, this seems fine to me.
2021-11-12 21:27:27 +01:00
..
cgo cgo: add support for stdio in picolibc and wasi-libc 2021-10-26 17:08:30 +02:00
alias.go fix bug in IR regarding type aliases 2019-09-20 10:35:49 +02:00
alias.txt
atomic.go compiler: add support for atomic operations 2020-05-28 15:11:46 +02:00
atomic.txt
binop.go compiler: properly implement div and rem operations 2021-10-28 15:55:02 +02:00
binop.txt compiler: properly implement div and rem operations 2021-10-28 15:55:02 +02:00
calls.go compiler: add support for recursive function types 2021-10-30 15:55:20 +02:00
calls.txt
channel.go compiler: fix a few crashes due to named types 2020-05-27 16:14:41 +02:00
channel.txt
env.go wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
env.txt wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
filesystem.go main: clean up tests 2021-04-09 18:33:48 +02:00
filesystem.txt
float.go compiler: test float to int conversions and fix upper-bound calculation 2021-01-19 14:02:32 +01:00
float.txt
gc.go
gc.txt
go1.17.go compiler: add support for new language features of Go 1.17 2021-08-30 09:18:58 +02:00
go1.17.txt compiler: add support for new language features of Go 1.17 2021-08-30 09:18:58 +02:00
goroutines.go compiler: add support for the go keyword on interface methods 2021-10-31 14:17:25 +01:00
goroutines.txt compiler: add support for the go keyword on interface methods 2021-10-31 14:17:25 +01:00
init.go interp: use object layout information for LLVM types 2021-11-02 22:16:15 +01:00
init.txt
init_multi.go testdata: add more test cases in testdata 2018-10-25 20:37:35 +02:00
init_multi.txt
interface.go compiler: add support for anonymous type asserts 2020-03-29 08:39:07 +02:00
interface.txt
json.go
json.txt
ldflags.go
ldflags.txt
map.go
map.txt
math.go
math.txt runtime: add support for math package 2019-02-05 19:37:21 +01:00
print.go
print.txt
rand.go wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
rand.txt wasm: add support for the crypto/rand package 2021-08-05 19:01:14 +02:00
reflect.go reflect: add support for DeepEqual 2021-11-12 21:27:27 +01:00
reflect.txt reflect: implement Value.Elem() for interface values 2021-11-12 21:27:27 +01:00
slice.go compiler: fix a few crashes due to named types 2020-05-27 16:14:41 +02:00
slice.txt
sort.go implement reflect.Swapper 2020-10-23 21:37:35 +02:00
sort.txt
stdlib.go
stdlib.txt
string.go
string.txt
structs.go
structs.txt
testing.go testing: add support for the -test.v flag 2021-08-13 08:53:40 +02:00
testing.txt testing: add support for the -test.v flag 2021-08-13 08:53:40 +02:00
zeroalloc.go
zeroalloc.txt