Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frama-C Website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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-C Website
Merge requests
!168
[blog] add post about SuperTest collaboration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[blog] add post about SuperTest collaboration
blog/supertest
into
master
Overview
5
Commits
1
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Merged
Andre Maroneze
requested to merge
blog/supertest
into
master
2 years ago
Overview
5
Commits
1
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
version 2
version 2
c0a5c095
2 years ago
version 1
78219da1
2 years ago
master (base)
and
latest version
latest version
2f2727a6
1 commit,
2 years ago
version 2
c0a5c095
1 commit,
2 years ago
version 1
78219da1
1 commit,
2 years ago
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
_posts/2022-11-16-supertest-solidsands.md
+
3
−
3
Options
---
layout
:
post
author
:
Frama-C Team &
Solid Sands
date
:
2022-11-16 1
4
:00 +0100
author
:
A. Maroneze (Frama-C), V. Yaglamunov & M. Beemster (
Solid Sands
)
date
:
2022-11-16 1
7
:00 +0100
categories
:
collaboration undefined-behavior
title
:
"
SuperTest
and
Frama-C:
a
Clash
of
Titans"
---
@@ -37,7 +37,7 @@ It has never seen any implementation that is free of error.
That is not to say that there are no good implementations. It is just
that in the corners of the C language there are things that you can easily
trip over. Another difficult issue to get right is the precision of
diagnostics.
S
ome errors in Frama-C were to be expected.
diagnostics.
Thus, s
ome errors in Frama-C were to be expected
as well
.
From Frama-C's previous experience with test suites and benchmarks, at least
_some_
semantic bugs in SuperTest were to be expected: given a sufficiently
Loading