-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fuzz: distinguish between reading/writing properties in logs
Also, reorder the for/loop statements, because I have no idea why I put them like I did in the first place, and check if the remote side is alive even after just reading a property. ``` Interface: org.freedesktop.dfuzzerInterface PASS [P] read_only (read) PASS [P] write_only (write) FAIL [P] crash_on_write (write) - unexpected response while writing to a property [RE-CONNECTED TO PID: 2479535] PASS [P] read_write (read) PASS [P] read_write (write) PASS [M] df_hello ... ``` Addresses: https://github.com/matusmarhefka/dfuzzer/pull/86#pullrequestreview-971808731
- Loading branch information
Showing
1 changed file
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters