You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected: 'transfer(address,uint256)\" failed after the following call sequence'
54
54
- name: Exercise 5
55
55
workdir: dvdefi/
56
56
files: .
@@ -80,28 +80,28 @@ jobs:
80
80
files: testtoken.sol
81
81
contract: TestToken
82
82
outcome: failure
83
-
expected: 'echidna_balance_under_1000:\s*failed'
83
+
expected: 'echidna_balance_under_1000()\" failed after the following call sequence'
84
84
- name: Multi
85
85
workdir: program-analysis/echidna/example/
86
86
files: multi.sol
87
87
contract: C
88
88
config: filter.yaml
89
89
outcome: failure
90
-
expected: 'echidna_state4:\s*failed'
90
+
expected: 'echidna_state4()\" failed after the following call sequence'
91
91
- name: Assert
92
92
workdir: program-analysis/echidna/example/
93
93
files: assert.sol
94
94
config: assert.yaml
95
95
contract: Incrementor
96
96
outcome: failure
97
-
expected: 'inc(uint256):\s*failed'
97
+
expected: 'inc(uint256)\" failed after the following call sequence'
98
98
- name: PopsicleBroken
99
99
workdir: program-analysis/echidna/example/
100
100
files: PopsicleBroken.sol
101
101
solc-version: 0.8.4
102
102
contract: PopsicleBroken
103
103
outcome: failure
104
-
expected: '\"PopsicleBroken.totalBalanceAfterTransferIsPreserved(address,uint256)\" resulted in an assertion failure after the following call sequence'
104
+
expected: 'PopsicleBroken.totalBalanceAfterTransferIsPreserved(address,uint256)\" resulted in an assertion failure after the following call sequence'
0 commit comments