Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 9, 2023

  • Add attributes to Regrtest and RunTests:

    • gc_threshold
    • memory_limit
    • python_cmd
    • use_resources
  • Remove WorkerJob class. Add as_json() and from_json() methods to RunTests. A worker process now only uses RunTests for all parameters.

  • Add tests on support.set_memlimit() in test_support. Create _parse_memlimit() and also adds tests on it.

  • Remove 'ns' parameter from runtest.py.

* Add attributes to Regrtest and RunTests:

  * gc_threshold
  * memory_limit
  * python_cmd
  * use_resources

* Remove WorkerJob class. Add as_json() and from_json() methods to
  RunTests. A worker process now only uses RunTests for all
  parameters.
* Add tests on support.set_memlimit() in test_support. Create
  _parse_memlimit() and also adds tests on it.
* Remove 'ns' parameter from runtest.py.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants