Daniel Latypov ([email protected])

Number of posts: 710 (0.55 per day)
First post: 2020-09-30 18:33:43
Last post: 2024-04-03 22:00:23

Date List Subject
2022-11-22 02:17:29 linux-kernel Re: [PATCH v3 1/3] kunit: Provide a static key to check if KUnit is actively running tests
2022-11-21 20:59:51 linux-kernel Re: [PATCH v2 1/2] kunit: tool: parse KTAP compliant test output
2022-11-21 20:59:19 linux-kernel Re: [PATCH v2 2/2] kunit: improve KTAP compliance of KUnit test output
2022-11-21 20:16:52 linux-kernel [PATCH] kunit: tool: make --json do nothing if --raw_ouput is set
2022-11-15 23:11:26 linux-kernel Re: [PATCH v1 1/2] kunit: improve KTAP compliance of KUnit test output
2022-11-15 23:10:17 linux-kernel Re: [PATCH v1 2/2] kunit: tool: parse KTAP compliant test output
2022-11-15 18:19:29 linux-kernel Re: [PATCH v2 2/3] Documentation: KUnit: reword description of assertions
2022-11-11 20:25:33 linux-kernel Re: [PATCH 3/7] Documentation: kunit: rewrite the rest of "Getting Started" documentation
2022-11-11 19:13:22 linux-kernel [PATCH v3 3/3] Documentation: kunit: Remove redundant 'tips.rst' page
2022-11-11 18:44:38 linux-kernel [PATCH v3 2/3] Documentation: KUnit: reword description of assertions
2022-11-11 18:36:55 linux-kernel [PATCH v3 1/3] Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplication
2022-11-11 03:42:00 linux-kernel [PATCH] kunit: tool: tweak error message when no KTAP found
2022-11-10 17:08:22 linux-kernel Re: [PATCH v2 2/3] Documentation: KUnit: reword description of assertions
2022-11-09 21:44:32 linux-kernel [PATCH] kunit: remove KUNIT_INIT_MEM_ASSERTION macro
2022-11-09 01:12:59 linux-kernel [PATCH v2 3/3] Documentation: kunit: Remove redundant 'tips.rst' page
2022-11-09 01:06:16 linux-kernel [PATCH v2 1/3] Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplication
2022-11-09 00:42:58 linux-kernel [PATCH v2 2/3] Documentation: KUnit: reword description of assertions
2022-11-07 23:06:50 linux-kernel Re: [PATCH v1 2/2] kunit: tool: parse KTAP compliant test output
2022-11-07 22:44:30 linux-kernel Re: [PATCH v1 1/2] kunit: improve KTAP compliance of KUnit test output
2022-11-03 18:41:31 linux-kernel Re: [PATCH 2/3] kunit: tool: unit tests all check parser errors, standardize formatting a bit
2022-11-03 18:39:59 linux-kernel [PATCH v2 1/3] kunit: tool: make TestCounts a dataclass
2022-11-03 18:10:11 linux-kernel [PATCH v2 3/3] kunit: tool: remove redundant file.close() call in unit test
2022-11-03 18:00:24 linux-kernel [PATCH v2 2/3] kunit: tool: unit tests all check parser errors, standardize formatting a bit
2022-11-02 17:40:27 linux-kernel Re: [PATCH] perf/hw_breakpoint: test: Skip the test if dependencies unmet
2022-11-02 17:30:39 linux-kernel [PATCH 3/3] kunit: tool: remove redundant file.close() call in unit test
2022-11-02 17:16:12 linux-kernel [PATCH 2/3] kunit: tool: unit tests all check parser errors, standardize formatting a bit
2022-11-02 17:13:32 linux-kernel [PATCH 1/3] kunit: tool: make TestCounts a dataclass
2022-11-01 14:30:53 linux-kernel Re: [igt-dev] [PATCH i-g-t v2 4/4] tests: DRM selftests: switch to KUnit
2022-10-31 21:20:16 linux-kernel Re: [PATCH] kunit: alloc_string_stream_fragment error handling bug fix
2022-10-31 18:28:02 linux-kernel Re: [PATCH 2/2] kunit: tool: print summary of failed tests if a few failed out of a lot
2022-10-31 16:48:49 linux-kernel Re: [PATCH 1/2] kunit: tool: make unit test not print parsed testdata to stdout
2022-10-28 21:44:41 linux-kernel [PATCH 1/2] kunit: tool: make unit test not print parsed testdata to stdout
2022-10-28 21:09:24 linux-kernel [PATCH 2/2] kunit: tool: print summary of failed tests if a few failed out of a lot
2022-10-28 15:37:45 linux-kernel Re: [PATCH] kunit: Include missing header
2022-10-26 18:53:45 linux-kernel Re: [PATCH] perf/hw_breakpoint: test: Skip the test if dependencies unmet
2022-10-25 18:36:46 linux-kernel Re: [PATCH] Documentation: kunit: Remove redundant 'tips.rst' page
2022-10-19 00:14:14 linux-kernel Re: [PATCH 0/4] kunit: more assertion reworking
2022-10-18 21:24:41 linux-kernel Re: [PATCH v6 1/3] kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros
2022-10-05 18:41:58 linux-kernel Re: [PATCH] kunit: log numbers in decimal and hex
2022-10-03 19:39:26 linux-kernel Re: [RFC PATCH v2 0/2] kunit: Support redirecting function calls
2022-10-03 17:40:02 linux-kernel Re: [PATCH] Documentation: kunit: Update description of --alltests option
2022-10-01 18:54:22 linux-kernel Re: [PATCH 0/4] kunit: more assertion reworking
2022-10-01 18:37:03 linux-kernel Re: [PATCH 3/4] kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros
2022-10-01 04:14:00 linux-kernel Re: [PATCH 2/4] kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILED
2022-10-01 01:07:16 linux-kernel [PATCH 4/4] kunit: declare kunit_assert structs as const
2022-10-01 00:55:38 linux-kernel [PATCH 3/4] kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros
2022-10-01 00:50:36 linux-kernel [PATCH 2/4] kunit: rename base KUNIT_ASSERTION macro to _KUNIT_FAILED
2022-10-01 00:33:11 linux-kernel [PATCH 1/4] kunit: remove format func from struct kunit_assert, get it to 0 bytes
2022-10-01 00:31:37 linux-kernel [PATCH 0/4] kunit: more assertion reworking
2022-09-23 20:34:58 linux-kernel Re: [PATCH] kunit: tool: Don't download risc-v opensbi firmware with wget
2022-09-20 01:12:43 linux-kernel Re: [PATCH i-g-t v2 3/4] lib/igt_kmod: add compatibility for KUnit