Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(86)

Issue 6210062: code review 6210062: runtime: disable gc test on non-amd64 systems (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by adg
Modified:
12 years, 10 months ago
Reviewers:
iant2, cw
CC:
golang-dev, rsc
Visibility:
Public.

Description

runtime: disable gc test on non-amd64 systems

Patch Set 1 #

Patch Set 2 : diff -r d9a9bdd06284 https://go.googlecode.com/hg #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M src/pkg/runtime/gc_test.go View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5
adg
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg
12 years, 10 months ago (2012-05-17 01:28:13 UTC) #1
rsc
LGTM
12 years, 10 months ago (2012-05-17 01:30:34 UTC) #2
adg
*** Submitted as http://code.google.com/p/go/source/detail?r=4151d4de5a04 *** runtime: disable gc test on non-amd64 systems R=golang-dev, rsc CC=golang-dev ...
12 years, 10 months ago (2012-05-17 01:34:49 UTC) #3
cw
> func TestGcSys(t *testing.T) { > + if runtime.GOARCH != "amd64" { > + // ...
12 years, 10 months ago (2012-05-17 03:24:37 UTC) #4
iant2
12 years, 10 months ago (2012-05-17 04:25:13 UTC) #5
Chris Wedgwood <cw@f00f.org> writes:

>>  func TestGcSys(t *testing.T) {
>> +	if runtime.GOARCH != "amd64" {
>> +		// TODO(adg): remove this when precise gc is implemented
>> +		t.Logf("skipping on non-amd64 systems")
>> +		return
>> +	}
>
> does gccgo use these tests?

Yes, I periodically copy the gc testsuite over to gccgo.  I don't mind
disabling this test, though.

Ian
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b