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
51c4eb9b
Commit
51c4eb9b
authored
May 24, 1998
by
Jason Merrill
Committed by
Jason Merrill
May 24, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.old-deja/old-deja.exp: Strip leading directories.
From-SVN: r20034
parent
61819ba5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/g++.old-deja/old-deja.exp
+3
-2
No files found.
gcc/testsuite/ChangeLog
View file @
51c4eb9b
1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
1998-05-24 Jason Merrill <jason@yorick.cygnus.com>
* g++.old-deja/old-deja.exp: Strip leading directories.
* lib/old-dejagnu.exp: All tests fail if we got an internal compiler
* lib/old-dejagnu.exp: All tests fail if we got an internal compiler
error for the line. Don't run multiple tests for the same line.
error for the line. Don't run multiple tests for the same line.
...
...
gcc/testsuite/g++.old-deja/old-deja.exp
View file @
51c4eb9b
...
@@ -43,10 +43,11 @@ global GXX_UNDER_TEST
...
@@ -43,10 +43,11 @@ global GXX_UNDER_TEST
# main test loop
# main test loop
#
#
set dirlen [expr [string length "$srcdir/$subdir"] + 1];
foreach file [lsort [find $srcdir/$subdir *.C]] {
foreach file [lsort [find $srcdir/$subdir *.C]] {
# If we're only testing specific files and this isn't one of them, skip it.
# If we're only testing specific files and this isn't one of them, skip it.
if ![runtest_file_p $runtests $file] then {
set tfile [string range $file $dirlen end];
if ![runtest_file_p $runtests $tfile] then {
continue
continue
}
}
verbose "Testing $file"
verbose "Testing $file"
...
...
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