Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/hack-pad/go
The Go programming language
https://github.com/hack-pad/go
Recently in Fedora we switched binutils ld's separate-code on. This
led to increased size of bin...
Running testshared with the -testx flag leads to:
./testshared.test -testx -testwork
+ mkdir -p...
Remove duplicate 'the'
Change-Id: I3ed81c8d9c488662387e45580a3bcd462448ba44
GitHub-Last-Rev: 86...
Fixes #50085
Change-Id: I9be8ddb983fb4fe598becbb0b93bb5b7e1f8438f
Reviewed-on: https://go-revie...
When we set a timeout, we don't actually have a guarantee one how long
the OS will take to notic...
For #47694
Change-Id: Ibf38eabcb78abc563fcf77e2b566175a18c06fa3
Reviewed-on: https://go-review....
In CL 289192, crosscall_amd64() was changed to recieve 3
arguments, but the comment was not upda...
Change-Id: I432bcc6ff917d008598b2f37c6e826f588a3d6d6
Reviewed-on: https://go-review.googlesource...
In release notes for Go 1.18, fix typo in changes for package testing to
correctly document the ...
Prior to unions, unary and binary expressions always had a recorded
type. Preserve this by recor...
Move calculated type sets for unions into a map, rather than storing
them on the Union type.
Ty...
af05064f978729f3b066e1d627633c11c5e267e2 authored about 3 years agoPer https://groups.google.com/g/golang-dev/c/iuB22_G9Kbo/m/7B1jd1I3BQAJ.
For #47694
Change-Id:...
1540239f48f6beaa1cae6b34d00d74860366da7d authored about 3 years agoIt is a new package and seems a major change.
Updates #47694.
Change-Id: If854e494e28bcd1e79c9...
fc8ae9860a820e2d5179fc3b15b247e0545f2a28 authored about 3 years ago
This test has worked since CL 165801 (committed March 12, 2019), so
stop skipping it. With this,...
This works around what appears to be either a kernel bug or a Go
runtime or syscall bug affectin...
For #47694
Change-Id: I79cdbdc66ea9942b597f29c9a4f428075f053466
Reviewed-on: https://go-review....
Change-Id: Ifc61e67413e5e56afbd0d4954f0150303d1a3a27
Reviewed-on: https://go-review.googlesource...
There doesn't seem anything that still needs to de done there.
Updates #47694.
Change-Id: I790...
46ba32a2ca304b0b73979736d6fb8013529e9172 authored about 3 years ago
Fixes go test -gcflags=all=-G=0 -short std,
except for the packages with generics in their tests...
Fixes #50093.
Change-Id: Ibebeda542d2a81c979670f9098c4a6d2c3e73abb
Reviewed-on: https://go-revi...
We delay all transformations on generic functions, and only do them on
instantiated functions, f...
We can import an shape-instantiated function/method for inlining
purposes. If we are instantiati...
A "RET f(SB)" wasn't assembled correctly in a leaf function with
non-zero frame size. Follows CL...
h2_bundle.go is automatically generated from x/net/http2. Any
formatting changes within that fil...
Change-Id: I435942ff7285d32ffbc8901d9d7e76544d5aeb61
Reviewed-on: https://go-review.googlesource...
Fix up a unit test to make it more friendly for coverage runs.
Currently on tip if you do
cd...
3e8aa5dd495d30ff29cd4fb78aabe8fc0ebb1eda authored about 3 years ago
Although most of the code seems to be already implemented
to support this for general use, it di...
And then revert the bootstrap cmd directories and certain testdata.
And adjust tests as needed.
...
As written, the conversion P(x), where P and the type
of x are type parameters with identical un...
The test cases for this test had listed specific errors, but the
specific error values were igno...
This change applies the same transformation as in CL 366774,
but to the net package.
testUnixAd...
4b3d8d1a390a51ea6a1b3f66ef9d56ef7203bbe7 authored about 3 years agoPassing in an explicit testing.TB gives two benefits:
1. It allows the helper to fail the test ...
b55cbbb9e76969d67fbc6e264a584ad18c2f95fa authored about 3 years ago
In some leaf functions using "RET foo(SB)", the jump may be incorrectly
translated into "JMP LR"...
The exact error isn't actually relevant to the test,
and may depend on whether the Go or cgo res...
TestUnixAndUnixpacketServer deferred a call to os.Remove on the local
address of a dialed unix d...
TestListenerClose had been asserting that a Dial to the newly-closed
address always fails, on th...
In identical(), we don't want any to match a shape empty-interface type
for the identStrict opti...
Fixes #50115.
Change-Id: Iac76e5b486d3a2a784583345eaeb22c31cc4a36d
Reviewed-on: https://go-revi...
Currently, File.Close only documents that "an" error will be returned
by pending I/O operations....
This sometimes times out and we don't have any useful output for
debugging it. Hopefully this wi...
This makes testenv.RunWithTimeout first attempt to SIGQUIT the
subprocess to get a useful Go tra...
This lifts the logic to run a subcommand with a timeout in a test from
the runtime's runTestProg...
Thanks again to @capnspacehook.
Fixes #50110
Change-Id: I1973bdea68eac9842b45f9524f62152e4f534...
9c6e8f63c0e4f24ccf4326164ddbc0f0607343a2 authored about 3 years agoWeird, but don't drop the zone when stringifying.
Fixes #50111
Change-Id: I5fbccdfedcdc77a77ee...
1c1998ea08d41ef09ef16c22eb8e53ea0eb569c5 authored about 3 years agocmd/vet has several precision improvements for the checkers copylock, printf, sortslice, testing...
766f89b5c625f8c57492cf5645576d9e6f450cc2 authored about 3 years ago
The failure mode in #34264 appears to match
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=21...
Change-Id: Ie897b7b9c0a61c837245642c608129108e28423e
Reviewed-on: https://go-review.googlesource...
Change-Id: Id5293d1271370adb49489e5902000604827c4836
Reviewed-on: https://go-review.googlesource...
When exporting the "any" empty interface type for unified IR, write it
out as a reference to the...
The 'Does not match' type error shoud be reported where
the function is called, not where the fu...
The "-2008" builders are the only ones on which the failure has
been observed, so I suspect that...
Pull in security fix
2d13015 http2: cap the size of the server's canonical header cache
an...
307d7c67477ee7ccb8544ac802e965b5d18a069e authored about 3 years agoFuzz tests in test_fuzz_chatty.txt now use -count=1 where applicable.
Fixes #48984
Change-Id: ...
61ba0bcf8eebd1515d1af7a0e918bf912db6eb46 authored about 3 years ago
Generally speaking Go functions make no guarantees
about what has happened to result parameters ...
Pipe (and therefore forkLockPipe) does not make any guarantees
about the state of p after a fail...
Also update some other go/types release notes to use the present tense.
Updates #47694
Change-...
d6c4583ad4923533ddc9f5792ed3b66f3b9f9feb authored about 3 years ago
TestLabelSystemstack needs to collect samples within runtime.systemstack
to complete the test.
...
f5ddd94334a63ac8107c976aa4bd6ee2171d7d64 authored about 3 years ago
We currently run one 'go list' invocation per GOMAXPROC. Since the go
command uses memory and ha...
Fixes #50011
Updates #47694
Change-Id: Id3d43f2f72de61b360b79c2b375ca1372d5f4692
Reviewed-on: h...
Note when a statement mark was not consumed during Prog
generation, and try to use it on a subse...
Updates #49569
Change-Id: Ifba769993c50bb547cb355f56934fb572ec17a1a
Reviewed-on: https://go-rev...
Augmented some of the typeswitch*.go tests so that some instantiations
have duplicate cases, in ...
golang.org/cl/365234 incorrectly had pruningForGoVersion always return
workspace pruning instead...
This is a clean port of CL 369434 to types2.
Change-Id: I3f9f80757bfbefb7b0417eef9e7b7c74c4c100...
6b609110fdfab4a496c246889f1e67fd7cba61df authored about 3 years ago
Our calculation of initOrder builds the dependency graph and then
removes function nodes approxi...
For #47694.
Updates #46518.
Change-Id: Ife3a8d3d6a1c50f55b5ab15730d5a6bd3ec512e1
Reviewed-on: ...
Preparation for #44505, but safe for Go 1.18.
Also fixes the default build on Macs, at least for...
If the test's main goroutine receives a SIGPROF while creating the
C-owned thread for the test, ...
This test seems like it needs attention from a TLS and/or FreeBSD
expert. In the meantime, it ne...
This reverts CL 366536
Reason for revert: may have caused #50033 due to an invalid or partially...
2c85fcd47d6804d94a1fa4da65f756200ecf57a8 authored about 3 years ago
As a side effect of the changes in cmd/go/internal/work in CL 369977,
binaries built in GOPATH m...
cd src/cmd
go get golang.org/x/tools@fd2bfb7
go mod tidy
go mod vendor
Brings in fixes to c...
08025a9d6d7d33f3ac0c78b4d067bdc339225507 authored about 3 years agoFor #47694
Change-Id: Idab1a5822a096447c71776ee4339c4262183ceb7
Reviewed-on: https://go-review....
That is replaced by `go work edit`.
Change-Id: I39996c7bea0182a18edf6a1f70b6616c74099a1b
Review...
This reverts https://golang.org/cl/369914.
Reason for revert: Breaking previously working toolc...
34573aeb9717cf20d768e640c263b294df5318a4 authored about 3 years ago
With https://golang.org/issue/50007 resolved, there are no known issues
with pprof labels remain...
profBuf.write uses an index in b.tags for each entry, even if that entry
has no tag (that slice ...
Deal with case where a certain instantiation of a generic
function/method leads to an unsatisfia...
For #47694.
Updates #46336.
Change-Id: Ibbd058a1fd4d6b0aa38d3e8dc15b560d1e149f7e
Reviewed-on: ...
For #47694
Change-Id: I142776001eecb451e8722163cfd3f2ecb0ecf35c
Reviewed-on: https://go-review....
Change-Id: I641c7b8bcf8b9a8f0637995b26eea0fbe2900ef9
Reviewed-on: https://go-review.googlesource...
Previously, if an unrecoverable error occurred during
minimization, then the input that caused t...
Reading the version information to date has required evaluating
two pointers to strings (which t...
Preparation for #44505, but safe for Go 1.18.
Also fixes the default build on Macs, at least for...
Change-Id: I7cd1643b2dd5c00be84574d17830b1d5383643fa
Reviewed-on: https://go-review.googlesource...
CL 356669
Updates #47694
Change-Id: I49e0cdd3b34e81e9e44020a8eb1304d78249cd66
Reviewed-on: htt...
This test fails with "timeout" once per couple of months.
It may be that the arbitrary timeout i...
Fixes for #49680, #49695, #45867, and #49370 all assumed that
SetGCPercent(-1) doesn't block unt...
CL 358539 revised the build-stamp format, and updated the git and hg
tests to match. However, th...
'man getsockname' lists a number of possible failure modes, including
ENOBUFS (for resource exha...
The test was skipped because with the old gold linker on the
builder it fails with an internal e...
SetGCPercent(-1) is called by several tests in debug_test.go (followed
by a call to runtime.GC) ...
Though this was a problem for Go 1.17,
it appears not to be a problem on tip.
This reverts chan...
79b425e9fca11d189142504bc81cf4e009092f6d authored about 3 years ago
These tests disable GC because of the potential for a deadlock, but
don't consider that a GC cou...
For #34611
Change-Id: I9a1357f53124c98ad017b58774696d0377dbea27
Reviewed-on: https://go-review....
startServer was invoking os.Remove on the temporary file for a unix
socket after creating it. Si...
CL 319769
Updates #47694
Change-Id: I9655af0d249926617645c33617d53b73f985aa19
Reviewed-on: htt...
CL 343877
Updates #47694
Change-Id: I37a0a0d1f7ab937b12812981ecddc89eb8c99c24
Reviewed-on: htt...
CL 356430
Updates #47694
Change-Id: I802cd50f2827caa0549c25685c0b1bb8dfc40968
Reviewed-on: htt...
CL 354569
Updates #47694
Change-Id: I78536c110215b3c9f247c1420bcaa5fc3d8fb930
Reviewed-on: htt...