3
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prevent redundant extension instantiation. More... almost 19 years ago
Add Context.GetDerivedValue. More... almost 19 years ago
* qm/executable.py (Executable.Spawn): Search PATH on Windows if appropriate. More... almost 19 years ago
* qm/host.py (Host.UploadAndRun): Correct logic for deleting files. More... almost 19 years ago
Reorganize and enhance Tutorial. More... about 19 years ago
* qm/host.py (Host.Run): Add 'relative' parameter. (Host.UploadAndRun): Use it. * qm/test/classes/ssh_host.py (SSHHost.Run): Add 'relative' parameter. More... about 19 years ago
* qm/test/doc/reference.xml: Document. More... about 19 years ago
* qm/test/cmdline.py (QMTest.__ExecuteSummarize): Display resource results too. More... about 19 years ago
Better support for suites in 'qmtest create' and 'qmtest ls'. More... about 19 years ago
Add support for '-' special output file in 'report' command. More... about 19 years ago
Fix SSHHost implementation. More... about 19 years ago
Various enhancements. More... about 19 years ago
Fix extension search path. More... over 19 years ago
Add support for 'extension_path' variable. More... over 19 years ago
* qm/test/classes/compiler_table.py: Provide standard names for the C and C++ programming languages. More... over 19 years ago
* qm/test/cmdline.py (QMTest.__ExecuteSummarize): Print resource results for UNTESTED tests. More... over 19 years ago
* qm/extension.py (get_extension_class_name): Use only the final component of the module in forming the extension class name. * qm/test/database.py (Database.GetIds): Handle generic databases. More... over 19 years ago
* qm/test/classes/compiler_test.py (CompilationStep): Provide default values. (CompilerBase._MakeDirectory): Do not create the temporary build directory if it already exists. (CompilerTest.Run): Create the temporary build directory. Record the output from the compiler here. (CompilerTest._GetExecutableArguments): New function. (CompilerTest._MustExecutableExitSuccessfully): New function. (CompilerTest._RunExecutable): Use new functions. (CompilerTest._CheckOutput): Do not record the output here. Adjust use of _DiagnosticsToString. (CompilerTest._CheckExecutableOutput): New function. (CompilerTest._DiagnosticsToString): Add annotation parameter. More... over 19 years ago
* qm/test/compiler.py (Compiler.ParseOutput): Do not try to match an error message against multiple severities. More... almost 20 years ago
* qm/test/result.py (Result.CheckExitStatus): Fix typos. More... almost 20 years ago
* qm/host.py (Host.UploadAndRun): Delete the file after running it. * qm/test/classes/local_host.py (LocalHost.UploadAndRun): New method. * qm/test/classes/compiler_test.py (CompilerTest._RunExecutable): Do not delete executables after running them. More... almost 20 years ago
* qm/test/classes/dejagnu_stream.py (DejaGNUStream.__summary_outcomes): Add KFAIL, KPASS. (DejaGNUStream.__outcome_descs): Likewise. (DejaGNUStream.__expected_outcomes): Likewise. (DejaGNUReader.__UpdateResult): Likewise. * qm/test/classes/dejagnu_test.py (DejaGNUTest.KFAIL): New variable. (DejaGNUTest.KPASS): Likewise. (DejaGNUTest.outcome_map): Add KFAIL, KPASS. More... almost 20 years ago
Let DejaGNUTest use host extension. More... almost 20 years ago
Enhance 'report' command to support a flat and a tree format. More... almost 20 years ago
* qm/test/classes/dejagnu_stream.py (DejaGNUReader.__NextOutcome): Ignore ERROR results. (DejaGNUReader.__UpdateResult): Don't repeat causes. Don't use causes at all for non-combined results. More... almost 20 years ago
Add new SimpleCompilationTest and SimpleCompiledResource extensions. More... almost 20 years ago
* qm/test/classes/dejagnu_stream.py (sets.Set): Don't import it. (DejaGNUReader.__init__): Don't set test_ids. More... almost 20 years ago
Fix html-report generating script to properly handle multiple columns. More... almost 20 years ago
Fix typo More... almost 20 years ago
* qm/test/classes/dejagnu_stream.py (DejaGNUStream.__UpdateResult): Fix typo. More... almost 20 years ago