aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-02-11Do not reset error counter before each testHEADv2.4.3masterChristian Hohnstaedt
2024-02-11utils: run_child fix security flags buildAnibal Limon
2024-02-11utils.c: get_available_ptests fix security flags compilationAnibal Limon
2024-02-11tests: Ensure that timeouts still print ERRORJoshua Watt
2023-10-24SECURITY.md: Add fileRichard Purdie
2023-07-18Flush stdout and stderr after testJoshua Watt
2023-07-18Remove _child_reader singletonJoshua Watt
2023-07-18Report test failure on timeoutJoshua Watt
2023-07-18Only collect system state on timeoutJoshua Watt
2023-07-18Revert "Change test timeout to be total elapsed time"Joshua Watt
2023-07-17Change test timeout to be total elapsed timeJoshua Watt
2023-07-17Report if child dies from a signalJoshua Watt
2023-07-17Recreate pipe for each testJoshua Watt
2023-07-17Revert "runner: Correctly handle running parallel tests"Joshua Watt
2023-07-13runner: Correctly handle running parallel testsJoshua Watt
2023-06-29runner: Remove threads and mutexesJoshua Watt
2023-06-19utils: Ensure data is only written with a mutex heldRichard Purdie
2023-06-18utils: Ensure buffers are flushed after child exitsRichard Purdie
2023-06-18README: Remove obsolete email address and update list addressRichard Purdie
2021-09-23utils.c: add system data collection when a test gets stuck.v2.4.2Alexander Kanavin
2021-09-23utils.c: handle test timeouts directly with poll()Alexander Kanavin
2021-09-23tests/utils.c: fix a memory corruption in find_wordAlexander Kanavin
2021-09-23main: Do not return number of failed tests when calling ptest-runnerLukasz Majewski
2021-07-28utils.c: fix memory leak in run_ptests()Randy MacLeod
2021-07-28clang: clean-ups to avoid -Weverything warnings.Randy MacLeod
2021-07-28Makefile: allow using CC env var to pick compilerRandy MacLeod
2021-07-26mem: Simplify memory managementAdrian Freihofer
2021-07-26mem: Fix memleak for ptest_optsAdrian Freihofer
2021-07-26git: Extend the gitignoreAdrian Freihofer
2021-03-24utils.c: wait_child reimplement timeout using alarmv2.4.1Aníbal Limón
2021-03-23utils.c: Use a thread to read from childAníbal Limón
2021-03-23utils.c: Fix exit status of a childAníbal Limón
2021-03-23utils.c: get_available_ptests allow to specify relative directoriesAníbal Limón
2021-03-23README.md: Small fix mtrace callAníbal Limón
2021-02-11tests/utils.c: Add braces in START_TEST/END_TEST now required in check 0.15.xAníbal Limón
2020-07-13Fix inappropriate ioctl when detaching ttyTero Kinnunen
2020-04-10Add support to specify multiple folder for ptest-runnerv2.4Aníbal Limón
2020-04-10Makefile: Fix TEST_LDFLAGS gcc cmdline positionAníbal Limón
2019-07-21Fix additional warnings when using clangv2.3.2Randy MacLeod
2019-07-21tests: fix clang warnings.Randy MacLeod
2019-07-21main code: fix clang warningsRandy MacLeod
2019-07-21utils: ensure child can be session leaderRandy MacLeod
2019-06-27utils: Ensure pipes are read after exitRichard Purdie
2019-06-27use process groups when spawningRichard Purdie
2019-06-27utils: Ensure stdout/stderr are flushedRichard Purdie
2019-06-03Add SPDX-License-Identifier: GPL-2.0-or-later in source filesAníbal Limón
2019-05-31utils.c: close all file descriptors after completing a ptestSakib Sajal
2019-01-30utils.c: Print DURATION after ERRORv2.3.1Aníbal Limón
2019-01-29utils.c: run_child redirect stderr to stdoutAníbal Limón
2019-01-21ptest-runner: make DEFAULT_DIRECTORY be able to be defined when compilingLi Zhou