mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
tests/pc8: remove some printfs
They pollute the output, which makes it harder to see which tests failed or succeeded. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
This commit is contained in:
parent
b6645ee2e2
commit
2addb2744f
@ -676,8 +676,6 @@ static void drm_resources_equal_subtest(void)
|
||||
{
|
||||
struct compare_data pre_pc8, during_pc8, post_pc8;
|
||||
|
||||
printf("Checking the if the DRM resources match.\n");
|
||||
|
||||
enable_one_screen(&ms_data);
|
||||
igt_assert(pc8_plus_disabled());
|
||||
get_drm_info(&pre_pc8);
|
||||
@ -704,8 +702,6 @@ static void drm_resources_equal_subtest(void)
|
||||
/* Make sure interrupts are working. */
|
||||
static void batch_subtest(void)
|
||||
{
|
||||
printf("Testing batchbuffers.\n");
|
||||
|
||||
enable_one_screen(&ms_data);
|
||||
igt_assert(pc8_plus_disabled());
|
||||
|
||||
@ -748,8 +744,6 @@ static void stress_test(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
printf("Stress testing.\n");
|
||||
|
||||
for (i = 0; i < 100; i++) {
|
||||
disable_all_screens(&ms_data);
|
||||
igt_assert(pc8_plus_enabled());
|
||||
@ -764,8 +758,6 @@ static void register_compare_subtest(void)
|
||||
{
|
||||
struct compare_registers pre_pc8, post_pc8;
|
||||
|
||||
printf("Testing register compare.\n");
|
||||
|
||||
enable_one_screen(&ms_data);
|
||||
igt_assert(pc8_plus_disabled());
|
||||
get_registers(&pre_pc8);
|
||||
|
Loading…
x
Reference in New Issue
Block a user