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
643e0854
Commit
643e0854
authored
Sep 23, 2016
by
Rainer Orth
Committed by
Rainer Orth
Sep 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert bogus dg-extract-results.sh change
* dg-extract-results.sh: Revert bogus change. From-SVN: r240429
parent
cab9e1df
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 @
643e0854
2016
-
09
-
23
Rainer
Orth
<
ro
@CeBiTec
.
Uni
-
Bielefeld
.
DE
>
*
dg
-
extract
-
results
.
sh
:
Revert
bogus
change
.
2016
-
09
-
20
Christophe
Lyon
<
christophe
.
lyon
@linaro
.
org
>
*
dg
-
extract
-
results
.
py
:
Report
DejaGnu
error
in
the
final
...
...
contrib/dg-extract-results.sh
View file @
643e0854
...
...
@@ -434,7 +434,7 @@ BEGIN {
/^# of unresolved testcases/ { unrescnt += \
$5
}
/^# of unsupported tests/ { unsupcnt += \
$5
}
END {
printf ("\n\t\t=== %s
My
Summary ===\n\n", tool)
printf ("\n\t\t=== %s Summary ===\n\n", tool)
if (dgerrorcnt != 0) printf ("# of DejaGnu errors\t\t%d\n", dgerrorcnt)
if (passcnt != 0) printf ("# of expected passes\t\t%d\n", passcnt)
if (failcnt != 0) printf ("# of unexpected failures\t%d\n", failcnt)
...
...
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