- Notifications
You must be signed in to change notification settings - Fork604
Commit3cf1e67
unix: don't fail TestPpoll on EINTR
TestPpoll sometimes fails builders due to Ppoll getting interrupted andreturning EINTR:--- FAIL: TestPpoll (0.00s) syscall_linux_test.go:299: Ppoll: unexpected error: interrupted system callFix this by retrying Ppoll in case of EINTR, same as CL 298189 inTestPoll.Fixesgolang/go#66324Change-Id: I8ce4e2c00fe3b7a078cd75b4b15bb076d3a87fb2Reviewed-on:https://go-review.googlesource.com/c/sys/+/627395Reviewed-by: Cherry Mui <cherryyz@google.com>Reviewed-by: Ian Lance Taylor <iant@google.com>Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>1 parentd2cea70 commit3cf1e67
1 file changed
+15
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
349 | 355 | | |
350 | 356 | | |
351 | 357 | | |
| |||
0 commit comments
Comments
(0)