Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama Clang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
Frama Clang
Commits
51dd8503
Commit
51dd8503
authored
4 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[tests] update options for tests involving WP
parent
3b19f39e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/bugs/test_config
+1
-1
1 addition, 1 deletion
tests/bugs/test_config
tests/specs/wp_empty_struct.cpp
+1
-2
1 addition, 2 deletions
tests/specs/wp_empty_struct.cpp
with
2 additions
and
3 deletions
tests/bugs/test_config
+
1
−
1
View file @
51dd8503
FILEREG:.*\.\(cc\|cpp\|ii\)$
FILEREG:.*\.\(cc\|cpp\|ii\)$
MACRO: CXX -machdep=x86_64 -cxx-c++stdlib-path share/libc++ -cxx-clang-command="bin/framaCIRGen -target x86_64-linux-gnu -D__FC_MACHDEP_X86_64"
MACRO: CXX -machdep=x86_64 -cxx-c++stdlib-path share/libc++ -cxx-clang-command="bin/framaCIRGen -target x86_64-linux-gnu -D__FC_MACHDEP_X86_64"
OPT:-print -wp -wp-msg-key
="no-time-info,no-step-info"
-wp-cache none @CXX@
OPT:-print -wp -wp-msg-key
shell
-wp-cache none @CXX@
FILTER:/bin/sed -e '/^#[^\n]*/d' -e "s|${FRAMAC_SHARE}|FRAMAC_SHARE|g" -e 's/Alt-Ergo [0-9.]\+/Alt-Ergo/' -e "s|$(pwd)/||g"
FILTER:/bin/sed -e '/^#[^\n]*/d' -e "s|${FRAMAC_SHARE}|FRAMAC_SHARE|g" -e 's/Alt-Ergo [0-9.]\+/Alt-Ergo/' -e "s|$(pwd)/||g"
This diff is collapsed.
Click to expand it.
tests/specs/wp_empty_struct.cpp
+
1
−
2
View file @
51dd8503
/* run.config
/* run.config
OPT: -wp -wp-msg-key
="no-time-info,no-step-info"
-wp-cache none @CXX@
OPT: -wp -wp-msg-key
shell
-wp-cache none @CXX@
*/
*/
class
Point2
class
Point2
{
{
//@ ensures \result == *this;
//@ ensures \result == *this;
Point2
&
foo
(
void
)
{
return
*
this
;
}
Point2
&
foo
(
void
)
{
return
*
this
;
}
};
};
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment