This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Description
Information
windows-interceptor.lst contains the following as an exclusion:
! *\llvm-project\compiler-rt*
But in reality, the path getting hit in coverage data seems to be:
\llvm\compiler-rt\
There other other entries in the list which look correct, and don't seem to be working at all, such as:
! *\vctools\crt*
So I believe:
a) the list is stale and needs scrubbing
b) the list isn't working, at all
- Onefuzz version:
- OS: Windows
Provide detailed reproduction steps (if any)
Expected result
What is the expected result of the above steps?
Actual result
What is the actual result of the above steps?
AB#166291