Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtk2: Fix gtk-query-immodules binary test case #106

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

basheerk
Copy link
Contributor

@basheerk basheerk commented May 9, 2017

gtk2 test is failing on 32 bit arch, as testcase is using gtk-query-immodules 64bit binary.
Modified the testcase to pick the binary depends on architecture.

signed-off-by : Basheer K [email protected]

…ning

because of the some drop in the probe packets.Small delay needs to added
between the two tests, then these drop of probe packets doesn't exist
and we get the expected the output in the stdout.
gtk2 test is failing on 32 bit arch, as testcase is using
gtk-query-immodules 64bit binary.
signed-off-by: Basheer K <[email protected]>
tc_register "gtk-query-immodules-2.0-64 testing"
gtk-query-immodules-2.0-64 >$stdout 2>$stderr
[ "$HOSTTYPE" == "i686" ] && bin="gtk-query-immodules-2.0-32" || bin="gtk-query-immodules-2.0-64"
tc_register "$bin testing"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this check made generic for any version ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants