Stream: Mirror: Isabelle Users Mailing List

Topic: [isabelle] New in the AFP: Regression Test Selection


view this post on Zulip Email Gateway (May 03 2021 at 18:12):

From: Tobias Nipkow <nipkow@in.tum.de>
Regression Test Selection
Susannah Mansky

This development provides a general definition for safe Regression Test
Selection (RTS) algorithms. RTS algorithms select which tests to rerun on

revised code, reducing the time required to check for newly introduced errors.
An RTS algorithm is considered safe if and only if all deselected tests would
have unchanged results. This definition is instantiated with two
class-collection-based RTS algorithms run over the JVM as modeled by JinjaDCI.
This is achieved with a general definition for Collection Semantics, small-step
semantics instrumented to collect information during execution. As the RTS
definition mandates safety, these instantiations include proofs of safety. This
work is described in Mansky and Gunter's LSFA 2020 paper and Mansky's doctoral
thesis (UIUC, 2020).

https://www.isa-afp.org/entries/Regression_Test_Selection.html

Enjoy!
smime.p7s


Last updated: Jul 15 2022 at 23:21 UTC