mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
CI: Workaround for some test cases crashing the compiler via IR during bytecode comparison due to a regex-related bug
This commit is contained in:
parent
ae3b7625c9
commit
23955ba428
@ -44,6 +44,9 @@ cd test-cases/
|
|||||||
echo "Preparing input files"
|
echo "Preparing input files"
|
||||||
python3 ../scripts/isolate_tests.py ../test/
|
python3 ../scripts/isolate_tests.py ../test/
|
||||||
|
|
||||||
|
# FIXME: These cases crash because of https://github.com/ethereum/solidity/issues/13583
|
||||||
|
rm ./*_bytecode_too_large_*.sol ./*_combined_too_large_*.sol
|
||||||
|
|
||||||
if [[ $binary_type == native ]]; then
|
if [[ $binary_type == native ]]; then
|
||||||
interface=$(echo -e "standard-json\ncli" | circleci tests split)
|
interface=$(echo -e "standard-json\ncli" | circleci tests split)
|
||||||
echo "Selected interface: ${interface}"
|
echo "Selected interface: ${interface}"
|
||||||
|
Loading…
Reference in New Issue
Block a user