infix
A JIT-Powered FFI Library for C
Loading...
Searching...
No Matches
regression_test_case_t Struct Reference

Public Attributes

const char * name
 A human-readable name for the test.
 
const char * b64_input
 The Base64-encoded input from the fuzzer artifact.
 
fuzzer_target_t target
 Which part of the library to test.
 
infix_status expected_status
 The expected outcome after the bug fix.
 

Member Data Documentation

◆ b64_input

const char* regression_test_case_t::b64_input

The Base64-encoded input from the fuzzer artifact.

◆ expected_status

infix_status regression_test_case_t::expected_status

The expected outcome after the bug fix.

◆ name

const char* regression_test_case_t::name

A human-readable name for the test.

◆ target

fuzzer_target_t regression_test_case_t::target

Which part of the library to test.


The documentation for this struct was generated from the following file: