• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D16-Feb-2021645 1913

README.md

1BUGS
2====
3
4This folder is for GLSL tests that test driver specific bugs.
5
6Most tests in other folders are fairly generic. While they might
7only fail on specific drivers the tests themselves are designed
8to test something in a generic way.
9
10Tests in this folder on the otherhand are very targeted. They may
11have very specific shaders that only fail under specific circumstances
12on specific drivers.
13
14An example might be if there was a driver that failed only when
15and identifier was named "ABC". It makes no sense to have a generic
16test that says "must allow ABC". A generic test would test some
17subset of all possible identifiers not just one.
18
19