1. 02 3月, 2016 2 次提交
  2. 29 2月, 2016 4 次提交
  3. 28 2月, 2016 3 次提交
  4. 27 2月, 2016 3 次提交
  5. 26 2月, 2016 5 次提交
  6. 24 2月, 2016 2 次提交
  7. 22 2月, 2016 1 次提交
  8. 20 2月, 2016 2 次提交
  9. 19 2月, 2016 1 次提交
  10. 17 2月, 2016 2 次提交
  11. 15 2月, 2016 2 次提交
  12. 13 2月, 2016 4 次提交
    • R
      Remove 00-test_checkexes.t, as it has lost its relevance · 0340edcf
      Richard Levitte 提交于
      In the early stages of creating the new test framework,
      00-test_checkexes was a temporary check to ensure we had a recipe for
      every test program in test/.  By now, this test has fulfilled its
      purpose, and we've learned how to make recipes properly.  It's time
      for this check to go away.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      0340edcf
    • D
      fix warnings on 32 bit builds · e314c340
      Dr. Stephen Henson 提交于
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      e314c340
    • R
      Let all TLSProxy based tests display debug text conditionally · b44b935e
      Richard Levitte 提交于
      If the environment variable HARNESS_ACTIVE isn't defined or
      HARNESS_VERBOSE is defined, it's probable that lots of output is
      desired.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      b44b935e
    • R
      Rethink logging of test recipes · b843cdb1
      Richard Levitte 提交于
      The logging that was performed in OpenSSL::Test was initially set up
      as a means not to let messages that test programs write to STDERR get
      displayed when a test isn't running in verbose mode.  However, the way
      it was implemented, it meant that those messages were never displayed,
      and you had to look in a test log.  This also meant that output to
      STDERR and output to STDOUT got broken apart, which isn't optimal.
      
      So, we remove the whole test log file implementation, and instead,
      we're sending STDERR to the null device unless one of these conditions
      apply:
      
      - the test recipe already redirects stderr.  Just let it.
      - the environment variable HARNESS_ACTIVE is undefined, meaning the
        recipe is run directly as a perl script instead of being harnessed
        by Test::Harness
      - the environment variable HARNESS_VERBOSE is set.
      
      Getting a full log of the tests now becomes as simple as this:
      
          HARNESS_VERBOSE=yes make test 2>&1 | tee tests.log
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      b843cdb1
  13. 12 2月, 2016 1 次提交
  14. 11 2月, 2016 2 次提交
  15. 10 2月, 2016 5 次提交
  16. 09 2月, 2016 1 次提交