Skip to main content

vm_outcome_with_args

Function vm_outcome_with_args 

Source
pub fn vm_outcome_with_args(
    source: &str,
    program_args: &[String],
    tier: Option<&dyn NativeTier>,
) -> RunOutcome
Expand description

vm_outcome with the program argument vector and an optional private native tier (so a differential test can observe THAT program’s JIT compile counters in isolation — the process-wide tier’s counters are shared by every test in the binary).