Staging
v0.5.1
https://github.com/python/cpython
Revision a601fcca3bf2061e43d4d2710a730536cf26327b authored by Victor Stinner on 19 June 2017, 16:33:21 UTC, committed by GitHub on 19 June 2017, 16:33:21 UTC
* bpo-30383: regrtest: prepend testdir to sys.path

* bpo-30383: Backport test_regrtest

* regrtest: rename --slow option to --slowest

The old --slow syntax is still accepted.

* regrtest: add a single oneliner summary

Example: "Tests result: SUCCESS"

* test_regrtest: add test_coverage()

regrtest now also displays the number of successful tests when
coverage is used.

* test_regrtest: add test_crashed()

Handle correctly crashing test: account the crash has a failed test,
but continue to run other tests.

* regrtest: backport --list-tests feature

* regrtest: backport --fromfile enhancements

* regrtest: backport displaying progress enhancements

* test_regrtest: backport test_randseed()

* regrtest: Fix --coverage on Windows

Don't ignore any directory anymore. Change backported from master.
1 parent 04521c2
Raw File
Tip revision: a601fcca3bf2061e43d4d2710a730536cf26327b authored by Victor Stinner on 19 June 2017, 16:33:21 UTC
[3.5] bpo-30383: Backport regrtest and test_regrtest enhancements from master to 3.5 (#2279)
Tip revision: a601fcc
ssleay.vcxproj
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGInstrument|Win32">
      <Configuration>PGInstrument</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGInstrument|x64">
      <Configuration>PGInstrument</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGUpdate|Win32">
      <Configuration>PGUpdate</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="PGUpdate|x64">
      <Configuration>PGUpdate</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{10615B24-73BF-4EFA-93AA-236916321317}</ProjectGuid>
    <RootNamespace>ssleay</RootNamespace>
  </PropertyGroup>

  <Import Project="python.props" />
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

  <PropertyGroup Label="Configuration">
    <ConfigurationType>StaticLibrary</ConfigurationType>
  </PropertyGroup>

  <Import Project="openssl.props" />
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

  <ItemGroup>
    <!--
    <ClCompile Include="$(opensslDir)ssl\bio_ssl.c" />
    -->
    <ClCompile Include="$(opensslDir)ssl\d1_both.c" />
    <!--
    <ClCompile Include="$(opensslDir)ssl\d1_clnt.c" />
    <ClCompile Include="$(opensslDir)ssl\d1_enc.c" />
    -->
    <ClCompile Include="$(opensslDir)ssl\d1_lib.c" />
    <!--
    <ClCompile Include="$(opensslDir)ssl\d1_meth.c" />
    -->
    <ClCompile Include="$(opensslDir)ssl\d1_pkt.c" />
    <ClCompile Include="$(opensslDir)ssl\d1_srtp.c" />
    <!--
    <ClCompile Include="$(opensslDir)ssl\d1_srvr.c" />
    <ClCompile Include="$(opensslDir)ssl\kssl.c" />
    -->
    <ClCompile Include="$(opensslDir)ssl\s2_clnt.c" />
    <ClCompile Include="$(opensslDir)ssl\s2_enc.c" />
    <ClCompile Include="$(opensslDir)ssl\s2_lib.c" />
    <ClCompile Include="$(opensslDir)ssl\s2_meth.c" />
    <ClCompile Include="$(opensslDir)ssl\s2_pkt.c" />
    <ClCompile Include="$(opensslDir)ssl\s2_srvr.c" />
    <ClCompile Include="$(opensslDir)ssl\s23_clnt.c" />
    <ClCompile Include="$(opensslDir)ssl\s23_lib.c" />
    <ClCompile Include="$(opensslDir)ssl\s23_meth.c" />
    <ClCompile Include="$(opensslDir)ssl\s23_pkt.c" />
    <ClCompile Include="$(opensslDir)ssl\s23_srvr.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_both.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_cbc.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_clnt.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_enc.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_lib.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_meth.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_pkt.c" />
    <ClCompile Include="$(opensslDir)ssl\s3_srvr.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_algs.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_asn1.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_cert.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_ciph.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_err.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_err2.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_lib.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_rsa.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_sess.c" />
    <!--
    <ClCompile Include="$(opensslDir)ssl\ssl_stat.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_txt.c" />
    <ClCompile Include="$(opensslDir)ssl\ssl_utst.c" />
    -->
    <ClCompile Include="$(opensslDir)ssl\t1_clnt.c" />
    <ClCompile Include="$(opensslDir)ssl\t1_enc.c" />
    <ClCompile Include="$(opensslDir)ssl\t1_lib.c" />
    <ClCompile Include="$(opensslDir)ssl\t1_meth.c" />
    <ClCompile Include="$(opensslDir)ssl\t1_reneg.c" />
    <ClCompile Include="$(opensslDir)ssl\t1_srvr.c" />
    <ClCompile Include="$(opensslDir)ssl\tls_srp.c" />
  </ItemGroup>
  
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <Target Name="Clean" />
  <Target Name="CleanAll">
    <Delete Files="$(TargetPath)" />
    <RemoveDir Directories="$(IntDir)" />
  </Target>
</Project>
back to top