forked from privacy-scaling-explorations/zkevm-circuits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfig.toml
97 lines (88 loc) · 2.28 KB
/
Config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[[suite]]
id="default"
path="tests/src/GeneralStateTestsFiller/VMTests/vmArithmeticTest/addFiller.yml"
max_gas = 0
max_steps = 1000000
[[suite]]
id="nightly"
path="tests/src/GeneralStateTestsFiller/**/*"
max_gas = 0
max_steps = 100000
[[skip_paths]]
desc = "unimplemented"
paths = [
"EIP1559",
"EIP2930",
"stPreCompiledContracts",
"stZeroKnowledge",
"DelegatecallToPrecompile",
"RevertPrecompiledTouchExactOOG",
"StaticcallToPrecompileFrom",
"create_callprecompile_returndatasize_d0_g0_v0",
"extCodeHashPrecompiles",
]
[[skip_paths]]
desc = "too big"
paths = [
"stTimeConsuming",
"stExample",
"stQuadraticComplexityTest",
"50000"
]
[[skip_paths]]
desc = "defines asm"
paths = [
"stackLimitGas_1023Filler.json",
"stackLimitGas_1024Filler.json",
"stackLimitGas_1025Filler.json",
"stackLimitPush31_1023Filler.json",
"stackLimitPush31_1024Filler.json",
"stackLimitPush31_1025Filler.json",
"stackLimitPush32_1023Filler.json",
"stackLimitPush32_1024Filler.json",
"stackLimitPush32_1025Filler.json",
"sloadGasCostFiller.json",
"selfBalanceCallTypesFiller.json",
"selfBalanceGasCostFiller.json",
"selfBalanceUpdateFiller.json",
"chainIdGasCostFiller.json"
]
[[skip_paths]]
desc = "bad json"
paths = [
"Opcodes_TransactionInitFiller",
"static_CallContractToCreateContractAndCallItOOGFiller.json",
"dummyFiller.json",
"codesizeOOGInvalidSizeFiller.json",
"codesizeValidFiller.json",
"create2callPrecompilesFiller.json",
"callToNonExistentFiller.json",
"tackDepthLimitSECFiller.json",
"callDataCopyOffsetFiller.json",
"calldatacopy_dejavu2Filler.json",
"ValueOverflowFiller" # weird 0x:biginteger 0x...
]
[[skip_paths]]
desc = "uses :solidity"
paths = [
"RevertRemoteSubCallStorageOOGFiller.yml",
"loopMulFiller.yml",
"loopExpFiller.yml",
"performanceTesterFiller.yml",
"SelfDestructFiller.yml",
"RevertRemoteSubCallStorageOOGFiller.yml",
"solidityExampleFiller.yml"
]
[[skip_paths]]
desc = "todo!"
paths = [
"CreateAddressWarmAfterFailFiller.yml",
"result_cancunEnvConvertionFiller.json",
"result_mergeEnvConvertionFiller.json",
"eoaEmptyFiller.yml"
]
[[skip_paths]]
desc = "unused"
paths = [
"doubleSelfdestructTestFiller.yml"
]