components/slang/test/results-all.master
changeset 3800 0c839d3b92f0
equal deleted inserted replaced
3799:c3e697abd23b 3800:0c839d3b92f0
       
     1 make[1]: Entering directory `$(@D)'
       
     2 cd src; /usr/gnu/bin/make static
       
     3 make[2]: Entering directory `$(@D)/src'
       
     4 $(@D)/autoconf/mkinsdir.sh $(@D)/src/objs
       
     5 mkdir $(@D)/src/objs
       
     6 rm -f $(@D)/src/objs/libslang.a
       
     7 cd $(@D)/src/objs && ar cr libslang.a sltermin.o sldisply.o slutty.o slang.o slarray.o slclass.o slcmd.o slerr.o slgetkey.o slkeymap.o slmalloc.o slmath.o slmemchr.o slmemcmp.o slmemcpy.o slmemset.o slmisc.o slparse.o slprepr.o slregexp.o slrline.o slsearch.o slsmg.o slstd.o sltoken.o sltypes.o slxstrng.o slcurses.o slscroll.o slsignal.o slkeypad.o slerrno.o slstring.o slstruct.o slcmplex.o slarrfun.o slimport.o slpath.o slarith.o slassoc.o slcompat.o slposdir.o slstdio.o slproc.o sltime.o slstrops.o slbstr.o slpack.o slintall.o slistruc.o slposio.o slnspace.o slarrmis.o slospath.o slscanf.o sllower.o slupper.o slischar.o slutf8.o slwcwidth.o slwclut.o slcommon.o sllist.o slexcept.o slfpu.o slsig.o slboseos.o
       
     8 ranlib $(@D)/src/objs/libslang.a
       
     9 
       
    10 libslang.a created in $(@D)/src/objs
       
    11 make[2]: Leaving directory `$(@D)/src'
       
    12 cd src; /usr/gnu/bin/make runtests
       
    13 make[2]: Entering directory `$(@D)/src'
       
    14 make[3]: Entering directory `$(@D)/src/test'
       
    15 
       
    16 Running tests:
       
    17 
       
    18 Testing argv processing ...Ok
       
    19 Testing argv processing [UTF-8 mode] ...Ok
       
    20 Testing syntax ...Ok
       
    21 Testing syntax [UTF-8 mode] ...Ok
       
    22 Testing Short Ciruit Operators ...Ok
       
    23 Testing Short Ciruit Operators [UTF-8 mode] ...Ok
       
    24 Testing _eqs ...Ok
       
    25 Testing _eqs [UTF-8 mode] ...Ok
       
    26 Testing sscanf ...Ok
       
    27 Testing sscanf [UTF-8 mode] ...Ok
       
    28 Testing looping constructs ...Ok
       
    29 Testing looping constructs [UTF-8 mode] ...Ok
       
    30 Testing Arithmetic ...Ok
       
    31 Testing Arithmetic [UTF-8 mode] ...Ok
       
    32 Testing array functions ...Ok
       
    33 Testing array functions [UTF-8 mode] ...Ok
       
    34 Testing string functions ...Ok
       
    35 Testing string functions [UTF-8 mode] ...Ok
       
    36 Testing Binary Strings ...Ok
       
    37 Testing Binary Strings [UTF-8 mode] ...Ok
       
    38 Testing pack and unpack functions ...Ok
       
    39 Testing pack and unpack functions [UTF-8 mode] ...Ok
       
    40 Testing stdio routines ...Ok
       
    41 Testing stdio routines [UTF-8 mode] ...Ok
       
    42 Testing Associative Arrays ...Ok
       
    43 Testing Associative Arrays [UTF-8 mode] ...Ok
       
    44 Testing recursive function modifications ...Ok
       
    45 Testing recursive function modifications [UTF-8 mode] ...Ok
       
    46 Testing structures ...Ok
       
    47 Testing structures [UTF-8 mode] ...Ok
       
    48 Testing NameSpace routines ...Ok
       
    49 Testing NameSpace routines [UTF-8 mode] ...Ok
       
    50 Testing path ...Ok
       
    51 Testing path [UTF-8 mode] ...Ok
       
    52 Testing #ifeval ...Ok
       
    53 Testing #ifeval [UTF-8 mode] ...Ok
       
    54 Testing Any_Type ...Ok
       
    55 Testing Any_Type [UTF-8 mode] ...Ok
       
    56 Testing Matrix Multiplications ...Ok
       
    57 Testing Matrix Multiplications [UTF-8 mode] ...Ok
       
    58 Testing time functions ...Ok
       
    59 Testing time functions [UTF-8 mode] ...Ok
       
    60 Testing utf8 ...Ok
       
    61 Testing utf8 [UTF-8 mode] ...Ok
       
    62 Testing exceptions ...Ok
       
    63 Testing exceptions [UTF-8 mode] ...Ok
       
    64 Known Bugs or not yet implemented features:
       
    65 	Range arrays of Short, Long, LongLong types converted to Int_Type
       
    66 Known Bugs or not yet implemented features:
       
    67 	Range arrays of Short, Long, LongLong types converted to Int_Type
       
    68 Testing lists ...Ok
       
    69 Testing lists [UTF-8 mode] ...Ok
       
    70 Testing regexp ...Ok
       
    71 Testing regexp [UTF-8 mode] ...Ok
       
    72 Testing method calls ...Ok
       
    73 Testing method calls [UTF-8 mode] ...Ok
       
    74 Testing dereferences ...Ok
       
    75 Testing dereferences [UTF-8 mode] ...Ok
       
    76 Testing NaN and Inf ...Ok
       
    77 Testing NaN and Inf [UTF-8 mode] ...Ok
       
    78 Testing literal integer overflow ...Ok
       
    79 Testing literal integer overflow [UTF-8 mode] ...Ok
       
    80 Testing sorting ...Ok
       
    81 Testing sorting [UTF-8 mode] ...Ok
       
    82 Testing long long ...Ok
       
    83 Testing long long [UTF-8 mode] ...Ok
       
    84 Testing signals ...
       
    85 	Pausing for 3 seconds for alarm test..
       
    86 	Now try pressing ^C in next 5 seconds...
       
    87 Ok
       
    88 Testing signals [UTF-8 mode] ...
       
    89 	Pausing for 3 seconds for alarm test..
       
    90 	Now try pressing ^C in next 5 seconds...
       
    91 Ok
       
    92 Testing dollar strings ...Ok
       
    93 Testing dollar strings [UTF-8 mode] ...Ok
       
    94 Testing provide and require ...Ok
       
    95 Testing provide and require [UTF-8 mode] ...Ok
       
    96 Testing doc functions ...Ok
       
    97 Testing doc functions [UTF-8 mode] ...Ok
       
    98 Testing debugger support ...Ok
       
    99 Testing debugger support [UTF-8 mode] ...Ok
       
   100 Testing qualifiers ...Ok
       
   101 Testing qualifiers [UTF-8 mode] ...Ok
       
   102 Testing Comparison Operators ...Ok
       
   103 Testing Comparison Operators [UTF-8 mode] ...Ok
       
   104 Testing break and continue N ...Ok
       
   105 Testing break and continue N [UTF-8 mode] ...Ok
       
   106 Testing Multiline strings ...Ok
       
   107 Testing Multiline strings [UTF-8 mode] ...Ok
       
   108 Testing autoload ...Ok
       
   109 Testing autoload [UTF-8 mode] ...Ok
       
   110 Testing more NameSpace routines ...Ok
       
   111 Testing more NameSpace routines [UTF-8 mode] ...Ok
       
   112 Testing slprep ...Ok
       
   113 Testing slprep [UTF-8 mode] ...Ok
       
   114 touch sltest.c
       
   115 make[3]: Leaving directory `$(@D)/src/test'
       
   116 make[2]: Leaving directory `$(@D)/src'
       
   117 make[1]: Leaving directory `$(@D)'