summaryrefslogtreecommitdiff
path: root/tests/util/piglit-util.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-29fix the spelling in whole piglitDavid Heidelberg1-1/+1
2020-08-18provide msvc fallback for usleepErik Faye-Lund1-0/+2
2020-08-18provide msvc-fallback for strcasecmpErik Faye-Lund1-0/+4
2018-06-11util: Add piglit_env_var_as_booleanJordan Justen1-0/+27
2018-02-05util: Add a function to register subtestsFabian Bieler1-0/+11
2018-02-05util: make piglit_run_selected_subtests print all tests to run.Fabian Bieler1-7/+27
2017-07-31Remove MSVC build support.Jose Fonseca1-36/+4
2017-06-12util: fix Cygwin stdout/stderr bufferingBrian Paul1-1/+23
2016-11-07util: Remove duplicate assignment.Vinson Lee1-1/+1
2016-11-04util: Include time.h on all platforms.Vinson Lee1-1/+1
2016-10-27util: Add piglit_delay_ns() apiRobert Bragg1-4/+25
2016-10-18util: Parse -h|--help in piglit_parse_subtest_args()Chad Versace1-1/+19
2016-10-07util: move PIGLIT_PATH_SEP to piglit-util.hMarek Olšák1-6/+0
2015-06-08util: Implement basename for MSVC.Jose Fonseca1-0/+29
2015-04-21util: Narrow down the scope of Windows unhandled exception filter.Jose Fonseca1-64/+0
2015-02-26util: Use posix_memalign for all non-Windows platforms.Vinson Lee1-3/+1
2015-02-23util: fix the order of parameters in piglit_alloc_alignedMarek Olšák1-1/+1
2015-02-21util: Fix MacOSX build.Jose Fonseca1-0/+6
2015-02-21util: Fix white-space.Jose Fonseca1-5/+5
2015-02-20util: add piglit_get_page_size(), piglit_align_alloc/free()Brian Paul1-0/+35
2014-12-03util: move declaration of 'tv' before codeBrian Paul1-1/+2
2014-12-03utils: provide static inline strchrnul/strndupEmil Velikov1-27/+0
2014-12-03util: add non-monotonic/windows version of piglit_time_get_nanoEmil Velikov1-4/+15
2014-12-03util: convert piglit_getmicroseconds to piglit_time_get_nanoEmil Velikov1-2/+2
2014-12-03util: add piglit_time_is_monotonic helperEmil Velikov1-0/+13
2014-10-10Add piglit_set_timeout for tests that might hang.Jamey Sharp1-0/+40
2014-06-30Test Reporting: simplify subtest reportingDylan Baker1-2/+2
2014-06-30Test Reporting: Use JSON as interchange format for piglit testsDylan Baker1-3/+3
2014-06-10util: Ensure that stdout and stderr are flushed on exceptions.José Fonseca1-2/+6
2014-06-05util: Prevent uncaught exceptions from being silently ignored on Windows.José Fonseca1-0/+61
2014-06-04framework,util: Disable error message boxes on Windows.José Fonseca1-0/+37
2014-04-17util: Use piglit-log in piglit-util.cChad Versace1-16/+11
2014-04-17util: Add func piglit_gettid()Chad Versace1-0/+17
2014-04-17util: Move subtest utils to API-independent filesChad Versace1-0/+122
2014-01-25util: Silence WIN32_LEAN_AND_MEAN redefined warning.Vinson Lee1-0/+2
2013-12-22cmake: Check for asprintf.Vinson Lee1-2/+2
2013-12-21Revert "util: Do not define asprintf for MinGW."Brian Paul1-2/+14
2013-12-20util: Do not define asprintf for MinGW.Vinson Lee1-14/+2
2013-12-04util: Move piglit_strip_arg()Chad Versace1-0/+21
2013-12-04util: Add piglit_split_string_to_array()Chad Versace1-0/+30
2013-10-18piglit-util: add piglit_get_microsecondsJordan Justen1-0/+20
2013-09-06util: Add an implementation of strndupIan Romanick1-0/+17
2013-01-21util: Allow varargs in reporting subtest results.Eric Anholt1-2/+10
2013-01-02piglt: Add support for subtests v2Tom Stellard1-0/+8
2013-01-02util: Add piglit_result_to_string() helper v2Tom Stellard1-14/+22
2012-11-21util: Do not use setrlimit/getrlimit if RLIMIT_AS is not defined.Vinson Lee1-1/+1
2012-10-03piglit: rename FindLine() to piglit_find_line()Brian Paul1-1/+1
2012-10-01piglit gl: convert gl extension checking to use an array of stringsJordan Justen1-0/+15
2012-08-10Fix build on MinGW.José Fonseca1-1/+1
2012-07-31util: check for valid file type in piglit_load_text_file()Brian Paul1-0/+7