File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
reference-tests/src/test/java/net/consensys/linea Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1- releaseVersion =beta-v5.0-integration-test-wo-modexp-secp256r1
1+ releaseVersion =beta-v4.4-rc1
22besuVersion =25.11.0-RC1-linea2
33shomeiVersion =2.4-develop
44besuShomeiPluginVersion =v0.8.2
Original file line number Diff line number Diff line change @@ -411,6 +411,14 @@ public class BlockchainReferenceTestTools {
411411 "test_modexp.py::test_modexp\\ [fork_.*-blockchain_test_from_state_test-EIP-198-case3-raw-input-out-of-gas\\ ]" );
412412 PARAMS .ignore (
413413 "modexp_modsize0_returndatasizeFiller\\ .json::modexp_modsize0_returndatasize\\ [fork_.*-blockchain_test_from_state_test-d4\\ ]" );
414+ PARAMS .ignore (
415+ "test_modexp.py::test_modexp\\ [fork_Prague-blockchain_test_from_state_test-large-modulus-length-0x20000020-out-of-gas\\ ]\\ [Prague\\ ]" );
416+ PARAMS .ignore (
417+ "test_modexp.py::test_modexp\\ [fork_Prague-blockchain_test_from_state_test-large-modulus-length-0x40000020-out-of-gas\\ ]\\ [Prague\\ ]" );
418+ PARAMS .ignore (
419+ "test_modexp.py::test_modexp\\ [fork_Prague-blockchain_test_from_state_test-large-modulus-length-0x80000020-out-of-gas\\ ]\\ [Prague\\ ]" );
420+ PARAMS .ignore (
421+ "test_modexp.py::test_modexp\\ [fork_Prague-blockchain_test_from_state_test-large-modulus-length-0xffffffff-out-of-gas\\ ]\\ [Prague\\ ]" );
414422
415423 // massive bbs
416424 PARAMS .ignore (
@@ -429,6 +437,16 @@ public class BlockchainReferenceTestTools {
429437 "modexpFiller.json::modexp\\ [fork_.*-blockchain_test_from_state_test-d37-g[0-3]\\ ]" );
430438 PARAMS .ignore (
431439 "randomStatetest650Filler.json::randomStatetest650\\ [fork_.*-blockchain_test_from_state_test-\\ ]" );
440+ PARAMS .ignore (
441+ "test_modexp.py::test_modexp\\ [fork_Prague-blockchain_test_from_state_test-ModExpInput_base_0x-exponent_0x-modulus_0x-declared_exponent_length_4294967296-declared_modulus_length_1-ModExpOutput_call_success_False-returned_data_0x00\\ ]\\ [Prague\\ ]" );
442+ PARAMS .ignore (
443+ "test_modexp.py::test_modexp\\ [fork_Prague-blockchain_test_from_state_test-large-exponent-length-0x10000000-out-of-gas\\ ]\\ [Prague\\ ]" );
444+ PARAMS .ignore (
445+ "test_modexp.py::test_modexp\\ [fork_Prague-blockchain_test_from_state_test-large-exponent-length-0x20000000-out-of-gas\\ ]\\ [Prague\\ ]" );
446+ PARAMS .ignore (
447+ "test_modexp.py::test_modexp\\ [fork_Prague-blockchain_test_from_state_test-large-exponent-length-0x40000000-out-of-gas\\ ]\\ [Prague\\ ]" );
448+ PARAMS .ignore (
449+ "test_modexp.py::test_modexp\\ [fork_Prague-blockchain_test_from_state_test-large-exponent-length-0x80000000-out-of-gas\\ ]\\ [Prague\\ ]" );
432450
433451 // byte sizes 512 < xbs ≤ 1024
434452 PARAMS .ignore (
You can’t perform that action at this time.
0 commit comments