tinygo/src
Dan Kegel 2c7ea98ccf runtime: add stubs for Func.FileLine and Frame.PC
With this, 'tinygo test' in github.com/pkg/errors at least compiles and passes a few tests:

    $ git clone github.com/pkg/errors
    $ cd errors
    $ tinygo test -c
    $ for a in $(go test -list Test | grep Test); do ./errors.test -test.run $a -test.v  > $a.log 2>&1; done
    $ grep -l PASS *.log | wc -l
      19
    $ grep -l FAIL *.log | wc -l
      11

For https://github.com/tinygo-org/tinygo/issues/2445
2022-01-18 14:38:13 +01:00
..
crypto/rand all: show error if platform has no rng 2022-01-04 20:27:41 +01:00
device Interrupt based time. Adjust tick cost when timer-0 is reconfigured (the time precision affected when timer-0 reconfigured). Keep all time in nanoseconds. 2021-12-30 11:39:28 +01:00
examples examples: add example to exercise random number generation 2021-12-14 14:55:19 +01:00
internal all: switch to LLVM 13 2022-01-09 11:04:10 +01:00
machine nrf: fix race in i2c 2022-01-17 16:19:16 +01:00
net Test net.Buffers{} 2021-12-09 14:35:52 +01:00
os os: implement os.Symlink and os.Readlink 2022-01-18 12:36:33 +01:00
reflect src/reflect: add test for indirect array indexing 2021-12-18 10:02:36 +01:00
runtime runtime: add stubs for Func.FileLine and Frame.PC 2022-01-18 14:38:13 +01:00
sync sync: add tests 2021-12-22 11:02:45 +01:00
syscall os: implement os.Symlink and os.Readlink 2022-01-18 12:36:33 +01:00
testing testing: --run now allows filtering of subtests 2022-01-17 21:54:20 +01:00