CUTE and jCUTE: Concolic Unit Testing and Explicit Path Model-Checking Tools
Generate an AI Snapshot to get a quick, structured summary of this paper.
A concise AI-generated summary of the paper will appear here once you click Generate AI Snapshot.
TL;DR
CUTE is a tool to systematically and automatically test sequential C programs (including pointers) and concurrent Java programs and introduces a race-flipping technique to efficiently test and model check concurrent programs with data inputs.
Abstract
CUTE, a Concolic Unit Testing Engine for C and Java, is a tool to systematically and automatically test sequential C programs (including pointers) and concurrent Java programs. CUTE combines concrete and symbolic execution in a way that avoids redundant test cases as well as false warnings. The tool also introduces a race-flipping technique to efficiently test and model check concurrent programs with data inputs.
