Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2010 23:10:32 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/tools/regression/bin/sh/builtins break3.0 command10.0 command3.0 command4.0 command4.127 command5.0 command9.0 src/tools/regression/bin/sh/errors backquote-error1.0 src/tools/regression/bin/sh/execution func2.0 src/tools/regression/bin/sh/expansion ifs3.0 ...
Message-ID:  <201010182310.o9INAgV5052243@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2010-10-18 23:10:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    tools/regression/bin/sh/builtins command3.0 command5.0 
    tools/regression/bin/sh/errors backquote-error1.0 
    tools/regression/bin/sh/execution func2.0 
    tools/regression/bin/sh/set-e elif1.0 elif2.0 if1.0 if3.0 
                                  while1.0 while2.0 
  Added files:           (Branch: RELENG_8)
    tools/regression/bin/sh/builtins break3.0 command10.0 
                                     command4.0 command9.0 
    tools/regression/bin/sh/expansion ifs3.0 
  Removed files:         (Branch: RELENG_8)
    tools/regression/bin/sh/builtins command4.127 
  Log:
  SVN rev 214045 on 2010-10-18 23:10:32Z by obrien
  
  MFC:
    r199955: disable job control when running 'sh -i' in the testsuite
    r204801: make sure to popredir() even if a special builtin caused an error
    r204802: make sure to popredir() even if a function caused an error
    r211399: get rid of unnecessary non-standard empty lists.
    r211609: add a test for breaking from a loop outside the current function
    r211622: test that all bytes from 128 to 255 can be used in IFS
    r211973: weaken builtins/command4 test to only require a non-0 exit status
  
  Revision  Changes    Path
  1.1.2.2   +15 -0     src/tools/regression/bin/sh/builtins/break3.0 (new)
  1.1.2.2   +14 -0     src/tools/regression/bin/sh/builtins/command10.0 (new)
  1.1.10.2  +1 -0      src/tools/regression/bin/sh/builtins/command3.0
  1.1.2.2   +2 -0      src/tools/regression/bin/sh/builtins/command4.0 (new)
  1.1.10.2  +0 -2      src/tools/regression/bin/sh/builtins/command4.127 (dead)
  1.1.10.2  +1 -0      src/tools/regression/bin/sh/builtins/command5.0
  1.1.2.2   +14 -0     src/tools/regression/bin/sh/builtins/command9.0 (new)
  1.1.2.2   +1 -1      src/tools/regression/bin/sh/errors/backquote-error1.0
  1.1.2.3   +1 -0      src/tools/regression/bin/sh/execution/func2.0
  1.1.2.2   +21 -0     src/tools/regression/bin/sh/expansion/ifs3.0 (new)
  1.1.10.2  +2 -0      src/tools/regression/bin/sh/set-e/elif1.0
  1.1.10.2  +2 -0      src/tools/regression/bin/sh/set-e/elif2.0
  1.1.10.2  +1 -0      src/tools/regression/bin/sh/set-e/if1.0
  1.2.10.2  +1 -0      src/tools/regression/bin/sh/set-e/if3.0
  1.1.10.2  +1 -0      src/tools/regression/bin/sh/set-e/while1.0
  1.1.10.2  +1 -0      src/tools/regression/bin/sh/set-e/while2.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010182310.o9INAgV5052243>