openETCS / validation

WP4: Validation and verification strategy
8 stars 22 forks source link

Robustness of code (Identify properties to be verified during code verification) #55

Closed MarcBehrens closed 10 years ago

MarcBehrens commented 11 years ago

Identify properties to be verified during code verification see #53

Possible properties for fomal verification

ghost commented 11 years ago

As explained for #58, we use case distinctions in the formal function contracts of Bitwalker's Peek and Poke functions. There are cases

In addition, we use WP's rte-option to insert assertions about the absence of run time errors.

MarcBehrens commented 11 years ago

Static analysis on the bitwalker code with

BerndHekele commented 11 years ago

RSM has been performed by SQS and can be found here: c56505e3f5a45291e2fcc9de3867c40fb505d273

MarcBehrens commented 10 years ago

@vprevosto any updates here?

jensgerlach commented 10 years ago

Peek and Poke have been (mostly) verified w.r.t. robustness.