-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hide not supported test output to make CI happy
- Loading branch information
1 parent
10adf7d
commit 0b38736
Showing
2 changed files
with
3 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1 @@ | ||
$ owi c --e-acsl explicit.c --no-value 2>&1 | grep -v "wasm-ld" | grep -v "gmp.h" | ||
__builtin_expect is a compiler builtin, only allowed for GCC-based machdeps; see option -machdep or run 'frama-c -machdep help' for the list of available machdeps | ||
[kernel:typing:implicit-function-declaration] explicit.c:11: Warning: | ||
__builtin_constant_p is a compiler builtin, only allowed for GCC-based machdeps; see option -machdep or run 'frama-c -machdep help' for the list of available machdeps | ||
E-ACSL construct `assigns clause in behavior' is not yet supported. | ||
Ignoring annotation. | ||
E-ACSL construct `assigns clause in behavior' is not yet supported. | ||
Ignoring annotation. | ||
E-ACSL construct `assigns clause in behavior' is not yet supported. | ||
Ignoring annotation. | ||
E-ACSL construct `assigns clause in behavior' is not yet supported. | ||
Ignoring annotation. | ||
clang: error: linker command failed with exit code 1 (use -v to see invocation) | ||
Clang failed: run with --debug to get the full error message | ||
$ owi c --e-acsl explicit.c --no-value 2>&1 | grep -v "wasm-ld" | grep -v "gmp.h" > err.txt || false |