Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Apr 22, 2024
1 parent 1b2e20c commit f4f867e
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/gno.land/r/demo/tests/subtests/subtests.gno
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ func Exec(fn func()) {
fn()
}

func AssertOriginCall() {
func CallAssertOriginCall() {
std.AssertOriginCall()
}

func IsOriginCall() bool {
func CallIsOriginCall() bool {
return std.IsOriginCall()
}
4 changes: 2 additions & 2 deletions examples/gno.land/r/demo/tests/tests.gno
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ func CallIsOriginCall() bool {
}

func CallSubtestsAssertOriginCall() {
rsubtests.AssertOriginCall()
rsubtests.CallAssertOriginCall()
}

func CallSubtestsIsOriginCall() bool {
return rsubtests.IsOriginCall()
return rsubtests.CallIsOriginCall()
}

//----------------------------------------
Expand Down
112 changes: 102 additions & 10 deletions gnovm/tests/files/zrealm_tests0.gno
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "42",
// "Line": "50",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -614,7 +614,7 @@ func main() {
// },
// "FileName": "tests.gno",
// "IsMethod": false,
// "Name": "AssertOriginCall",
// "Name": "CallAssertOriginCall",
// "NativeName": "",
// "NativePkg": "",
// "PkgPath": "gno.land/r/demo/tests",
Expand Down Expand Up @@ -660,7 +660,7 @@ func main() {
// },
// "FileName": "tests.gno",
// "IsMethod": false,
// "Name": "IsOriginCall",
// "Name": "CallIsOriginCall",
// "NativeName": "",
// "NativePkg": "",
// "PkgPath": "gno.land/r/demo/tests",
Expand Down Expand Up @@ -694,6 +694,98 @@ 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": "CallSubtestsAssertOriginCall",
// "NativeName": "",
// "NativePkg": "",
// "PkgPath": "gno.land/r/demo/tests",
// "Source": {
// "@type": "/gno.RefNode",
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "31",
// "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": "4"
// }
// }
// ]
// },
// "V": {
// "@type": "/gno.FuncValue",
// "Closure": {
// "@type": "/gno.RefValue",
// "Escaped": true,
// "ObjectID": "0ffe7732b4d549b4cf9ec18bd68641cd2c75ad0a:4"
// },
// "FileName": "tests.gno",
// "IsMethod": false,
// "Name": "CallSubtestsIsOriginCall",
// "NativeName": "",
// "NativePkg": "",
// "PkgPath": "gno.land/r/demo/tests",
// "Source": {
// "@type": "/gno.RefNode",
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "35",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
// },
// "Type": {
// "@type": "/gno.FuncType",
// "Params": [],
// "Results": [
// {
// "Embedded": false,
// "Name": "",
// "Tag": "",
// "Type": {
// "@type": "/gno.PrimitiveType",
// "value": "4"
// }
// }
// ]
// }
// }
// },
// {
// "T": {
// "@type": "/gno.FuncType",
// "Params": [
// {
// "Embedded": false,
Expand Down Expand Up @@ -728,7 +820,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "38",
// "Line": "46",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -777,7 +869,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "60",
// "Line": "68",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -813,7 +905,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "65",
// "Line": "73",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -849,7 +941,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "73",
// "Line": "81",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -895,7 +987,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "77",
// "Line": "85",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -951,7 +1043,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "81",
// "Line": "89",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down Expand Up @@ -1008,7 +1100,7 @@ func main() {
// "BlockNode": null,
// "Location": {
// "File": "tests.gno",
// "Line": "85",
// "Line": "93",
// "Nonce": "0",
// "PkgPath": "gno.land/r/demo/tests"
// }
Expand Down

0 comments on commit f4f867e

Please sign in to comment.