summaryrefslogtreecommitdiff
path: root/framework/gleantest.py
AgeCommit message (Expand)AuthorFilesLines
2013-01-03glean: Remove support for writing results databases.Kenneth Graunke1-9/+2
2012-11-28framework: add returncode parameter to ExecTest.interpretResultDaniel Vetter1-1/+1
2012-05-10framework: Don't create Glean result dir if it's a variable.Kenneth Graunke1-1/+2
2012-04-18framework: Remove GleanTest's duplicate 'results' subdirectory.Kenneth Graunke1-1/+1
2012-03-12Make valgrind testing a command line option rather than extra tests.Kenneth Graunke1-2/+2
2011-10-18Fix redundant shebangs and executable bits.Matěj Cepl1-1/+0
2011-10-13Make Python scripts independent of the current working directoryMatěj Cepl1-5/+5
2011-07-29Refactor PlainExecTest, GleanTest, and GTFTest to share code.Kenneth Graunke1-55/+15
2011-07-29Remove @@@ from return code in Glean and GTF tests.Kenneth Graunke1-1/+1
2011-04-21core: Add Windows EXCEPTION_INT_DIVIDE_BY_ZERO exceptions to crashes.Vinson Lee1-1/+5
2011-04-15core: Add POSIX SIGFPE arithmetic exceptions as crashes.Vinson Lee1-1/+1
2011-04-11core: Add Windows access violations as crash results.Vinson Lee1-0/+4
2011-04-06core: Include bus errors in crash category.Vinson Lee1-1/+1
2011-04-06core: add new status trap, abort, and crash printed as black lines in summaryMarek Olšák1-1/+8
2011-04-06core: print the real command with arguments in the test reportMarek Olšák1-0/+6
2010-10-07gleantest: Store the command as a member variable.Vinson Lee1-4/+6
2010-10-04Revert "gleantest: Store the command as a member variable."Vinson Lee1-6/+4
2010-10-04gleantest: Store the command as a member variable.Vinson Lee1-4/+6
2009-08-23Python: Remove unused imports.Vinson Lee1-2/+1
2009-04-16Use Python universal newline supportVinson Lee1-1/+2
2009-04-15use os.path.join() so we can run on WindowsVinson Lee1-3/+3
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 Anholt1-1/+1
2007-04-03Nonsensical reference in licenseNicolai Haehnle1-1/+1
2007-03-25RefactoringNicolai Haehnle1-0/+79