mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
Add PASS / FAIL annotations to tests missing them.
This tricked my import of the tests into piglit.
This commit is contained in:
parent
3f15150932
commit
106d122318
5 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
/* PASS */
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
/* FAIL: redefinition of a() */
|
||||
|
||||
void a()
|
||||
{
|
||||
;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
/* PASS */
|
||||
|
||||
void a()
|
||||
{
|
||||
;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/* PASS */
|
||||
#version 120
|
||||
|
||||
void main()
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/* FAIL: assignment of a vec2 to a float */
|
||||
#version 120
|
||||
|
||||
void main()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue