Branch: refs/heads/gh-readonly-queue/master/pr-7739-cd5b196320356a29e6054037e2096ce04886b520
Home:
https://github.com/google/syzkaller
Commit: 82d63e6ee4e3629014c7ac4d9be45e15622e654e
https://github.com/google/syzkaller/commit/82d63e6ee4e3629014c7ac4d9be45e15622e654e
Author: Alexander Potapenko <
gli...@google.com>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M dashboard/app/templates/templates.html
Log Message:
-----------
dashboard/app: distinguish between patch and reproducer test results
Currently, when a testing job (JobTestPatch) finishes without an error
or crash report, the dashboard renders "OK" in the Result column regardless
of whether a code patch was tested or only a C reproducer was executed.
For patch testing requests, "OK" indicates that the proposed patch
successfully prevented the crash. However, for reproducer testing requests
(e.g. testing candidate reproducers without a patch applied), rendering "OK"
is ambiguous and confusing, as it actually means that the reproducer failed to
trigger a crash.
Render "no crash" instead of "OK" for finished testing jobs where no patch
was provided (i.e. PatchLink is empty).
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications