All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] [tcng8w] make test errors (mandrake 2.4.19-9mdk)
@ 2002-09-19 13:53 raptor
  2002-09-19 18:11 ` Werner Almesberger
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: raptor @ 2002-09-19 13:53 UTC (permalink / raw)
  To: lartc

This time errors are real :")
tc-htb patch applied... (as specified in the README)
tcng-htb patch applied .....

For thouse that don't know... i have made manual review of the mandrake kernel and
the latest htb-kernel-patches... and it seems they are in...
SO ANYONE USING MANDRAKE SHOULD NOT NEED TO APPLY HTB-KERNEL-PATCHES FOR 2.4.19-9mdk.
FYI : after maximum a week Mandrake9.0 will be out (it is with this kernel).
=======================================

compound construct with assignment: PASSED
compound construct with multiple assignments: PASSED
compound construct must end with semicolon: PASSED (warning: output differs)
  Standard output:
  | <stdin>:17: syntax error near "}"
  Reference output:
  | <stdin>:1: syntax error near "}"
compound construct may end with multiple semicolons: PASSED
compound construct requires semicolon after assignment: PASSED (warning: output differs)
  Standard output:
  | <stdin>:17: syntax error near "$x"
  Reference output:
  | <stdin>:1: syntax error near "$x"
compound construct allows multiple semicolons after assignment: PASSED
compound construct warns about unused variables: FAILED
File:      tests/compound
Command:   tcc -c 2>&1
Input:     _in.17273
Output:    _out.17273
Reference: _ref.17273
scripts/runtests.sh: line 2: 17297 Broken pipe             cat
scripts/run-all-tests: line 14: 28441 Broken pipe             cat $n
make: *** [test] Error 1
[root@qos tcng]# cat _in.17273 
$a = { $x = 13; 7; };
field foo = raw if $a = $a;
[root@qos tcng]# cat _ref.17273 
<stdin>:1: warning: unused variable x
[root@qos tcng]# cat _out.17273 
<stdin>:17: warning: unused variable x
[root@qos tcng]# 
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-20 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-19 13:53 [LARTC] [tcng8w] make test errors (mandrake 2.4.19-9mdk) raptor
2002-09-19 18:11 ` Werner Almesberger
2002-09-20  8:08 ` raptor
2002-09-20 15:04 ` Werner Almesberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.