Summary: | using new-style function syntax to resolve some x86-64 xtest failures | ||
---|---|---|---|
Product: | Xtests | Reporter: | Gordon Jin <gordon.jin> |
Component: | XTS | Assignee: | Stuart Anderson <anderson> |
Status: | VERIFIED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | eich, haihao.xiang, keithp |
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
using new style function syntax
Delete old declarations in XtTestProto.h trivial patch for check.c |
Description
Gordon Jin
2006-08-31 01:44:58 UTC
Created attachment 6759 [details] [review] using new style function syntax -- Using -DMIXOLDANDNEW for Xt Toolkit tests in tetbuild.cfg.Linux to choose new style function syntax. -- Fix some apparent mistakes under MIXOLDANDNEW section in XtTestProto.h, to make the type of function declaration consistent with function implementation. -- Using "%ld" instead of "%d" for long type value in check_dec()/check_not_dec(). Created attachment 6938 [details] [review] Delete old declarations in XtTestProto.h Update the patch based on mailing list feedback: -- Delete the old declarations and always use the new-style prototypes in XtTestProto.h -- Fix 3 wrong prototypes, to be consistent with function implementation. Created attachment 6939 [details] [review] trivial patch for check.c replace "%d" with "%ld" when printing long type. Any updates on this one? The patches look trivial enough to be committed. The bug priority was upgraded (P2->high) with the bugzilla configuration change. I'm Changing the priority back to the normal one. Sorry for the spam. btw, can anyone help commit this patch? It has been reviwed for quite a long time. Anyone would commit the 2 patches? Committed. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.