You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Every now and then, I get test failures in the goenv test like: > [!windows] cp $EXEC_PATH $NAME/garble$exe > [!windows] exec $NAME/garble$exe build [fork/exec with"double"quotes/garble: text file busy] FAIL: testdata/scripts/goenv.txt:21: unexpected command failure The root cause is https://go.dev/issue/22315, which isn't going to be fixed anytime soon, as it is a race condition in Linux itself, triggered by how heavily concurrent Go tends to be. For now, try to make the race much less likely to happen. |
4 years ago | |
|---|---|---|
| .. | ||
| asm.txt | 4 years ago | |
| basic.txt | 4 years ago | |
| cgo.txt | 4 years ago | |
| crossbuild.txt | 4 years ago | |
| debugdir.txt | 4 years ago | |
| embed.txt | 4 years ago | |
| goenv.txt | 4 years ago | |
| gogarble.txt | 4 years ago | |
| goversion.txt | 4 years ago | |
| help.txt | 4 years ago | |
| implement.txt | 4 years ago | |
| imports.txt | 4 years ago | |
| init.txt | 4 years ago | |
| ldflags.txt | 4 years ago | |
| linkname.txt | 4 years ago | |
| literals.txt | 4 years ago | |
| modinfo.txt | 4 years ago | |
| plugin.txt | 4 years ago | |
| position.txt | 4 years ago | |
| reflect.txt | 4 years ago | |
| reverse.txt | 4 years ago | |
| seed-cache.txt | 4 years ago | |
| seed.txt | 4 years ago | |
| syntax.txt | 4 years ago | |
| test.txt | 4 years ago | |
| tiny.txt | 4 years ago | |
| typeparams.txt | 4 years ago | |