summaryrefslogtreecommitdiffstats
path: root/Tools/compiler/regrtest.py
Commit message (Collapse)AuthorAgeFilesLines
* Track changes to compiler APIJeremy Hylton2001-09-171-5/+9
|
* Revise regrtest to compile entire standard library.Jeremy Hylton2001-08-271-9/+28
| | | | | | | | | The tests are run from a copy of the library directory, where everything has been compiled by the compiler package. Add a raw_input() call at the end of the script, so that I can check the output before the temp directory with the compiled code is removed.
* run the std regression test suite using bytecode produced by the compilerJeremy Hylton2000-10-131-0/+55