Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Sep 11, 2024
1 parent ac95dc6 commit 09c1aa0
Show file tree
Hide file tree
Showing 14 changed files with 15,002 additions and 15,039 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ test-aave:
test-regression: ${REGRESSION_TESTS}

%.out: %.sol %.txn %.ref $(SEMANTICS_FILE_NAME)-kompiled/timestamp
ulimit -s 65536 && bin/krun-sol $*.sol $*.txn > $*.out
ulimit -s 65536 && bin/krun-sol $*.sol $*.txn > $*.out 2>&1
diff -U3 -w $*.ref $*.out
3 changes: 0 additions & 3 deletions test/regression/arithmetic.ref
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
3p160
</next-address>
Expand Down
3 changes: 0 additions & 3 deletions test/regression/arraystestcontract.ref
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
3p160
</next-address>
Expand Down
3 changes: 0 additions & 3 deletions test/regression/block.ref
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
3p160
</next-address>
Expand Down
3 changes: 0 additions & 3 deletions test/regression/boolean.ref
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
3p160
</next-address>
Expand Down
3 changes: 0 additions & 3 deletions test/regression/contract.ref
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
3p160
</next-address>
Expand Down
4 changes: 1 addition & 3 deletions test/regression/emit.ref
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Approval(1, 0, 2)
<solidity>
<k>
.K
Expand Down Expand Up @@ -113,9 +114,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
ListItem ( event (... name: Approval , args: v ( 1p160 , address ) , v ( 0p160 , address ) , v ( 2p160 , address ) , .TypedVals ) )
</events>
<next-address>
3p160
</next-address>
Expand Down
3 changes: 0 additions & 3 deletions test/regression/eventtestcontract.ref
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
3p160
</next-address>
Expand Down
3 changes: 0 additions & 3 deletions test/regression/for.ref
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
3p160
</next-address>
Expand Down
3 changes: 0 additions & 3 deletions test/regression/function.ref
Original file line number Diff line number Diff line change
Expand Up @@ -2181,9 +2181,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
11p160
</next-address>
Expand Down
3 changes: 0 additions & 3 deletions test/regression/if.ref
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
3p160
</next-address>
Expand Down
3 changes: 0 additions & 3 deletions test/regression/increment.ref
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
3p160
</next-address>
Expand Down
3 changes: 0 additions & 3 deletions test/regression/mapstestcontract.ref
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@
</contract-storage>
</live-contract>
</live-contracts>
<events>
.List
</events>
<next-address>
3p160
</next-address>
Expand Down
Loading

0 comments on commit 09c1aa0

Please sign in to comment.