index
:
xorg/app/intel-gpu-tools
master
Test suite and tools for DRM/KMS drivers (mirrored from https://gitlab.freedesktop.org/drm/igt-gpu-tools)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runner
/
resultgen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-05
runner/resultgen: Added dynamically ignored dmesg messages
Kamil Konieczny
1
-8
/
+60
2023-12-06
runner/resultgen: Fix subtest runtimes
Piotr Kira
1
-0
/
+7
2023-01-27
runner: Don't override more results than requested
Petri Latvala
1
-0
/
+6
2022-11-18
runner: Don't read journal at all if socket comms are used
Petri Latvala
1
-6
/
+6
2022-11-15
runner: Fix a memory leak in stderr_contains_warnings
Petri Latvala
1
-3
/
+8
2022-10-31
runner: Use socket communications
Petri Latvala
1
-5
/
+626
2022-08-31
runner: rename free_settings to clear_settings
Ryszard Knop
1
-1
/
+1
2022-08-11
runner: Remove some unused values
Ryszard Knop
1
-4
/
+3
2022-08-11
runner: Check for strchr result in parse_dmesg_line
Ryszard Knop
1
-1
/
+1
2022-03-31
runner: Override results for subtests even when there's dynamic subtests
Petri Latvala
1
-4
/
+2
2022-03-31
runner: Introduce --prune-mode to igt_runner
Petri Latvala
1
-19
/
+64
2021-10-08
lib: Typechecking minmax
Chris Wilson
1
-2
/
+5
2021-01-26
runner: Fix graceful exit result parsing for dynamic subtests
Petri Latvala
1
-8
/
+13
2021-01-22
runner: Introduce a way to stop testing without marking tests incomplete
Petri Latvala
1
-3
/
+7
2020-12-15
resultgen: avoid null pointer dereference from realloc
Jeremy Cline
1
-2
/
+9
2020-07-30
runner/resultgen: Remember to close fd to aborted.txt
Petri Latvala
1
-0
/
+1
2020-06-10
runner/resultgen: Explain why json creation might have failed
Arkadiusz Hiler
1
-0
/
+13
2020-06-03
runner: Adapt to device-based DRM logging changes
Petri Latvala
1
-1
/
+1
2020-05-15
runner/resultgen: Fix dmesg whitelist entry's regular expression
Harish Chegondi
1
-1
/
+1
2020-03-23
runner: Abort the run when test exits with IGT_EXIT_ABORT
Arkadiusz Hiler
1
-0
/
+31
2020-02-21
runner/resultgen: Provide output when test output is completely empty
Petri Latvala
1
-0
/
+25
2020-01-15
runner: Ensure generated json is properly UTF8-encoded
Petri Latvala
1
-10
/
+35
2020-01-03
runner/resultgen: Don't report subtest result if it has dynamic subtests
Petri Latvala
1
-10
/
+33
2020-01-03
runner/resultgen: Make subtest result line finding more robust
Petri Latvala
1
-4
/
+37
2020-01-03
runner/resultgen: Add support for extra validation hook in find_matches()
Petri Latvala
1
-18
/
+25
2020-01-03
runner/resultgen: Extrude dynamic subtest result texts
Petri Latvala
1
-22
/
+42
2020-01-03
runner/resultgen: Hoist handling of dynamic subtest output to a helper
Petri Latvala
1
-58
/
+78
2020-01-03
runner/resultgen: Extract finding begin/end pointers for test output to helpers
Petri Latvala
1
-102
/
+109
2020-01-03
runner/resultgen: Extract finding begin/end lines for a subtest to a helper
Petri Latvala
1
-48
/
+58
2020-01-03
runner/resultgen: Extract igt-version field handling to a helper
Petri Latvala
1
-13
/
+14
2019-11-15
runner: Parse dynamic subtest outputs and results
Petri Latvala
1
-73
/
+304
2019-10-21
runner/resultgen: Refactor output parsing
Petri Latvala
1
-126
/
+135
2019-10-21
runner: Produce skip instead of notrun for nonexisting tests
Petri Latvala
1
-1
/
+1
2019-10-14
runner/resultgen: Handle empty outputs
Petri Latvala
1
-2
/
+3
2019-06-24
runner/resultgen: Don't pass NULL to str*() functions
Arkadiusz Hiler
1
-1
/
+1
2019-06-03
runner: Cope with repeated subtests in journal
Petri Latvala
1
-0
/
+6
2019-05-10
runner: Use glib's regex utilities instead of POSIX ERE
Lyude Paul
1
-6
/
+9
2019-04-01
runner: Add --dmesg-warn-level switch
Arkadiusz Hiler
1
-2
/
+2
2019-04-01
runner: Refactor metadata parsing
Arkadiusz Hiler
1
-1
/
+1
2019-04-01
runner: Reinitialize compiled dmesg regexp each parsing session
Arkadiusz Hiler
1
-18
/
+11
2019-02-15
lib: Drop IGT_EXIT_TIMEOUT
Daniel Vetter
1
-3
/
+0
2018-12-20
runner: Add explicit "notrun" results for tests that were not executed
Petri Latvala
1
-2
/
+40
2018-12-12
runner: Produce json with results_version=10
Petri Latvala
1
-1
/
+1
2018-12-12
runner: Handle escaped characters from kmsg
Petri Latvala
1
-2
/
+45
2018-11-27
Revert "runner: Treat dmesg warnings as pure warnings"
Chris Wilson
1
-5
/
+12
2018-11-27
runner: Treat dmesg warnings as pure warnings
Chris Wilson
1
-12
/
+5
2018-11-15
runner: Implement --abort-on-monitored-error
Petri Latvala
1
-3
/
+45
2018-11-06
runner/resultgen: Split json generation and file writing
Petri Latvala
1
-13
/
+23
2018-10-23
runner: Add "root" also to the "totals" object
Petri Latvala
1
-2
/
+5
2018-10-15
runner: Fix results when there's warns and dmesg-warns
Petri Latvala
1
-0
/
+1
[next]