summaryrefslogtreecommitdiffstats
path: root/dom/canvas/test/webgl-conf/checkout/conformance/glsl/bugs/README.md
blob: d917f6d7410b698bb0865596b8a5dd3a88884477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
BUGS
====

This folder is for GLSL tests that test driver specific bugs.

Most tests in other folders are fairly generic. While they might
only fail on specific drivers the tests themselves are designed
to test something in a generic way.

Tests in this folder on the otherhand are very targeted. They may
have very specific shaders that only fail under specific circumstances
on specific drivers.

An example might be if there was a driver that failed only when
and identifier was named "ABC". It makes no sense to have a generic
test that says "must allow ABC". A generic test would test some
subset of all possible identifiers not just one.