mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-24 10:27:15 +00:00
tests/kms_3d: Use igt_assert_eq()
Would be nice to see how many stereo modes we managed to extract from the EDID if it doesn't match the expected 13. So use igt_assert_eq() which prints the real count on failure. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
parent
e42936d86b
commit
cba86e980f
@ -72,7 +72,7 @@ igt_simple_main
|
||||
mode_count++;
|
||||
}
|
||||
|
||||
igt_assert(mode_count == 13);
|
||||
igt_assert_eq(mode_count, 13);
|
||||
|
||||
/* set 3D modes */
|
||||
igt_info("Testing:\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user