Skip to content

Commit

Permalink
test: fix master fail (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle authored Apr 25, 2023
1 parent 096f117 commit 7ac2a9d
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gnovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "go.sum"
- "gnovm/**.go"
- "gnovm/**.gno"
- "examples/**.gno"
- "gnovm/**/go.sum"
- "gnovm/Makefile"
- "tm2/**.go"
Expand Down
112 changes: 103 additions & 9 deletions gnovm/tests/files/zrealm_tests0.gno
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "28",
// "Line": "38",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -301,7 +301,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "28",
// "Line": "38",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -505,6 +505,94 @@ func main() {
// "T": {
// "@type": "/gno.FuncType",
// "Params": [],
// "Results": []
// },
// "V": {
// "@type": "/gno.FuncValue",
// "Closure": {
// "@type": "/gno.RefValue",
// "Escaped": true,
// "ObjectID": "0ffe7732b4d549b4cf9ec18bd68641cd2c75ad0a:4"
// },
// "FileName": "tests.gno",
// "IsMethod": false,
// "Name": "IncCounter",
// "PkgPath": "gno.land/r/demo/tests",
// "Source": {
// "@type": "/gno.RefNode",
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "7",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
// },
// "Type": {
// "@type": "/gno.FuncType",
// "Params": [],
// "Results": []
// }
// }
// },
// {
// "T": {
// "@type": "/gno.FuncType",
// "Params": [],
// "Results": [
// {
// "Embedded": false,
// "Name": "",
// "Tag": "",
// "Type": {
// "@type": "/gno.PrimitiveType",
// "value": "32"
// }
// }
// ]
// },
// "V": {
// "@type": "/gno.FuncValue",
// "Closure": {
// "@type": "/gno.RefValue",
// "Escaped": true,
// "ObjectID": "0ffe7732b4d549b4cf9ec18bd68641cd2c75ad0a:4"
// },
// "FileName": "tests.gno",
// "IsMethod": false,
// "Name": "Counter",
// "PkgPath": "gno.land/r/demo/tests",
// "Source": {
// "@type": "/gno.RefNode",
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "11",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
// },
// "Type": {
// "@type": "/gno.FuncType",
// "Params": [],
// "Results": [
// {
// "Embedded": false,
// "Name": "",
// "Tag": "",
// "Type": {
// "@type": "/gno.PrimitiveType",
// "value": "32"
// }
// }
// ]
// }
// }
// },
// {
// "T": {
// "@type": "/gno.FuncType",
// "Params": [],
// "Results": [
// {
// "Embedded": false,
Expand Down Expand Up @@ -533,7 +621,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "5",
// "Line": "15",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -577,7 +665,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "9",
// "Line": "19",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -621,7 +709,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "13",
// "Line": "23",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -678,7 +766,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "24",
// "Line": "34",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -725,7 +813,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "46",
// "Line": "56",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -759,7 +847,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "51",
// "Line": "61",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -793,7 +881,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "59",
// "Line": "69",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -828,6 +916,12 @@ func main() {
// },
// {
// "T": {
// "@type": "/gno.PrimitiveType",
// "value": "32"
// }
// },
// {
// "T": {
// "@type": "/gno.PointerType",
// "Elt": {
// "@type": "/gno.RefType",
Expand Down

0 comments on commit 7ac2a9d

Please sign in to comment.