infix
A JIT-Powered FFI Library for C
|
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. | |
const char* regression_test_case_t::b64_input |
The Base64-encoded input from the fuzzer artifact.
infix_status regression_test_case_t::expected_status |
The expected outcome after the bug fix.
const char* regression_test_case_t::name |
A human-readable name for the test.
fuzzer_target_t regression_test_case_t::target |
Which part of the library to test.