1
0
mirror of https://github.com/golang/go synced 2024-11-23 10:10:02 -07:00
go/misc/cgo/testcshared/src
Ian Lance Taylor 0a129dbca6 misc/cgo/testcshared: use file descriptor 30 for TestUnexportedSymbols
We were using file descriptor 100, which requires the Linux kernel to
grow the fdtable size. That step may sometimes require a long time,
causing the test to fail. Switch to file descriptor 30, which should
not require growing the fdtable.

Fixes #23784

Change-Id: I3ac40d6f8569c70d34b470cfca34eff149bf8229
Reviewed-on: https://go-review.googlesource.com/108537
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
2018-04-21 04:18:51 +00:00
..
libgo misc/cgo/testcshared: add a c-shared test for android/arm. 2015-04-24 16:32:31 +00:00
libgo2 misc/cgo/testcshared: use file descriptor 30 for TestUnexportedSymbols 2018-04-21 04:18:51 +00:00
libgo4 runtime: for c-archive/c-shared, don't install unnecessary signal handlers 2015-12-18 22:27:38 +00:00
libgo5 runtime: disable a signal by restoring the original disposition 2016-01-05 00:25:50 +00:00
p go/printer: fix formatting of three-index slice expression 2017-10-03 16:16:30 +00:00