1. 03 3月, 2017 1 次提交
  2. 11 1月, 2017 1 次提交
  3. 16 6月, 2016 1 次提交
    • M
      Skip the TLSProxy tests if environmental problems are an issue · b02b5743
      Matt Caswell 提交于
      On some platforms we can't startup the TLSProxy due to environmental
      problems (e.g. network set up on the build machine). These aren't OpenSSL
      problems so we shouldn't treat them as test failures. Just visibly
      indicate that we are skipping the test.
      
      We only skip the first time we attempt to start up the proxy. If that works
      then everything else should do...if not we should probably investigate and
      so report as a failure.
      
      This also removes test_networking...there is a danger that this turns into
      a test of user's environmental set up rather than OpenSSL.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      b02b5743
  4. 04 5月, 2016 1 次提交
  5. 22 4月, 2016 1 次提交
  6. 03 4月, 2016 1 次提交
  7. 22 3月, 2016 1 次提交
  8. 17 3月, 2016 1 次提交
  9. 09 3月, 2016 1 次提交
  10. 22 2月, 2016 1 次提交
  11. 20 2月, 2016 1 次提交
  12. 13 2月, 2016 1 次提交
  13. 09 2月, 2016 1 次提交
    • R
      unified build scheme: adjust test framework for out of source build tree · 42e0ccdf
      Richard Levitte 提交于
      To be able to run tests when we've built in a directory other than
      the source tree, the testing framework needs a few adjustments.
      
      test/testlib/OpenSSL/Test.pm needs to know where it can find
      shlib_wrap.sh, and a number of other tests need to be told a different
      place to find engines than what they may be able to figure out on
      their own.  Relying to $TOP is not enough, $SRCTOP and $BLDTOP can be
      used as an alternative.
      
      As part of this change, top_file and top_dir are removed and
      srctop_file, bldtop_file, srctop_dir and bldtop_dir take their place.
      Reviewed-by: NBen Laurie <ben@openssl.org>
      42e0ccdf
  14. 26 1月, 2016 2 次提交
  15. 17 1月, 2016 1 次提交
  16. 14 1月, 2016 1 次提交
  17. 12 12月, 2015 1 次提交
  18. 14 10月, 2015 1 次提交
  19. 07 9月, 2015 1 次提交
  20. 12 8月, 2015 2 次提交