Skip to content

Commit 3cbbf28

Browse files
feat: ignore Prague tests with massive ebs / mbs (#2508)
Signed-off-by: F Bojarski <[email protected]> Co-authored-by: F Bojarski <[email protected]> Co-authored-by: François Bojarski <[email protected]>
1 parent 89eda5f commit 3cbbf28

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
releaseVersion=beta-v5.0-integration-test-wo-modexp-secp256r1
1+
releaseVersion=beta-v4.4-rc1
22
besuVersion=25.11.0-RC1-linea2
33
shomeiVersion=2.4-develop
44
besuShomeiPluginVersion=v0.8.2

reference-tests/src/test/java/net/consensys/linea/BlockchainReferenceTestTools.java

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)