1. 26 Haz, 2018 1 kayıt (commit)
  2. 16 Haz, 2018 1 kayıt (commit)
  3. 14 Haz, 2018 1 kayıt (commit)
  4. 08 Haz, 2018 1 kayıt (commit)
  5. 02 Haz, 2018 1 kayıt (commit)
  6. 01 Haz, 2018 1 kayıt (commit)
  7. 31 May, 2018 1 kayıt (commit)
  8. 28 May, 2018 1 kayıt (commit)
  9. 25 May, 2018 1 kayıt (commit)
  10. 28 Mar, 2018 1 kayıt (commit)
  11. 18 Şub, 2018 1 kayıt (commit)
  12. 20 Ock, 2018 1 kayıt (commit)
  13. 21 Kas, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-31324: Optimize support._match_test() (#4421) · 803ddd8c
      Victor Stinner yazdı
      * Rename support._match_test() to support.match_test(): make it
        public
      * Remove support.match_tests global variable. It is replaced with a
        new support.set_match_tests() function, so match_test() doesn't
        have to check each time if patterns were modified.
      * Rewrite match_test(): use different code paths depending on the
        kind of patterns for best performances.
      Co-Authored-By: 's avatarSerhiy Storchaka <storchaka@gmail.com>
      803ddd8c
  14. 08 Kas, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      Replace KB unit with KiB (#4293) · 8c663fd6
      Victor Stinner yazdı
      kB (*kilo* byte) unit means 1000 bytes, whereas KiB ("kibibyte")
      means 1024 bytes. KB was misused: replace kB or KB with KiB when
      appropriate.
      
      Same change for MB and GB which become MiB and GiB.
      
      Change the output of Tools/iobench/iobench.py.
      
      Round also the size of the documentation from 5.5 MB to 5 MiB.
      8c663fd6
  15. 13 Eki, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-25588: Fix regrtest when run inside IDLE (#3962) · ccef8239
      Victor Stinner yazdı
      When regrtest in run inside IDLE, sys.stdout and sys.stderr are not
      TextIOWrapper objects and have no file descriptor associated:
      sys.stderr.fileno() raises io.UnsupportedOperation.
      
      Disable faulthandler and don't replace sys.stdout in that case.
      ccef8239
  16. 07 Eyl, 2017 1 kayıt (commit)
  17. 01 Eyl, 2017 1 kayıt (commit)
  18. 17 Agu, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30871: Add test.pythoninfo (#3075) · b907abc8
      Victor Stinner yazdı
      * Add Lib/test/pythoninfo.py: script collecting various informations
        about Python to help debugging test failures.
      * regrtest: remove sys.hash_info and sys.flags from header.
      * Travis CI, Appveyor: run pythoninfo before tests
      b907abc8
  19. 10 Agu, 2017 1 kayıt (commit)
  20. 09 Agu, 2017 1 kayıt (commit)
  21. 22 Tem, 2017 1 kayıt (commit)
  22. 20 Tem, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30822: Exclude tzdata from regrtest --all (#2775) · 5b392bba
      Victor Stinner yazdı
      When running the test suite using --use=all / -u all, exclude tzdata
      since it makes test_datetime too slow (15-20 min on some buildbots)
      which then times out on some buildbots.
      
      -u tzdata must now be enabled explicitly, -u tzdata or -u all,tzdata,
      to run all test_datetime tests.
      
      Fix also regrtest command line parser to allow passing -u
      extralargefile to run test_zipfile64.
      
      Travis CI: remove -tzdata. Replace -u all,-tzdata,-cpu with -u all,-cpu since tzdata is now excluded from -u all.
      5b392bba
  23. 03 Tem, 2017 1 kayıt (commit)
  24. 30 Haz, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      threading_cleanup() failure marks test as ENV_CHANGED (#2500) · 21a0a6c9
      Victor Stinner yazdı
      If threading_cleanup() fails to cleanup threads, set a a new
      support.environment_altered flag to true, flag uses by save_env which
      is used by regrtest to check if a test altered the environment. At
      the end, the test file fails with ENV_CHANGED instead of SUCCESS, to
      report that it altered the environment.
      21a0a6c9
  25. 29 Haz, 2017 1 kayıt (commit)
  26. 27 Haz, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30776: reduce regrtest -R false positives (#2422) · 48b5c422
      Victor Stinner yazdı
      * Change the regrtest --huntrleaks checker to decide if a test file
        leaks or not. Require that each run leaks at least 1 reference.
      * Warmup runs are now completely ignored: ignored in the checker test
        and not used anymore to compute the sum.
      * Add an unit test for a reference leak.
      
      Example of reference differences previously considered a failure
      (leak) and now considered as success (success, no leak):
      
          [3, 0, 0]
          [0, 1, 0]
          [8, -8, 1]
      48b5c422
  27. 26 Haz, 2017 2 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30764: regrtest: add --fail-env-changed option (#2402) · 63f54c68
      Victor Stinner yazdı
      * bpo-30764: regrtest: change exit code on failure
      
      * Exit code 2 if failed tests ("bad")
      * Exit code 3 if interrupted
      
      * bpo-30764: regrtest: add --fail-env-changed option
      
      If the option is set, mark a test as failed if it alters the
      environment, for example if it creates a file without removing it.
      63f54c68
    • Victor Stinner's avatar
      bpo-30523: regrtest --list-cases --match (#2401) · ace56d58
      Victor Stinner yazdı
      * regrtest --list-cases now supports --match and --match-file options.
        Example: ./python -m test --list-cases -m FileTests test_os
      * --list-cases now also sets support.verbose to False to prevent
        messages to stdout when loading test modules.
      * Add support._match_test() private function.
      ace56d58
  28. 16 Haz, 2017 1 kayıt (commit)
    • mlouielu's avatar
      bpo-30523: regrtest: Add --list-cases option (#2238) · a49c935c
      mlouielu yazdı
      * bpo-30523: regrtest: Add --list-cases option
      
      * bpo-30523: Enhance --list-cases
      
      * Add get_abs_module() function, use it in list_cases()
      * list_cases() now logs skipped tests into stderr
      
      * Remove unused doctest
      a49c935c
  29. 14 Haz, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30284: Fix regrtest for out of tree build (#1481) · f7e07840
      Victor Stinner yazdı
      Use a build/ directory in the build directory, not in the source
      directory, since the source directory may be read-only and must not
      be modified.
      
      Fallback on the source directory if the build directory is not
      available (missing "abs_builddir" sysconfig variable).
      f7e07840
  30. 09 Haz, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30540: regrtest: add --matchfile option (#1909) · ef8320cf
      Victor Stinner yazdı
      * Add a new option taking a filename to get a list of test names to
        filter tests.
      * support.match_tests becomes a list.
      * Modify run_unittest() to accept to match the whole test identifier,
        not just a part of a test identifier.
      
      For example, the following command only runs test_default_timeout()
      of the BarrierTests class of test_threading:
      
      $ ./python -m test -v test_threading -m test.test_threading.BarrierTests.test_default_timeout
      
      Remove also some empty lines from test_regrtest.py to make flake8
      tool happy.
      ef8320cf
  31. 18 May, 2017 1 kayıt (commit)
  32. 09 May, 2017 1 kayıt (commit)
  33. 04 May, 2017 1 kayıt (commit)
  34. 19 Nis, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      regrtest: always show before/after of modified env (#1192) · ec4b1723
      Victor Stinner yazdı
      Buildbots don't run tests with -vv and so only log "xxx was modified
      by test_xxx" which is not enough to debug such random issue. In many
      cases, I'm unable to reproduce the warning and so unable to fix it.
      
      Always logging the value before and value after should help to debug
      such warning on buildbots.
      ec4b1723
  35. 05 Mar, 2017 1 kayıt (commit)
  36. 08 Şub, 2017 1 kayıt (commit)
  37. 06 Şub, 2017 1 kayıt (commit)
  38. 03 Ock, 2017 1 kayıt (commit)
  39. 09 Ara, 2016 1 kayıt (commit)