On Fri, Mar 4, 2011 at 12:52 AM, Caspar Zhang <[email protected]> wrote: > On 03/04/2011 04:37 PM, Cristian Greco wrote: >> wouldn't it be better to call tst_resm() with TCONF instead of TINFO, >> for the sake of consistency? > > Agree. Updated to v3: > > These tests contain x86 asm so that they wouldn't be run on x86_64 > machine, but run into a simple main() functions instead. However all of > them are missing tst_exit() which could result in a exit_code=10 > failure.
Fixing it with equivalent: tst_brkm(TBROK, NULL, ...); Thanks, -Garrett ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
