tinygo/compiler
Ayke van Laethem 88fd2823df all: run test binaries in the correct directory
Test binaries must be run in the source directory of the package to be
tested. This wasn't done, leading to a few "file not found" errors.

This commit implements this. Unfortunately, it does not allow more
packages to be tested as both affected packages (debug/macho and
debug/plan9obj) will still fail with this patch even though the "file
not found" errors are gone.
2020-09-04 12:21:19 +02:00
..
ircheck
llvmutil
asserts.go
atomic.go compiler: add support for atomic operations 2020-05-28 15:11:46 +02:00
calls.go
channel.go compiler/runtime: move the channel blocked list onto the stack 2020-06-08 19:59:57 +02:00
compiler.go all: run test binaries in the correct directory 2020-09-04 12:21:19 +02:00
defer.go compiler: implement func value and builtin defers 2020-07-31 01:48:57 +02:00
errors.go
func.go
gc.go
goroutine.go arm: automatically determine stack sizes 2020-08-27 19:23:22 +02:00
inlineasm.go
interface.go
interrupt.go
intrinsics.go
llvm.go
map.go
sizes.go
symbol.go
syscall.go
volatile.go