Commit Graph

7 Commits

Author SHA1 Message Date
Justin Israel 7bd7360fdf
main,bind,_examples: fix tests for go 1.16
* main,bind,_examples: fix tests for go 1.16

This CL fixes a number of tests that are failing under go 1.16.
Modules behave a bit differently, the //comment directives now
need a space, generated version file needs go fmt, and there was a
mis-named symbol

* ci: Update travis and appveyor for recent Go and fix pypy download links

* ci: fix typo in travis script, and adjust go to max appveyor version

* ci: update appveyor PATH to pick up proper latest go version

* fix: Re-enable test cleanup

* ci: update appveyor to pin GOROOT

* ci: update appveyor to use latest windows image
2021-03-16 12:51:57 +01:00
Randall C. O'Reilly 9e491ab3da most of PR review comments addressed -- few more to tackle tmrw. haven't changed import paths yet b/c still working out of my dir -- will do that as a last step. 2019-08-24 10:31:16 +02:00
Randall C. O'Reilly d39a3c49d4 added gopy:interface=handle doc directive to interpret interface{} args as handles instead of strings; fix go.nil to be a variable not a class; uncomment RemoveAll for main_test work dir; remove more stuff from maps test out to enable consistency; add tests for go.nil, new interface functionality. 2019-08-24 10:31:16 +02:00
Sebastien Binet fbb477f2ae tests: fix exit code 2019-01-16 16:18:59 +01:00
Sebastien Binet 6d80c41494 bind: add test script for interfaces
Change-Id: Iba3902544ebf5e1d0a7846803bcb628518334f7b
2015-08-14 13:31:28 +02:00
Sebastien Binet c8ce550bd3 examples/iface: expand test
Change-Id: Ibe437b2af33ec9adcf136e51acf50bbc5f4e18b7
2015-08-14 13:01:21 +02:00
Sebastien Binet 983aa8195c gopy: add focused examples (named,iface,funcs)
Change-Id: I635f215149888e356621992504620e283de5b37c
2015-08-07 09:23:09 +02:00