Add PASS / FAIL annotations to tests missing them.
authorEric Anholt <eric@anholt.net>
Fri, 2 Apr 2010 11:59:50 +0000 (01:59 -1000)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Apr 2010 18:22:41 +0000 (11:22 -0700)
This tricked my import of the tests into piglit.

tests/constructor-01.glsl
tests/parameters-01.glsl
tests/parameters-02.glsl
tests/swiz-01.glsl
tests/swiz-02.glsl

index f7af569c68346f75fab3121a0409479c9ee26827..fdfaf8986630baa5205be0382b953ef11213f893 100644 (file)
@@ -1,3 +1,5 @@
+/* PASS */
+
 void main()
 {
   gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
index f0beb6c35d1ff38ed5251a266dda546878a5c5ac..b485106e9d7b3101b806a13ce64bc6c6de9224e0 100644 (file)
@@ -1,3 +1,5 @@
+/* FAIL: redefinition of a() */
+
 void a()
 {
        ;       
index 58f44e532e1a481f6d61fa3fd1c5f7371b4b07e0..7ff5f59ab79a9f767ad9423562167a559926eede 100644 (file)
@@ -1,3 +1,5 @@
+/* PASS */
+
 void a()
 {
        ;       
index a72af37c67768b540fa6c2942501c8ff595b8332..3268fa178c14a7844a3f855ea3b85321b2fb361d 100644 (file)
@@ -1,3 +1,4 @@
+/* PASS */
 #version 120
 
 void main()
index 5e2acd1a25a5e658a330ddfd057e2b5bb3603d39..e3f043c47bd2224c1a003492f02148c5357c4cec 100644 (file)
@@ -1,3 +1,4 @@
+/* FAIL: assignment of a vec2 to a float */
 #version 120
 
 void main()