This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
mesa
Watch
1
Star
0
Fork
You've already forked mesa
0
mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced
2025-12-23 13:20:14 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
feeb43b829
mesa
/
tests
/
parameters-01.glsl
12 lines
68 B
Text
Raw
Normal View
History
Unescape
Escape
Add PASS / FAIL annotations to tests missing them. This tricked my import of the tests into piglit.
2010-04-02 01:59:50 -10:00
/* FAIL: redefinition of a() */
Initial commit. lol
2010-02-22 13:19:34 -08:00
void a()
{
;
}
void a()
{
;
}
Reference in a new issue
Copy permalink