Ron Pinkas escreveu:
 >
 > I hope that all of you agree, and will proceed by at least reporting 
status
 > on your respective compiler and O/S, immediately.
 >

xHarbour Regression Test Suite
Copyright 1999-2009, http://www.harbour-project.org, http://www.xharbour.org
---------------------------------------------------------------------------
      Version: xHarbour build 1.2.0 Intl. (SimpLex) (Rev. 6375)
     Compiler: Borland C++ 5.5.1 (32 bit)
 Multi Thread: OFF
 Optimization: 2 (Optimized for GUI Apps)
           OS: Windows  Windows Vista Professional 6.00.6001 Service Pack 1
   Date, Time: 2009.02.21 06:29:28
       Output: (stdout)
Shortcut opt.: ON
     Switches: 
===========================================================================
R No.  Line            TestCall()                               -> 
Result                                                                          
      
| 
Expected                                                                        
     

---------------------------------------------------------------------------
!  354 MAIN_HVM(495)   {|| NIL } == {|| NIL }                 
       Result: .F.
     Expected: "E BASE 1070 Argument error == A:2:B:{||...};B:{||...} F:S"
!  531 MAIN_HVMA(206)  -("1")                                 
       Result: "E BASE 1080 Argument error - A:1:C:1 F:S"
     Expected: -49
!  591 MAIN_HVMA(326)  mxNotHere                              
       Result: "E BASE 1003 Variable does not exist MXNOTHERE A:0: F:R"
     Expected: "E BASE 1003 Variable does not exist MXNOTHERE F:R"
!  592 MAIN_HVMA(328)  __MVGET("MXUNDECL")                    
       Result: "E BASE 1003 Variable does not exist MXUNDECL A:0: F:R"
     Expected: "E BASE 1003 Variable does not exist MXUNDECL F:R"
!  595 MAIN_HVMA(351)  ("NOTHERE")->NOFIELD                   
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  596 MAIN_HVMA(352)  (mcString)->NOFIELD                    
       Result: "E BASE 1002 Alias does not exist HELLO A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist HELLO F:R"
!  602 MAIN_HVMA(358)  (2)->NOFIELD                           
       Result: "E BASE 1003 Variable does not exist NOFIELD A:0: F:R"
     Expected: "E BASE 1003 Variable does not exist NOFIELD F:R"
!  603 MAIN_HVMA(359)  (2.5)->NOFIELD                         
       Result: "E BASE 1003 Variable does not exist NOFIELD A:0: F:R"
     Expected: "E BASE 1003 Variable does not exist NOFIELD F:R"
!  617 MAIN_HVMA(377)  NOTHERE->NOFIELD                       
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  618 MAIN_HVMA(378)  NOTHERE->("NOFIELD")                   
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  619 MAIN_HVMA(379)  NOTHERE->(mcString)                    
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  620 MAIN_HVMA(380)  NOTHERE->({})                          
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  621 MAIN_HVMA(381)  NOTHERE->({|| NIL })                   
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  622 MAIN_HVMA(382)  NOTHERE->(.T.)                         
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  623 MAIN_HVMA(383)  NOTHERE->(.F.)                         
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  624 MAIN_HVMA(384)  NOTHERE->(NIL)                         
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  625 MAIN_HVMA(385)  NOTHERE->(1)                           
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  626 MAIN_HVMA(386)  NOTHERE->(1.5)                         
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  627 MAIN_HVMA(387)  NOTHERE->(SToD(""))                    
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  628 MAIN_HVMA(388)  NOTHERE->(ErrorNew())                  
       Result: "E BASE 1002 Alias does not exist NOTHERE A:0: F:R"
     Expected: "E BASE 1002 Alias does not exist NOTHERE F:R"
!  629 MAIN_HVMA(390)  200->NOFIELD                           
       Result: "E BASE 1003 Variable does not exist NOFIELD A:0: F:R"
     Expected: "E BASE 1003 Variable does not exist NOFIELD F:R"
!  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: 22
     Expected: 19
!  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: " 1524157875019052100"
     Expected: " 1524157875019052000"
! 2504 MAIN_ARRAY(105) aFill()                                
       Result: "E BASE 9999 Argument error AFILL A:0: "
     Expected: "E BASE 9999 Argument error AFILL "
! 2547 MAIN_ARRAY(162) aTail( ErrorNew() )                    
       Result: .F.
     Expected: "utils\hbtest\rt_array.prg"
! 2548 MAIN_ARRAY(169) aSize()                                
       Result: "E BASE 2023 Argument error ASIZE A:0: "
     Expected: "E BASE 2023 Argument error ASIZE "
! 2754 MAIN_FILE(139)  TESTFIER( FErase( 1 ) )                
       Result: "E: 2      R: -1"
     Expected: "E: 3      R: -1"
! 2812 MAIN_FILE(217)  TESTFIER( FErase( 1 ) )                
       Result: "E: 2      R: -1"
     Expected: "E: 3      R: -1"
! 2821 MAIN_MISC(79)   Len( oError )                          
       Result: 22
     Expected: 19
! 2825 MAIN_MISC(89)   Set( 40  )                             
       Result: 0
     Expected: NIL
! 2826 MAIN_MISC(90)   Set( 41 )                              
       Result: 0
     Expected: 64
! 2833 MAIN_MISC(98)   Set( 39 , -1 )                         
       Result: 128
     Expected: "E BASE 2020 Argument error SET A:2:N:39;N:-1 "
! 2834 MAIN_MISC(99)   Set( 40 , -1 )                         
       Result: "E BASE 2020 Argument error SET A:2:N:40;N:-1 "
     Expected: NIL
! 3073 MAIN_MISC(482)  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"
! 3075 MAIN_MISC(484)  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"
! 3077 MAIN_MISC(486)  TFORNEXT( "A", "A", NIL )              
       Result: "B"
     Expected: 66
! 3078 MAIN_MISC(487)  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"
! 3110 MAIN_MISC(523)  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"
! 3111 MAIN_MISC(524)  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"
! 3116 MAIN_MISC(535)  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"
! 3117 MAIN_MISC(536)  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"
! 3118 MAIN_MISC(537)  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"
! 3119 MAIN_MISC(538)  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"
! 3121 MAIN_MISC(540)  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"
! 3122 MAIN_MISC(541)  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"
! 3123 MAIN_MISC(545)  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"
! 3124 MAIN_MISC(546)  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"
! 3125 MAIN_MISC(547)  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"
! 3126 MAIN_MISC(548)  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"
! 3128 MAIN_MISC(550)  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"
! 3129 MAIN_MISC(551)  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"
! 3140 MAIN_MISC(578)  HB_SToD("99990101")                    
       Result: HB_SToD("99990101")
     Expected: HB_SToD("        ")
! 3146 MAIN_MISC(584)  HB_SToD(" 9990905")                    
       Result: HB_SToD("09990905")
     Expected: HB_SToD("        ")
! 3147 MAIN_MISC(585)  HB_SToD("  990905")                    
       Result: HB_SToD("19990905")
     Expected: HB_SToD("        ")
! 3148 MAIN_MISC(586)  HB_SToD("   90905")                    
       Result: HB_SToD("19090905")
     Expected: HB_SToD("        ")
! 3152 MAIN_MISC(590)  HB_SToD("1 990905")                    
       Result: HB_SToD("01990905")
     Expected: HB_SToD("        ")
! 3153 MAIN_MISC(591)  HB_SToD("19 90905")                    
       Result: HB_SToD("01990905")
     Expected: HB_SToD("17490905")
! 3154 MAIN_MISC(592)  HB_SToD("199 0905")                    
       Result: HB_SToD("01990905")
     Expected: HB_SToD("19740905")
! 3155 MAIN_MISC(593)  HB_SToD("1999 905")                    
       Result: HB_SToD("19990905")
     Expected: HB_SToD("        ")
! 3157 MAIN_MISC(595)  HB_SToD("199909 5")                    
       Result: HB_SToD("19990905")
     Expected: HB_SToD("        ")
! 3159 MAIN_MISC(597)  HB_SToD("1999 9 5")                    
       Result: HB_SToD("19990905")
     Expected: HB_SToD("        ")
===========================================================================
Test calls passed:       3399 ( 98.09 % )
Test calls failed:         65 ( 1.91 % )
                   ----------
            Total:       3464 ( Time elapsed: 0.33 seconds )

WARNING ! Failures detected



Regards,
Marcos Gambeta


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to