mirror of
https://github.com/golang/go
synced 2024-11-07 15:26:11 -07:00
runtime: remove a duplicated testcase of TestPallocDataFindScavengeCa…
Change-Id: Ib44729ffb5d4d7b84114dcf028b7e0418c9d5035
GitHub-Last-Rev: 13f59a650a
GitHub-Pull-Request: golang/go#42434
Reviewed-on: https://go-review.googlesource.com/c/go/+/268021
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Trust: Martin Möhrmann <moehrmann@google.com>
This commit is contained in:
parent
3778f8e07d
commit
a416efef5a
@ -152,12 +152,6 @@ func TestPallocDataFindScavengeCandidate(t *testing.T) {
|
|||||||
max: PallocChunkPages,
|
max: PallocChunkPages,
|
||||||
want: BitRange{0, uint(m)},
|
want: BitRange{0, uint(m)},
|
||||||
}
|
}
|
||||||
tests["StartFree"+suffix] = test{
|
|
||||||
alloc: []BitRange{{uint(m), PallocChunkPages - uint(m)}},
|
|
||||||
min: m,
|
|
||||||
max: PallocChunkPages,
|
|
||||||
want: BitRange{0, uint(m)},
|
|
||||||
}
|
|
||||||
tests["EndFree"+suffix] = test{
|
tests["EndFree"+suffix] = test{
|
||||||
alloc: []BitRange{{0, PallocChunkPages - uint(m)}},
|
alloc: []BitRange{{0, PallocChunkPages - uint(m)}},
|
||||||
min: m,
|
min: m,
|
||||||
|
Loading…
Reference in New Issue
Block a user