Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for exit_node (0.19 sec)

  1. src/internal/fuzz/worker.go

    				// theory).
    				//
    				// This condition is probably intended by the user, so suppress
    				// the error.
    				return nil
    			}
    			if exitErr, ok := err.(*exec.ExitError); ok && exitErr.ExitCode() == workerExitCode {
    				// Worker exited with a code indicating F.Fuzz was not called correctly,
    				// for example, F.Fail was called first.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 37.7K bytes
    - Viewed (0)
Back to top