summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2010-04-11core: print results only when a test fails or is skippedMarek Olšák1-1/+2
2009-10-23Clean up the tests lists by making a helper for normal tests.Eric Anholt1-0/+3
2009-10-23Clean up the tests lists by making PlainExecTest include the bindir.Eric Anholt1-1/+3
2009-10-08Make piglit work on OpenSUSE 11.1.Alex Corscadden1-3/+6
2009-08-23core.py: Remove unnecessary semicolon.Vinson Lee1-1/+1
2009-08-23Python: Remove unused imports.Vinson Lee2-5/+2
2009-08-23Python: Add spaces after commas.Vinson Lee3-14/+14
2009-08-21Python: Remove unused imports.Vinson Lee1-1/+0
2009-08-21core.py: Add Test class run method definition.Vinson Lee1-0/+3
2009-07-17Run piglit tests with universal_newlines.Vinson Lee1-1/+2
2009-04-16Use Python universal newline supportVinson Lee2-2/+3
2009-04-15use os.path.join() so we can run on WindowsVinson Lee1-3/+3
2009-04-14fixes for non-Linux useVinson Lee1-2/+4
2008-11-06Fixes for Cygwin by YaakovNicolai Haehnle1-1/+2
2008-09-28Measure time taken for testsNicolai Haehnle1-1/+8
2008-08-27piglit-summary-html.py: Add glxinfo/lspci output to HTML summariesNicolai Haehnle1-3/+2
2008-06-30piglit-summary-html.py: Some more features for automated summariesNicolai Haehnle1-1/+1
2008-06-29Add piglit-create-summary.py to create summary files after the fact.Nicolai Haehnle1-28/+15
2008-06-14Workaround window manager disrupting test in some casesNicolai Haehnle1-1/+6
2008-06-12Generate abbreviated resultsNicolai Haehnle1-6/+51
2008-06-06Collect output of glxinfo and lspciNicolai Haehnle1-2/+13
2008-02-21Merge branch 'glean-master'Eric Anholt1-2/+2
2008-02-21Use /usr/bin/env python instead of /usr/bin/python for portability.Eric Anholt5-5/+5
2007-04-03Refactor summary generationNicolai Haehnle1-0/+170
2007-04-03Nonsensical reference in licenseNicolai Haehnle4-4/+4
2007-03-26Fix encode/decode.Nicolai Haehnle1-17/+2
2007-03-25Fix escapingNicolai Haehnle1-2/+4
2007-03-25Fix: undefined variable in backwards compatibility pathNicolai Haehnle1-2/+2
2007-03-25Store results in a directory instead of a single file.Nicolai Haehnle1-26/+124
2007-03-25Simply filter for ignored stderr messagesNicolai Haehnle1-16/+10
2007-03-25RefactoringNicolai Haehnle3-105/+174
2007-03-25Build test executables in a dedicated bin directoryNicolai2-3/+6
2007-03-24Initial commitNicolai Hähnle2-0/+372