1homepage: "https://www.graphicsfuzz.com"
2language: c++
3primary_contact: "afdx@google.com"
4auto_ccs:
5  - "paulthomson@google.com"
6  - "metzman@google.com"
7
8fuzzing_engines:
9  - none
10
11sanitizers:
12  - address
13  - memory
14  - undefined
15
16architectures:
17  - x86_64
18  - i386
19
20disabled: True
21blackbox: true
22