Add PASS / FAIL annotations to tests missing them.

This tricked my import of the tests into piglit.
This commit is contained in:
Eric Anholt 2010-04-02 01:59:50 -10:00 committed by Ian Romanick
parent 3f15150932
commit 106d122318
5 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* PASS */
void main()
{
gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;

View File

@ -1,3 +1,5 @@
/* FAIL: redefinition of a() */
void a()
{
;

View File

@ -1,3 +1,5 @@
/* PASS */
void a()
{
;

View File

@ -1,3 +1,4 @@
/* PASS */
#version 120
void main()

View File

@ -1,3 +1,4 @@
/* FAIL: assignment of a vec2 to a float */
#version 120
void main()