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
54bceaf3
Commit
54bceaf3
authored
Mar 02, 2010
by
Rainer Orth
Committed by
Rainer Orth
Mar 02, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dg-extract-results.sh: Fix result order to match sequential case.
From-SVN: r157175
parent
4e222e63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
contrib/ChangeLog
+4
-0
contrib/dg-extract-results.sh
+1
-1
No files found.
contrib/ChangeLog
View file @
54bceaf3
2010
-
03
-
02
Rainer
Orth
<
ro
@CeBiTec
.
Uni
-
Bielefeld
.
DE
>
*
dg
-
extract
-
results
.
sh
:
Fix
result
order
to
match
sequential
case
.
2010
-
01
-
16
Ralf
Wildenhues
<
Ralf
.
Wildenhues
@gmx
.
de
>
*
check_warning_flags
.
sh
:
Use
\
012
instead
of
\
n
with
tr
.
...
...
contrib/dg-extract-results.sh
View file @
54bceaf3
...
...
@@ -365,8 +365,8 @@ BEGIN {
END {
printf ("\t\t=== %s Summary for %s ===\n\n", tool, variant)
if (passcnt != 0) printf ("# of expected passes\t\t%d\n", passcnt)
if (xpasscnt != 0) printf ("# of unexpected successes\t%d\n", xpasscnt)
if (failcnt != 0) printf ("# of unexpected failures\t%d\n", failcnt)
if (xpasscnt != 0) printf ("# of unexpected successes\t%d\n", xpasscnt)
if (xfailcnt != 0) printf ("# of expected failures\t\t%d\n", xfailcnt)
if (untstcnt != 0) printf ("# of untested testcases\t\t%d\n", untstcnt)
if (unrescnt != 0) printf ("# of unresolved testcases\t%d\n", unrescnt)
...
...
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