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
Copy file name to clipboardExpand all lines: .github/workflows/medusa.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -84,28 +84,28 @@ jobs:
84
84
- name: Multi
85
85
workdir: program-analysis/echidna/example/
86
86
files: multi.sol
87
+
contract: C
87
88
config: filter.yaml
88
89
outcome: failure
89
90
expected: 'echidna_state4:\s*failed'
90
91
- name: Assert
91
92
workdir: program-analysis/echidna/example/
92
93
files: assert.sol
93
94
config: assert.yaml
95
+
contract: Incrementor
94
96
outcome: failure
95
97
expected: 'inc(uint256):\s*failed'
96
98
- name: PopsicleBroken
97
99
workdir: program-analysis/echidna/example/
98
100
files: PopsicleBroken.sol
99
101
solc-version: 0.8.4
100
-
config: Popsicle.yaml
101
102
contract: PopsicleBroken
102
103
outcome: failure
103
104
expected: '\"PopsicleBroken.totalBalanceAfterTransferIsPreserved(address,uint256)\" resulted in an assertion failure after the following call sequence'
0 commit comments