Skip to content

Commit

Permalink
fix: fix CI and skipped tests missed in rebase (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix authored Sep 26, 2023
1 parent 156c680 commit b1720e2
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# List of file names to be skipped
filename:
filename:
- calldatacopy.json # ef-tests #20
- sha3.json # ef-tests #19
- exp.json # kakarot #700
Expand Down Expand Up @@ -160,7 +160,28 @@ filename:
- callcodeInInitcodeToExistingContractWithValueTransfer.json # ef-tests #254
- callcode_checkPC.json # ef-tests #255
- callcodeDynamicCode2SelfCall.json # ef-tests #256

# List of file names regex to be skipped
- extCodeHashCreatedAndDeletedAccountCall.json # ef-tests #270
- extCodeHashDeletedAccount3.json # ef-tests #271
- extCodeHashSubcallSuicide.json # ef-tests #272
- extCodeHashInInitCode.json # ef-tests #273
- extCodeHashDeletedAccount.json # ef-tests #274
- extCodeHashDeletedAccount2.json # ef-tests #275
- extCodeCopyBounds.json # ef-tests #276
- createEmptyThenExtcodehash.json # ef-tests #277
- extcodehashEmpty.json # ef-tests #278
- extCodeHashDeletedAccount4.json # ef-tests #279
- extCodeHashCreatedAndDeletedAccountRecheckInOuterCall.json # ef-tests #280
- extCodeHashCreatedAndDeletedAccountStaticCall.json # ef-tests #281
- extCodeHashMaxCodeSize.json # ef-tests #282
- extCodeHashCreatedAndDeletedAccount.json # ef-tests
- extCodeHashChangedAccount.json # ef-tests #284
- callToSuicideThenExtcodehash.json # ef-tests #285
- codeCopyZero.json # ef-tests #286
- extCodeHashDeletedAccount1.json # ef-tests #287
- callToNonExistent.json # ef-tests #288
- extCodeHashSelfInInit.json # ef-tests #289
- extCodeHashSubcallOOG.json # ef-tests #290
- dynamicAccountOverwriteEmpty.json # ef-tests #291
# List of file names regex to be skipped
regex:
- ^opc.*\.json$ # ef-test #120

0 comments on commit b1720e2

Please sign in to comment.