Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
86
Issues
86
List
Boards
Labels
Milestones
Merge Requests
11
Merge Requests
11
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
963257d7
Commit
963257d7
authored
Apr 19, 2019
by
Sylvain Dailler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ce-bench: remove steps information from the output
parent
a52c75c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
bench/ce-bench
bench/ce-bench
+5
-2
No files found.
bench/ce-bench
View file @
963257d7
...
...
@@ -77,12 +77,15 @@ run () {
sed
's/ ([0-9]\+\.[0-9]\+s)//'
|
\
# This ad hoc sed removes diff between Timeout and Unknown (unknown)
# when running from platform with different speed.
sed
-r
's/(Timeout
|Unknown \(unknown\)
)/Timeout or Unknown/'
|
\
sed
-r
's/(Timeout
.*$|Unknown \(unknown\).*$
)/Timeout or Unknown/'
|
\
# ad hoc sed to remove the directory of the stdlib that can be found
# inside labels attribute [@at:'Old:loc:/home/.../stdlib/array.mlw
# TODO temporary as this comes from incorrect locations generated in
# a[i] <- x like terms.
sed
-r
's/\:loc\:.*\]/\:loc\:location\]/'
>>
"
$f
.out"
sed
-r
's/\:loc\:.*\]/\:loc\:location\]/'
|
\
# Remove steps informations
sed
-r
's/Unknown \(sat\).*$/Unknown \(sat\)/'
|
\
sed
-r
's/Valid \(.*$/Valid/'
>>
"
$f
.out"
str_oracle
=
$(
tr
-d
' \n'
<
"
${
oracle_file
}
"
)
str_out
=
$(
tr
-d
' \n'
<
"
$f
.out"
)
decide_fail
$f
...
...
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