Commit 65310691 by Ian Lance Taylor Committed by Ian Lance Taylor

re PR go/66406 (go.test/test/nilptr.go FAILs with PIE)

	PR go/66406
	* go.test/go-test.exp (go-gc-tests): Skip nilptr.go if PIE.

From-SVN: r230697
parent eaa7bc33
2015-11-20 Ian Lance Taylor <iant@google.com>
PR go/66406
* go.test/go-test.exp (go-gc-tests): Skip nilptr.go if PIE.
2015-11-20 Mike Stump <mikestump@comcast.net> 2015-11-20 Mike Stump <mikestump@comcast.net>
* g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase * g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase
......
...@@ -398,6 +398,11 @@ proc go-gc-tests { } { ...@@ -398,6 +398,11 @@ proc go-gc-tests { } {
} }
} }
if [check_effective_target_pie_enabled] {
untested $test
continue
}
if { [file tail $test] == "init1.go" } { if { [file tail $test] == "init1.go" } {
# This tests whether GC runs during init, which for gccgo # This tests whether GC runs during init, which for gccgo
# it currently does not. # it currently does not.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment