forked from joejulian/gio
2a4829d857047d248ff09852ebd9d5d3040b8d4b
Right now, we can only run the e2e gio app with -race, not without -race, because the flag is hard-coded in the tests. The reason for this change was that 'GOFLAGS=-race go test' would fail with the JS test, since js/wasm doesn't support the race detector. Fix that by skipping the JS test when -race is used. Now, we can run multiple levels of -race: go test # no -race at all go test -race # -race for the tests, not the e2e gio app GOFLAGS=-race go test # -race for everything (best-effort) To detect the race detector being on, we use a file with a build tag. Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Gio
Immediate mode GUI programs in Go for Android, iOS, macOS, Linux, FreeBSD, Windows and WebAssembly. See gioui.org for details and documentation.
Issues
File bugs and TODOs through the issue tracker or send an email to ~eliasnaur/gio@todo.sr.ht. For general discussion, use the mailing list: ~eliasnaur/gio@lists.sr.ht.
Contributing
Post discussion and patches to the mailing list. No Sourcehut account is required and you can post without being subscribed.
See the contribution guide for more details.
License
Description
Languages
Go
89.6%
C
7%
Java
1.7%
Objective-C
1.6%