Skip to content

std.testing.fuzzInput: introduce a length range option #20816

@andrewrk

Description

@andrewrk

Extracted from #20773.

test "fuzz example" {
    const input_bytes = std.testing.fuzzInput(.{
        .len_range = .{ .min = 8, .max = 8},
    });
    // perhaps we use this now to test 32-bit float printing
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSolving this issue will likely involve adding new logic or components to the codebase.fuzzing

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions