1
0
mirror of https://github.com/golang/go synced 2024-11-15 00:20:30 -07:00
go/misc/cgo/test
Benoit Sigoure 8e01fc7e9b misc: Increase issue 6997's test timeout to prevent spurious failures.
On heavily loaded build servers, a 5 second timeout is too aggressive,
which causes this test to fail spuriously.

LGTM=iant
R=iant
CC=golang-codereviews, sqweek
https://golang.org/cl/170850043
2014-11-01 08:28:09 -07:00
..
backdoor cmd/go: prohibit C sources files unless using cgo 2014-09-24 15:10:38 -04:00
issue8828 cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming conflicts 2014-10-15 13:13:37 -07:00
align.go
api.go
basic.go cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal. 2014-09-30 16:08:04 -04:00
buildid_linux.go cmd/go: pass --build-id=none when generating a cgo .o 2014-08-07 12:38:39 -07:00
callback_c_gc.c runtime: fix _cgo_allocate(0) 2014-10-07 16:27:40 -04:00
callback_c_gccgo.c runtime: fix _cgo_allocate(0) 2014-10-07 16:27:40 -04:00
callback_c.c cgo: adjust return value location to account for stack copies. 2014-09-25 07:59:01 -07:00
callback.go cgo: adjust return value location to account for stack copies. 2014-09-25 07:59:01 -07:00
cflags.go
cgo_linux_test.go cmd/go: pass --build-id=none when generating a cgo .o 2014-08-07 12:38:39 -07:00
cgo_test.go cmd/cgo: avoid worklist nondeterminism. 2014-10-30 14:01:14 -04:00
cthread_unix.c
cthread_windows.c
cthread.go
duplicate_symbol.go
env.go
exports.go runtime: remove untyped allocation of ParFor 2014-09-16 11:03:11 -04:00
fpvar.go
helpers.go
issue1222.go
issue1328.go
issue1560.go
issue1635.go
issue2462.go
issue3250.go
issue3250w.go
issue3261.go
issue3729.go
issue3729w.go
issue3741.go
issue3775.go
issue3945.go
issue4029.go
issue4029w.go
issue4054a.go
issue4054b.go
issue4273.c
issue4273b.c
issue4339.c
issue4339.go
issue4339.h
issue4417.go
issue4857.go
issue5227.go
issue5242.go cmd/cgo: fix default alignment for empty structs 2014-08-11 22:10:17 -07:00
issue5337.go
issue5337w.go
issue5548_c.c
issue5548.go misc/cgo/test: make issue5548 test pickier 2014-09-05 14:59:09 -04:00
issue5603.go
issue5740.go
issue5740a.c
issue5740b.c
issue5986.go
issue6128.go
issue6390.go
issue6472.go
issue6506.go
issue6612.go
issue6833_c.c cmd/cgo: use __gcc_struct__ for go exported functions 2013-12-10 11:30:12 +11:00
issue6833.go cmd/cgo: use __gcc_struct__ for go exported functions 2013-12-10 11:30:12 +11:00
issue6997_linux.c runtime: co-exist with NPTL's pthread_cancel. 2014-01-09 09:34:04 -08:00
issue6997_linux.go misc: Increase issue 6997's test timeout to prevent spurious failures. 2014-11-01 08:28:09 -07:00
issue7234_test.go cmd/ld: fix bug with "runtime/cgo" in external link mode 2014-01-30 09:25:47 -08:00
issue7560.go cmd/cgo: omit misaligned struct fields, like we omit bitfields 2014-05-12 23:48:20 -04:00
issue7665.go cmd/gc: disable link-time copying of un-Go-initialized globals 2014-05-09 16:03:44 -04:00
issue7786.go cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable 2014-05-28 14:04:31 -04:00
issue7978.go misc/cgo/test: fail issue 7978 with clearer error when GOTRACEBACK != 2 2014-10-03 16:42:18 -04:00
issue8092.go cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into runtime package 2014-08-27 20:15:05 -04:00
issue8148.go cmd/cgo: for typedef of untagged struct, use typedef name in C code 2014-06-05 10:42:03 -07:00
issue8331.h cmd/cgo: use same Go type for typedef to anonymous struct 2014-06-02 12:55:43 -07:00
issue8331a.go cmd/cgo: use same Go type for typedef to anonymous struct 2014-06-02 12:55:43 -07:00
issue8331b.go cmd/cgo: use same Go type for typedef to anonymous struct 2014-06-02 12:55:43 -07:00
issue8428.go misc/cgo/test: disable issue 8428 regress test on darwin 2014-08-28 22:40:57 -04:00
issue8441.go cmd/cgo: fix recursive type mapping 2014-08-05 18:16:56 -07:00
issue8517_windows.c misc/cgo/test: add Test8517 2014-10-09 16:10:51 +11:00
issue8517_windows.go misc/cgo/test: add Test8517 2014-10-09 16:10:51 +11:00
issue8517.go misc/cgo/test: add Test8517 2014-10-09 16:10:51 +11:00
issue8694.go debug/dwarf: correct name for clang-generated complex type 2014-09-24 16:53:47 -04:00
issue8811.c cmd/ld: do not assume that only pe section names start with '.' 2014-10-11 22:01:04 +11:00
issue8811.go cmd/ld: do not assume that only pe section names start with '.' 2014-10-11 22:01:04 +11:00
issue8828.go cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming conflicts 2014-10-15 13:13:37 -07:00
issue9026.go misc/cgo/test: fix bad C test code that fails on some configurations 2014-10-30 14:08:55 -04:00
setgid_linux.go
sleep_windows_386.go