mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Run more tests on istanbul.
This commit is contained in:
parent
e912c7dca8
commit
0033d63522
@ -81,7 +81,7 @@ EVM_VERSIONS="homestead byzantium"
|
||||
|
||||
if [ -z "$CI" ]
|
||||
then
|
||||
EVM_VERSIONS+=" constantinople petersburg"
|
||||
EVM_VERSIONS+=" constantinople petersburg istanbul"
|
||||
fi
|
||||
|
||||
# And then run the Solidity unit-tests in the matrix combination of optimizer / no optimizer
|
||||
@ -91,9 +91,9 @@ do
|
||||
for vm in $EVM_VERSIONS
|
||||
do
|
||||
FORCE_ABIV2_RUNS="no"
|
||||
if [[ "$vm" == "constantinople" ]]
|
||||
if [[ "$vm" == "istanbul" ]]
|
||||
then
|
||||
FORCE_ABIV2_RUNS="no yes" # run both in constantinople
|
||||
FORCE_ABIV2_RUNS="no yes" # run both in istanbul
|
||||
fi
|
||||
for abiv2 in $FORCE_ABIV2_RUNS
|
||||
do
|
||||
|
@ -207,7 +207,7 @@ function run_test
|
||||
for optimize in "${optimizer_settings[@]}"
|
||||
do
|
||||
clean
|
||||
force_solc_settings "$CONFIG" "$optimize" "petersburg"
|
||||
force_solc_settings "$CONFIG" "$optimize" "istanbul"
|
||||
# Force ABIEncoderV2 in the last step. Has to be the last because code is modified.
|
||||
if [ "$FORCE_ABIv2" = true ]; then
|
||||
[[ "$optimize" =~ yul ]] && force_abi_v2
|
||||
|
Loading…
Reference in New Issue
Block a user