Re: [PATCH 1/2] drm/cmdline-parser: Merge negative tests

2022-08-10 Thread Maíra Canal
On 8/4/22 10:17, Michał Winiarski wrote: > Negative tests can be expressed as a single parameterized test case, > which highlights that we're following the same test logic (passing > negative cmdline and expecting drm_mode_parse_command_line_for_connector > to fail), which improves readability.

[PATCH 1/2] drm/cmdline-parser: Merge negative tests

2022-08-04 Thread Michał Winiarski
Negative tests can be expressed as a single parameterized test case, which highlights that we're following the same test logic (passing negative cmdline and expecting drm_mode_parse_command_line_for_connector to fail), which improves readability. Signed-off-by: Michał Winiarski --- .../gpu/drm/t