File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
reference-tests/src/test/java/net/consensys/linea Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -708,9 +708,10 @@ public class BlockchainReferenceTestTools {
708708 // massive mbs
709709 PARAMS .ignore (
710710 "modexpFiller.json::modexp\\ [fork_.*-blockchain_test_from_state_test-d2-g[0-3]\\ ]" );
711- PARAMS .ignore (
712- "test_modexp.py::test_modexp\\ [fork_.*-blockchain_test_from_state_test-EIP-198-case3-raw-input-out-of-gas\\ ]" );
713- PARAMS .ignore ("modexp_modsize0_returndatasizeFiller\\ .json::modexp_modsize0_returndatasize\\ [fork_.*-blockchain_test_from_state_test-d4\\ ]" );
711+ PARAMS .ignore (
712+ "test_modexp.py::test_modexp\\ [fork_.*-blockchain_test_from_state_test-EIP-198-case3-raw-input-out-of-gas\\ ]" );
713+ PARAMS .ignore (
714+ "modexp_modsize0_returndatasizeFiller\\ .json::modexp_modsize0_returndatasize\\ [fork_.*-blockchain_test_from_state_test-d4\\ ]" );
714715
715716 // massive bbs
716717 PARAMS .ignore (
@@ -728,7 +729,7 @@ public class BlockchainReferenceTestTools {
728729 PARAMS .ignore (
729730 "modexpFiller.json::modexp\\ [fork_.*-blockchain_test_from_state_test-d37-g[0-3]\\ ]" );
730731 PARAMS .ignore (
731- "randomStatetest650Filler.json::randomStatetest650\\ [fork_.*-blockchain_test_from_state_test-\\ ]" );
732+ "randomStatetest650Filler.json::randomStatetest650\\ [fork_.*-blockchain_test_from_state_test-\\ ]" );
732733
733734 // byte sizes 512 < xbs ≤ 1024
734735 PARAMS .ignore (
You can’t perform that action at this time.
0 commit comments