plugeth/tests
Felix Lange 39b0b1a1a6
all: make unit tests work with Go 1.13 (#20053)
Most of these changes are related to the Go 1.13 changes to test binary
flag handling. 

* cmd/geth: make attach tests more reliable

This makes the test wait for the endpoint to come up by polling
it instead of waiting for two seconds.

* tests: fix test binary flags for Go 1.13

Calling flag.Parse during package initialization is prohibited
as of Go 1.13 and causes test failures. Call it in TestMain instead.

* crypto/ecies: remove useless -dump flag in tests

* p2p/simulations: fix test binary flags for Go 1.13

Calling flag.Parse during package initialization is prohibited
as of Go 1.13 and causes test failures. Call it in TestMain instead.

* build: remove workaround for ./... vendor matching

This workaround was necessary for Go 1.8. The Go 1.9 release changed
the expansion rules to exclude vendored packages.

* Makefile: use relative path for GOBIN

This makes the "Run ./build/bin/..." line look nicer.

* les: fix test binary flags for Go 1.13

Calling flag.Parse during package initialization is prohibited
as of Go 1.13 and causes test failures. Call it in TestMain instead.
2019-09-11 14:41:22 +02:00
..
testdata@553c0ea76c tests: update from ethereum/tests (#19945) 2019-08-15 14:59:46 +02:00
block_test_util.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
block_test.go tests: update from ethereum/tests (#19945) 2019-08-15 14:59:46 +02:00
difficulty_test_util.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
difficulty_test.go tests: update tests, implement no-pow blocks (#17902) 2018-10-16 00:26:47 +02:00
gen_btheader.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
gen_difficultytest.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
gen_stenv.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
gen_sttransaction.go all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
gen_vmexec.go all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
init_test.go all: make unit tests work with Go 1.13 (#20053) 2019-09-11 14:41:22 +02:00
init.go tests: implement Istanbul support 2019-08-23 10:01:09 +02:00
rlp_test_util.go core, cmd/puppeth: implement constantinople fix, disable EIP-1283 (#18486) 2019-01-24 11:36:30 +01:00
rlp_test.go tests: update tests and implement general state tests (#14734) 2017-07-11 13:49:14 +02:00
state_test_util.go tests: expose internal RunNoVerify method (#20051) 2019-09-11 13:46:14 +02:00
state_test.go all: make unit tests work with Go 1.13 (#20053) 2019-09-11 14:41:22 +02:00
transaction_test_util.go core, light, params: implement eip2028 (#19931) 2019-08-14 15:53:21 +03:00
transaction_test.go tests: make transaction tests run again, fix #19033 (#19529) 2019-05-21 14:58:06 +03:00
vm_test_util.go all: clean up and proerly abstract database access 2019-03-06 13:35:03 +02:00
vm_test.go tests: update slow test lists, skip on windows/386 (#17758) 2018-09-28 22:23:47 +02:00