Jamie Lokier 8a806da600
Bugfix: Fix blockchain tests: It was quietly skipping 4654 of them
The "new block chain json tests" were being skipped on Linux, but silently so
that CI didn't notice.  These are a significant part of the Ethereum test suite.

See the missing output from `make test`, also visible in CI logs for Linux
targets (prior to this commit):

      [OK] tests/fixtures/eth_tests/TransactionTests/ttGasPrice/TransactionWithGasPriceOverflow.json
      [OK] tests/fixtures/eth_tests/TransactionTests/ttGasPrice/TransactionWithHighGasPrice.json

    [Suite] new block chain json tests
            <-- nothing here

    [Suite] Fork ID tests
      [OK] MainNet
      [OK] RopstenNet

Commit 3d468a7 (`fixes path pointing to eth_tests`) renamed the JSON fixture
source directoryf in the witness-builder tests but not the regular blockchain
tests.  As a result, searching for JSON test files yielded zero results.  To
make this less likely in future, zero results is now an error.

Signed-off-by: Jamie Lokier <jamie@shareable.org>
2021-04-08 16:40:53 +01:00
..
2021-02-03 14:31:16 +07:00
2020-07-30 14:21:11 +07:00
2020-11-19 14:23:07 +07:00
2019-10-31 06:17:01 +01:00
2020-07-21 13:15:06 +07:00
2021-01-14 23:22:28 +07:00
2020-07-21 13:15:06 +07:00
2020-07-21 13:15:06 +07:00
2020-11-27 09:50:28 +01:00
2020-04-05 15:12:48 +02:00
2021-01-11 14:54:55 +07:00
2020-07-21 13:15:06 +07:00

tests

TODO: more GeneralStateTest fixtures!