Skip to content

Commit

Permalink
Merge pull request #11477 from asdil12/vlc
Browse files Browse the repository at this point in the history
Stabilize VLC test
  • Loading branch information
asdil12 committed Nov 27, 2020
2 parents fd5c0ce + 0d8cc00 commit 49008be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added data/test.ogv
Binary file not shown.
5 changes: 5 additions & 0 deletions tests/x11/vlc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ sub run {
wait_still_screen(1);
assert_and_click 'close_vlc';
}

if (!check_var('QEMUVGA', 'cirrus')) {
x11_start_program('vlc --no-autoscale --loop data/test.ogv', target_match => 'vlc-playing');
assert_and_click 'close_vlc';
}
}

1;

0 comments on commit 49008be

Please sign in to comment.