From 4633b78475a4ee4ebe1429a478207c6f388c80ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Sun, 1 Sep 2024 14:33:35 +0200 Subject: [PATCH] ci: Upgrade ethereum/tests to v14.1 (#980) EOF tests have been updated so no failures are expected. --- circle.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index 2d7b735796..3b671b7186 100644 --- a/circle.yml +++ b/circle.yml @@ -402,7 +402,7 @@ jobs: steps: - build - download_execution_tests: - commit: fd26aad70e24f042fcd135b2f0338b1c6bf1a324 + rev: v14.1 - run: name: "State tests" working_directory: ~/build @@ -417,12 +417,10 @@ jobs: command: | bin/evmone-statetest ~/tests/EIPTests/StateTests/stEOF - run: - name: "EOF validation tests (+exclusion list)" + name: "EOF validation tests" working_directory: ~/build - # TODO: The outdated tests are excluded. command: > bin/evmone-eoftest ~/tests/EOFTests - --gtest_filter=-efValidation.EOF1_embedded_container_:efValidation.EOF1_section_order_ - run: name: "Blockchain tests (GeneralStateTests)" working_directory: ~/build @@ -460,7 +458,7 @@ jobs: command: sudo apt-get -q update && sudo apt-get -qy install libgmp-dev - build - download_execution_tests: - rev: v14.0 + rev: v14.1 legacy: false - run: name: "State tests"