Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuzz: distinguish between reading/writing properties in logs #88

Merged
merged 2 commits into from
May 13, 2022

Commits on May 13, 2022

  1. 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
    mrc0mmand committed May 13, 2022
    Configuration menu
    Copy the full SHA
    014f46e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de718c4 View commit details
    Browse the repository at this point in the history