@@ -49,31 +49,31 @@ jobs:
4949 files : solution.sol
5050 contract : TestToken
5151 outcome : failure
52- expected : ' transfer(address,uint256)\" failed after the following call sequence'
53- - name : Exercise 5
54- workdir : dvdefi/
55- files : .
56- config : naivereceiver.yaml
57- crytic-args : --hardhat-ignore-compile
58- contract : NaiveReceiverEchidna
59- outcome : failure
60- expected : ' echidna_test_contract_balance:\s*failed'
61- - name : Exercise 6
62- workdir : dvdefi/
63- files : .
64- config : unstoppable.yaml
65- crytic-args : --hardhat-ignore-compile
66- contract : UnstoppableEchidna
67- outcome : failure
68- expected : ' echidna_testFlashLoan:\s*failed'
69- - name : Exercise 7
70- workdir : dvdefi/
71- files : .
72- config : sideentrance.yaml
73- crytic-args : --hardhat-ignore-compile
74- contract : SideEntranceEchidna
75- outcome : failure
76- expected : ' testPoolBalance():\s*failed'
52+ expected : ' transfer(address,uint256)\" resulted in an assertion failure after the following call sequence: '
53+ # - name: Exercise 5
54+ # workdir: dvdefi/
55+ # files: .
56+ # config: naivereceiver.yaml
57+ # crytic-args: --hardhat-ignore-compile
58+ # contract: NaiveReceiverEchidna
59+ # outcome: failure
60+ # expected: 'echidna_test_contract_balance:\s*failed'
61+ # - name: Exercise 6
62+ # workdir: dvdefi/
63+ # files: .
64+ # config: unstoppable.yaml
65+ # crytic-args: --hardhat-ignore-compile
66+ # contract: UnstoppableEchidna
67+ # outcome: failure
68+ # expected: 'echidna_testFlashLoan:\s*failed'
69+ # - name: Exercise 7
70+ # workdir: dvdefi/
71+ # files: .
72+ # config: sideentrance.yaml
73+ # crytic-args: --hardhat-ignore-compile
74+ # contract: SideEntranceEchidna
75+ # outcome: failure
76+ # expected: 'testPoolBalance():\s*failed'
7777 - name : TestToken
7878 workdir : program-analysis/echidna/example/
7979 files : testtoken.sol
@@ -115,15 +115,15 @@ jobs:
115115 config : testdeposit.yaml
116116 contract : TestDepositWithPermit
117117 outcome : success
118- expected : ' testERC20PermitDeposit(uint256):\s*passing '
119- - name : MultiABI
120- workdir : program-analysis/echidna/example/
121- files : allContracts.sol
122- solc-version : 0.8.0
123- config : allContracts.yaml
124- contract : EchidnaTest
125- outcome : failure
126- expected : ' test_flag_is_false():\s*failed'
118+ expected : ' \[PASSED\] Assertion Test: TestDepositWithPermit. testERC20PermitDeposit(uint256)'
119+ # - name: MultiABI
120+ # workdir: program-analysis/echidna/example/
121+ # files: allContracts.sol
122+ # solc-version: 0.8.0
123+ # config: allContracts.yaml
124+ # contract: EchidnaTest
125+ # outcome: failure
126+ # expected: 'test_flag_is_false():\s*failed'
127127
128128 steps :
129129 - name : Checkout repository
0 commit comments