mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-24 22:55:39 +00:00
Revert "tests: Run igt.cocci over tests"
This reverts commit 6903ab04e5.
The igt_assert conversion rule is broken and doesn't invert the check
as it should.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -269,8 +269,8 @@ static bool psr_sink_support(data_t *data)
|
||||
igt_require(file);
|
||||
|
||||
ret = fscanf(file, "Sink_Support: %s\n", str);
|
||||
igt_skip_on_f(ret == 0,
|
||||
"i915_edp_psr_status format not supported by this test case\n");
|
||||
if (ret == 0)
|
||||
igt_skip("i915_edp_psr_status format not supported by this test case\n");
|
||||
|
||||
fclose(file);
|
||||
return strcmp(str, "yes") == 0;
|
||||
|
||||
Reference in New Issue
Block a user