I'd like to FREEZE the CURRENT CVS, and focus on only critical bug fixes. -------------------------------------------------- From: "Eduardo Fernandes" <[EMAIL PROTECTED]> Sent: Wednesday, October 29, 2008 7:11 AM To: <[email protected]>; "Ron Pinkas" <[EMAIL PROTECTED]> Subject: Re: [xHarbour-developers] hbtest results
> Ron, > > I don't know until wich changelog entry you will consider as stable for > release, but I would like to see the last tbrowse.prg commited on cvs > into. > > regards, > Eduardo > > xHarbour Regression Test Suite > Copyright 1999-2005, http://www.harbour-project.org, > http://www.xharbour.org > --------------------------------------------------------------------------- > Version: xHarbour build 1.2.0 Intl. (SimpLex) (Rev. 6249) > Compiler: Pelles ISO C Compiler 5.0 > Multi Thread: OFF > Optimization: 0 (No Optimization) > OS: Windows XP Professional 5.01.2600 Service Pack 3 > Date, Time: 2008.10.29 12:09:10 > Output: (stdout) > Shortcut opt.: ON > Switches: > =========================================================================== > R No. Line TestCall() -> Result > | Expected > --------------------------------------------------------------------------- > ! 354 MAIN_HVM(496) {|| NIL } == {|| NIL } > Result: .F. > Expected: "E BASE 1070 Argument error == A:2:B:{||...};B:{||...} F:S" > ! 641 MAIN_HVMA(403) soObject:hello > Result: "E BASE 1004 Class: 'ERROR' has no exported method HELLO > A:1:O:ERROR Object F:S" > Expected: "E BASE 1004 Class: 'ERROR' has no exported method HELLO > A:0: F:S" > ! 642 MAIN_HVMA(404) soObject:hello := 1 > Result: "E BASE 1005 Class: 'ERROR' has no property HELLO > A:2:O:ERROR Object;N:1 F:S" > Expected: "E BASE 1005 Class: 'ERROR' has no property HELLO A:1:N:1 > F:S" > ! 653 MAIN_HVMA(419) Len( ErrorNew() ) > Result: 19 > Expected: 17 > ! 723 MAIN_HVMA(501) RTSTR( 00000500000000000000 ) > Result: " 16 500000000000000" > Expected: " 21 500000000000000" > ! 724 MAIN_HVMA(502) RTSTR( 0500000000000000 ) > Result: " 16 500000000000000" > Expected: " 17 500000000000000" > ! 1073 MAIN_MATH(386) Str(1234567890 * 1234567890 ) > Result: " 1524157875019052032" > Expected: " 1524157875019052000" > ! 1460 MAIN_STR(410) Upper( " µ" ) > Result: "Y2" > Expected: " µ" > ! 1461 MAIN_STR(411) Upper( "H rbor 8-) µ" ) > Result: "HYRBOR 8-) 2" > Expected: "H RBOR 8-) µ" > ! 2547 MAIN_ARRAY(162) aTail( ErrorNew() ) > Result: {.[4].} > Expected: "utils\hbtest\rt_array.prg" > ! 2821 MAIN_MISC(71) Len( oError ) > Result: 19 > Expected: 17 > ! 2911 MAIN_MISC(195) TFORNEXT( .F., .T., NIL ) > Result: "E BASE 1081 Argument error + A:2:L:.F.;N:1 F:S" > Expected: "E BASE 1086 Argument error ++ A:1:L:.F. F:S" > ! 2913 MAIN_MISC(197) TFORNEXT( .F., .F., NIL ) > Result: "E BASE 1081 Argument error + A:2:L:.F.;N:1 F:S" > Expected: "E BASE 1086 Argument error ++ A:1:L:.F. F:S" > ! 2915 MAIN_MISC(199) TFORNEXT( "A", "A", NIL ) > Result: "B" > Expected: 66 > ! 2916 MAIN_MISC(200) TFORNEXT( NIL, NIL, NIL ) > Result: "E BASE 1074 Argument error <= A:2:U:NIL;U:NIL F:S" > Expected: "E BASE 1075 Argument error > A:2:U:NIL;U:NIL F:S" > ! 2948 MAIN_MISC(236) Eval( NIL ) > Result: "E BASE 1004 Class: 'NIL' has no exported method EVAL > A:1:U:NIL F:S" > Expected: "E BASE 1004 Class: 'NIL' has no exported method EVAL A:0: > F:S" > ! 2949 MAIN_MISC(237) Eval( 1 ) > Result: "E BASE 1004 Class: 'NUMERIC' has no exported method EVAL > A:1:N:1 F:S" > Expected: "E BASE 1004 Class: 'NUMERIC' has no exported method EVAL > A:0: F:S" > ! 2954 MAIN_MISC(248) scString:Eval() > Result: "E BASE 1004 Class: 'CHARACTER' has no exported method EVAL > A:1:C:HELLO F:S" > Expected: "E BASE 1004 Class: 'CHARACTER' has no exported method EVAL > A:0: F:S" > ! 2955 MAIN_MISC(249) snIntP:Eval() > Result: "E BASE 1004 Class: 'NUMERIC' has no exported method EVAL > A:1:N:10 F:S" > Expected: "E BASE 1004 Class: 'NUMERIC' has no exported method EVAL > A:0: F:S" > ! 2956 MAIN_MISC(250) sdDateE:Eval() > Result: "E BASE 1004 Class: 'DATE' has no exported method EVAL > A:1:D: F:S" > Expected: "E BASE 1004 Class: 'DATE' has no exported method EVAL A:0: > F:S" > ! 2957 MAIN_MISC(251) slFalse:Eval() > Result: "E BASE 1004 Class: 'LOGICAL' has no exported method EVAL > A:1:L:.F. F:S" > Expected: "E BASE 1004 Class: 'LOGICAL' has no exported method EVAL > A:0: F:S" > ! 2959 MAIN_MISC(253) saArray:Eval() > Result: "E BASE 1004 Class: 'ARRAY' has no exported method EVAL > A:1:A:{.[1].} F:S" > Expected: "E BASE 1004 Class: 'ARRAY' has no exported method EVAL A:0: > F:S" > ! 2960 MAIN_MISC(254) soObject:Eval() > Result: "E BASE 1004 Class: 'ERROR' has no exported method EVAL > A:1:O:ERROR Object F:S" > Expected: "E BASE 1004 No exported method EVAL A:0: F:S" > ! 2961 MAIN_MISC(258) scString:Eval > Result: "E BASE 1004 Class: 'CHARACTER' has no exported method EVAL > A:1:C:HELLO F:S" > Expected: "E BASE 1004 Class: 'CHARACTER' has no exported method EVAL > A:0: F:S" > ! 2962 MAIN_MISC(259) snIntP:Eval > Result: "E BASE 1004 Class: 'NUMERIC' has no exported method EVAL > A:1:N:10 F:S" > Expected: "E BASE 1004 Class: 'NUMERIC' has no exported method EVAL > A:0: F:S" > ! 2963 MAIN_MISC(260) sdDateE:Eval > Result: "E BASE 1004 Class: 'DATE' has no exported method EVAL > A:1:D: F:S" > Expected: "E BASE 1004 Class: 'DATE' has no exported method EVAL A:0: > F:S" > ! 2964 MAIN_MISC(261) slFalse:Eval > Result: "E BASE 1004 Class: 'LOGICAL' has no exported method EVAL > A:1:L:.F. F:S" > Expected: "E BASE 1004 Class: 'LOGICAL' has no exported method EVAL > A:0: F:S" > ! 2966 MAIN_MISC(263) saArray:Eval > Result: "E BASE 1004 Class: 'ARRAY' has no exported method EVAL > A:1:A:{.[1].} F:S" > Expected: "E BASE 1004 Class: 'ARRAY' has no exported method EVAL A:0: > F:S" > ! 2967 MAIN_MISC(264) soObject:Eval > Result: "E BASE 1004 Class: 'ERROR' has no exported method EVAL > A:1:O:ERROR Object F:S" > Expected: "E BASE 1004 No exported method EVAL A:0: F:S" > ! 2978 MAIN_MISC(290) SToD("99990101") > Result: SToD("99990101") > Expected: SToD(" ") > ! 2986 MAIN_MISC(298) SToD("19 90905") > Result: SToD(" ") > Expected: SToD("17490905") > ! 2987 MAIN_MISC(299) SToD("199 0905") > Result: SToD(" ") > Expected: SToD("19740905") > ! 3129 MAIN_MISC(512) __CopyFile("NOT_HERE.$$$", "$$COPYTO.TMP > Result: "E BASE 2012 Open error NOT_HERE.$$$ F:DR" > Expected: "E BASE 2012 Open error NOT_HERE.$$$ A:0: F:DR" > ! 3130 MAIN_MISC(513) __CopyFile("$$COPYFR.TMP", BADFNAME()) > Result: "E BASE 2012 Create error *INVALID*. F:DR" > Expected: "E BASE 2012 Create error *INVALID*. A:0: F:DR" > =========================================================================== > Test calls passed: 3263 ( 98.96 % ) > Test calls failed: 34 ( 1.04 % ) > ---------- > Total: 3297 ( Time elapsed: 0.33 seconds ) > > WARNING ! Failures detected > > > > Novos endereços, o Yahoo! que você conhece. Crie um email novo com a > sua cara @ymail.com ou @rocketmail.com. > http://br.new.mail.yahoo.com/addresses > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

