projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f15150
)
Add PASS / FAIL annotations to tests missing them.
author
Eric Anholt
<eric@anholt.net>
Fri, 2 Apr 2010 11:59:50 +0000
(
01:59
-1000)
committer
Ian 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
patch
|
blob
|
history
tests/parameters-01.glsl
patch
|
blob
|
history
tests/parameters-02.glsl
patch
|
blob
|
history
tests/swiz-01.glsl
patch
|
blob
|
history
tests/swiz-02.glsl
patch
|
blob
|
history
diff --git
a/tests/constructor-01.glsl
b/tests/constructor-01.glsl
index f7af569c68346f75fab3121a0409479c9ee26827..fdfaf8986630baa5205be0382b953ef11213f893 100644
(file)
--- a/
tests/constructor-01.glsl
+++ b/
tests/constructor-01.glsl
@@
-1,3
+1,5
@@
+/* PASS */
+
void main()
{
gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
diff --git
a/tests/parameters-01.glsl
b/tests/parameters-01.glsl
index f0beb6c35d1ff38ed5251a266dda546878a5c5ac..b485106e9d7b3101b806a13ce64bc6c6de9224e0 100644
(file)
--- a/
tests/parameters-01.glsl
+++ b/
tests/parameters-01.glsl
@@
-1,3
+1,5
@@
+/* FAIL: redefinition of a() */
+
void a()
{
;
diff --git
a/tests/parameters-02.glsl
b/tests/parameters-02.glsl
index 58f44e532e1a481f6d61fa3fd1c5f7371b4b07e0..7ff5f59ab79a9f767ad9423562167a559926eede 100644
(file)
--- a/
tests/parameters-02.glsl
+++ b/
tests/parameters-02.glsl
@@
-1,3
+1,5
@@
+/* PASS */
+
void a()
{
;
diff --git
a/tests/swiz-01.glsl
b/tests/swiz-01.glsl
index a72af37c67768b540fa6c2942501c8ff595b8332..3268fa178c14a7844a3f855ea3b85321b2fb361d 100644
(file)
--- a/
tests/swiz-01.glsl
+++ b/
tests/swiz-01.glsl
@@
-1,3
+1,4
@@
+/* PASS */
#version 120
void main()
diff --git
a/tests/swiz-02.glsl
b/tests/swiz-02.glsl
index 5e2acd1a25a5e658a330ddfd057e2b5bb3603d39..e3f043c47bd2224c1a003492f02148c5357c4cec 100644
(file)
--- a/
tests/swiz-02.glsl
+++ b/
tests/swiz-02.glsl
@@
-1,3
+1,4
@@
+/* FAIL: assignment of a vec2 to a float */
#version 120
void main()