mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +00:00
add regression testing tasks (#664)
This commit is contained in:
@ -164,6 +164,12 @@ class Repro(BASE_REPRO, ORMMixin):
|
||||
if report is None:
|
||||
return Error(code=ErrorCode.VM_CREATE_FAILED, errors=["missing report"])
|
||||
|
||||
if report.input_blob is None:
|
||||
return Error(
|
||||
code=ErrorCode.VM_CREATE_FAILED,
|
||||
errors=["unable to perform repro for crash reports without inputs"],
|
||||
)
|
||||
|
||||
files = {}
|
||||
|
||||
if task.os == OS.windows:
|
||||
|
Reference in New Issue
Block a user