This is fine, for a quick fix, you have my r-b to go ahead and push it. It's pretty fragile, and I have an idea for a more robust fix, and I'll send out that patch/series soon.
On Tuesday, January 14, 2014 05:07:51 PM [email protected] wrote: > From: José Fonseca <[email protected]> > > Which was lost as result of commit 5a12f3b9f0d6d93da1ac7a72c9806b1a831a1744. > --- > tests/quick.py | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/tests/quick.py b/tests/quick.py > index 939aded..d603265 100644 > --- a/tests/quick.py > +++ b/tests/quick.py > @@ -1,11 +1,16 @@ > # -*- coding: utf-8 -*- > > +# > +# XXX: These lines must be the first statements for the > GleanTest.globalParams +# to be effective. Do NOT add any import anything > before. > +# > from framework.gleantest import GleanTest > +GleanTest.globalParams += ["--quick"] > + > from tests.all import profile > > __all__ = ['profile'] > > -GleanTest.globalParams += ["--quick"] > > # These take too long > del profile.tests['shaders']['glsl-fs-inline-explosion']
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
