summaryrefslogtreecommitdiffstats
path: root/test/log
Commit message (Expand)AuthorAgeFilesLines
* log: Handle line continuationSimon Glass2021-03-121-4/+15
* test: Add a macros for finding tests in linker_listsSimon Glass2021-03-121-2/+2
* test: log: Rename log main test file to log_ut.cSimon Glass2021-03-122-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-027-0/+7
* test: pr_cont_test.o depends on CONFIG_LOG=yHeinrich Schuchardt2021-01-291-1/+1
* test: unit test for pr_err(), pr_cont()Heinrich Schuchardt2021-01-162-0/+46
* test: log: add test for console output of dropped messagesPatrick Delaunay2021-01-151-0/+8
* test: log: add test for dropped messagesPatrick Delaunay2021-01-151-8/+35
* test: add LOGL_FORCE_DEBUG flags support in log testsPatrick Delaunay2021-01-151-9/+20
* test: Add a test for log filter-*Sean Anderson2020-10-302-0/+109
* test: Add test for LOGFF_MINSean Anderson2020-10-301-0/+23
* test: Add tests for LOGFF_DENYSean Anderson2020-10-301-0/+67
* test: log: Give tests names instead of numbersSean Anderson2020-10-301-24/+24
* test: log: Convert log_test from python to CSean Anderson2020-10-302-187/+255
* test: log: test message continuationHeinrich Schuchardt2020-10-272-1/+55
* test: Fix sandbox tests failing to buildSean Anderson2020-10-172-2/+2
* log: Disable the syslog driver by defaultSimon Glass2020-10-103-0/+42
* log: Add a way to enable/disable a log deviceSimon Glass2020-10-101-0/+7
* log: Drop #ifdef in log_testSimon Glass2020-10-101-2/+0
* log: Allow LOG_DEBUG to always enable log outputSimon Glass2020-10-104-74/+108
* log: don't show function by defaultHeinrich Schuchardt2020-07-091-6/+14
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-2/+3
* test: fix naming of test functions in the log test suiteHeinrich Schuchardt2020-05-082-36/+36
* test: log: test syslog logging driverHeinrich Schuchardt2020-04-162-0/+284
* test: log functions with CONFIG_LOG=nHeinrich Schuchardt2020-04-163-0/+165
* log: Add helpers for common log levelsSimon Glass2018-10-091-0/+13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-072-5/+2
* log: Add a test commandSimon Glass2017-12-072-0/+212