tests: update slow test lists, skip on windows/386 (#17758)
This commit is contained in:
@ -30,7 +30,15 @@ func TestState(t *testing.T) {
|
||||
|
||||
st := new(testMatcher)
|
||||
// Long tests:
|
||||
st.skipShortMode(`^stQuadraticComplexityTest/`)
|
||||
st.slow(`^stAttackTest/ContractCreationSpam`)
|
||||
st.slow(`^stBadOpcode/badOpcodes`)
|
||||
st.slow(`^stPreCompiledContracts/modexp`)
|
||||
st.slow(`^stQuadraticComplexityTest/`)
|
||||
st.slow(`^stStaticCall/static_Call50000`)
|
||||
st.slow(`^stStaticCall/static_Return50000`)
|
||||
st.slow(`^stStaticCall/static_Call1MB`)
|
||||
st.slow(`^stSystemOperationsTest/CallRecursiveBomb`)
|
||||
st.slow(`^stTransactionTest/Opcodes_TransactionInit`)
|
||||
// Broken tests:
|
||||
st.skipLoad(`^stTransactionTest/OverflowGasRequire\.json`) // gasLimit > 256 bits
|
||||
st.skipLoad(`^stTransactionTest/zeroSigTransa[^/]*\.json`) // EIP-86 is not supported yet
|
||||
|
Reference in New Issue
Block a user