summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add a missing test.pass_test() line to test/Java nested-classes.py.Steven Knight2009-03-181-0/+2
* Issue 2372: evaluate a Node's order-only prerequisites before the sourcesSteven Knight2009-03-112-16/+90
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-086-26/+14
* Issue 2368: Fix an exception when a null command-line argument isSteven Knight2009-03-061-3/+14
* Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test forSteven Knight2009-03-021-0/+319
* replace execfile() by equivalent exec statementGreg Noel2009-03-026-14/+26
* Issue 1059: Fix the -n option when VariantDir(duplicate=1) is usedSteven Knight2009-02-251-6/+30
* Issue 2152: Fix the ability of --clean to handle / delete brokenSteven Knight2009-02-235-137/+339
* Undo changes to unrelated files accidentally included in r4036.Steven Knight2009-02-222-84/+1
* Set IncludeSearchPath and PreprocessorDefinitions in the generationSteven Knight2009-02-223-2/+87
* Replace embedded carriage returns with \r.Steven Knight2009-02-222-2/+2
* Fix line endings.Steven Knight2009-02-227-633/+633
* Disable the cut-and-paste tests for executing from generated VisualSteven Knight2009-02-222-0/+8
* Merged revisions 4025-4029 via svnmerge fromSteven Knight2009-02-219-34/+377
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-216-17/+85
* Spell the Windows environment variables consistently "SystemDrive"Steven Knight2009-02-191-1/+1
* Add missing editor settings.Steven Knight2009-02-181-0/+6
* Split an embedded sub-test from test/Libs/LIBS.pySteven Knight2009-02-182-79/+124
* Issue 2277: Fix generation of VS 8.0 files to use the %(platform)s stringSteven Knight2009-02-131-0/+112
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-11117-177/+61
* Restore emacs + vim settings lines.Steven Knight2009-02-091-0/+6
* Add the $CCFLAGS variable to the $PCHCOM command line, and rearrangeSteven Knight2009-02-091-1/+10
* Doc string fix.Steven Knight2009-02-091-1/+1
* Handle finding implicit dependents defined with doubled pathSteven Knight2009-02-091-13/+28
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-09931-0/+5572
* Capture a test case to verify correct behavior of $( $) on long linesSteven Knight2009-02-072-8/+102
* Fix misspelled method name in the section that tests Python versionsSteven Knight2009-02-061-1/+1
* Fixes for use of regular expression with must_contain_all_lines().Steven Knight2009-02-062-2/+6
* Remove (lots) more unnecessary imports.Steven Knight2009-02-06235-459/+174
* Remove unnecessary imports.Steven Knight2009-02-0646-119/+18
* Commonize new string-search-in-output methods:Steven Knight2009-02-0654-405/+182
* Update the runtest.py test for the error message change.Steven Knight2009-01-311-1/+2
* Change explicit uses of test.no_result() to test.skip_test(),Steven Knight2009-01-295-9/+7
* Fix use of $CHANGED_SOURCES with the --config=force option so thatSteven Knight2009-01-292-18/+18
* Relax the precompiled header performance criterion to a 15% improvement,Steven Knight2009-01-281-2/+7
* Handle executing tests in a directory whose path contains spaces,Steven Knight2009-01-274-106/+113
* Fix tests that use the Python interpreter to execute internal scriptsSteven Knight2009-01-264-53/+91
* Remove leftover "shell pwd" debug statement.Steven Knight2009-01-212-6/+4
* Fix the --implicit-deps-unchanged test so it works correctly regardlessSteven Knight2009-01-211-1/+11
* Update the GUID of the generated project file.Steven Knight2009-01-211-1/+1
* Add /nologo to the PCH compilation to suppress Microsoft garp on stderr.Steven Knight2009-01-211-3/+2
* Update tests for now discovering dependencies on quoted commandsSteven Knight2009-01-204-11/+103
* Escape path names to fix regular expression matches on WindowsSteven Knight2009-01-201-2/+3
* Detect implicit command dependencies even when the command is quoted.Steven Knight2009-01-202-1/+5
* Move test/option-h.py to test/option/h.py and clean up an unnecessary import.Steven Knight2009-01-191-2/+2
* Remove a left-over commented-out debug test.run() call.Steven Knight2009-01-191-1/+0
* Fix calculation of $UNCHANGED_SOURCES to include correctly sourcesSteven Knight2009-01-191-0/+105
* Various Windows fixes:Steven Knight2009-01-183-15/+21
* Issue 2278: Emit header name when using SWIG directors (Ben Webb)Greg Noel2009-01-171-9/+5
* Fix ability to Install() the same file multiple times.Steven Knight2009-01-131-0/+48