Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e0601c0d
Commit
e0601c0d
authored
Mar 04, 2015
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Mar 04, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* go.test/go-test.exp (go-gc-tests): Skip nilptr test on s390*.
From-SVN: r221186
parent
b68686bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/go.test/go-test.exp
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
e0601c0d
2015-03-04 Ian Lance Taylor <iant@google.com>
* go.test/go-test.exp (go-gc-tests): Skip nilptr test on s390*.
2015-03-04 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/64227
...
...
gcc/testsuite/go.test/go-test.exp
View file @
e0601c0d
...
...
@@ -391,7 +391,7 @@ proc go-gc-tests { } {
}
# Handle certain tests in a target-dependant way.
if { [istarget "alpha*-*-*"] || [istarget "sparc*-*-solaris*"] || [istarget "powerpc*-*-*"] } {
if { [istarget "alpha*-*-*"] || [istarget "sparc*-*-solaris*"] || [istarget "powerpc*-*-*"]
|| [istarget "s390*-*-*"]
} {
if { [string match "*go.test/test/nilptr.go" $test] } {
untested $test
continue
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment