Hajime Hoshi
|
55bfc02509
|
internal/processtest: use (*testing.T).TempDir
|
2023-09-06 11:37:27 +09:00 |
|
Hajime Hoshi
|
0d1f990338
|
internal/processtest: output a better error message when failing to compile a Go program
|
2023-04-01 04:01:39 +09:00 |
|
Hajime Hoshi
|
4e7db88829
|
internal/processtest: bug fix: timeout didn't work for go-run
Apparently timing-out for a go-run process didn't work well. Instead,
use CommandContext for the actual test binary which is already built.
|
2023-04-01 03:56:50 +09:00 |
|
Hajime Hoshi
|
99fb40f299
|
internal/processtest: skip tests on WSL
Closes #1864
|
2023-03-30 13:42:44 +09:00 |
|
Hajime Hoshi
|
ff1621885d
|
internal/processtest: use a semaphore for sub-tests
Updates #2571
|
2023-02-25 16:19:15 +09:00 |
|
Hajime Hoshi
|
0e57fc4c5f
|
internal/processtest: set timeout
Updates #2571
|
2023-02-18 17:36:31 +09:00 |
|
Hajime Hoshi
|
a65b65110b
|
Revert "internal/processtest: prevent parallel process testing"
This reverts commit 397da70815 .
Reason: This did not resolve the issue: https://github.com/hajimehoshi/ebiten/actions/runs/4180959132/jobs/7242421909
Updates #2571
|
2023-02-15 15:13:57 +09:00 |
|
Hajime Hoshi
|
397da70815
|
internal/processtest: prevent parallel process testing
Updates #2571
|
2023-02-14 18:13:27 +09:00 |
|
Artem Yadelskyi
|
5b53cef59e
|
all: remove old // +build comments (#2431)
Closes #2325
|
2022-11-03 12:55:14 +09:00 |
|
Hajime Hoshi
|
8aacf067dd
|
all: use x/sys/execabs instead of os/exec
Closes #2418
|
2022-11-01 23:36:57 +09:00 |
|
Hajime Hoshi
|
5404e4d68a
|
all: replace io/ioutil with io and os
Closes #1770
|
2022-09-15 02:54:25 +09:00 |
|
Hajime Hoshi
|
4c6c31e384
|
all: reorder build tags in an alphabetical order
|
2022-02-08 15:49:15 +09:00 |
|
Hajime Hoshi
|
6c8a7d1079
|
internal/graphicsdriver/opengl: Bug fix: A location cache map must be reset when a program is deleted
Closes #1753
|
2021-08-15 04:54:20 +09:00 |
|