summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merged in carandraug/scons (pull request #67).Gary Oberbrunner2013-03-171-3/+87
| | | | | Added test for CheckContext custom result types. Also allow test.must_match() to take a match type.
* removed misleading comment from test/gettext/Translate/MultiCatalog.pyPaweł Tomulik2013-01-071-2/+0
|
* added test case gettext/Translate/MultiCatalog.pyPaweł Tomulik2013-01-071-0/+122
|
* added test case gettext/Translate/MultiCatalog.pyPaweł Tomulik2013-01-071-1/+1
|
* Make VersionedSharedLib and its test not fail on WindowsGary Oberbrunner2012-12-221-0/+15
|
* Fix SHLINKCOMSTR test rotGary Oberbrunner2012-12-221-7/+7
|
* Merging pull request #62 from Dirk Baechle: fixes for MinGW testsGary Oberbrunner2012-12-2229-139/+154
|\
| * - moved check for an installed MSVC toolchain into its own function in TestSConsDirk Baechle2012-12-2214-135/+14
| |
| * - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-1829-71/+207
| |
* | Fix test/SCONSFLAGS test rot.Gary Oberbrunner2012-12-211-2/+2
| |
* | Merged in techtonik/scons (pull request #63: Another minor cleanup as the ↵Gary Oberbrunner2012-12-214-17/+7
|\ \ | | | | | | | | | code study goes on)
| * | Fix test/runtest/xml/output.py for the new behavior of --xml optionanatoly techtonik2012-12-201-1/+1
| | |
| * | Fix tests broken after --noqmtest option was removed from runtest.pyanatoly techtonik2012-12-201-2/+2
| | |
| * | Cleanup replacement of sys.exitfunc with atexit (Python 2+)anatoly techtonik2012-12-192-14/+4
| |/
* | update to latest SCons commitsRobert Managan2012-12-1810-122/+82
|\ \ | |/
| * Fixed tests/scons-time/file.py.Gary Oberbrunner2012-12-161-1/+1
| |
| * - extended the must_contain* methods of the test framework, such that they ↵Dirk Baechle2012-12-1610-122/+82
| | | | | | | | | | | | all support user-defined find/search functions - relaxed several of the regex comparisons for better cross-platform compatibility
* | removed versioned library support from Install and put it in InstallVersionedLibRobert Managan2012-12-181-1/+1
| |
* | merge in changes from SCons defaultRobert Managan2012-12-155-62/+66
|\ \ | |/
| * Fix failing unit test.Gary Oberbrunner2012-12-141-52/+0
| | | | | | | | | | Removed test that tested for 1.x python behavior since the code no longer supports versions back that far.
| * os.spawnv is here since Python 1.6, removing compatibility codeanatoly techtonik2012-12-121-7/+2
| |
| * Updated tests for Anatoly Techtonik's option error handling improvements.Gary Oberbrunner2012-12-093-3/+64
| |
* | import SCons.Platform and use its platform_default instead of copying the sourceRobert Managan2012-12-151-31/+3
| |
* | Change symlinks to match what ldconfig doesRobert Managan2012-11-181-2/+0
| |
* | merge latest commits from SCons main lineRobert Managan2012-11-102-8/+16
|\ \ | |/
| * vcxproj.filters files should be removed upon cleanstopiccot2012-10-242-8/+16
| |
* | Get sym links working with VariantDir and add a testRobert Managan2012-11-071-0/+154
| |
* | Backed out changeset 87e2f40b59e3 (merge of D support updates)Gary Oberbrunner2012-10-1353-1408/+0
| |
* | Merged in managan/scons_biblatex2.2 (pull request #46)Gary Oberbrunner2012-10-135-9/+9
|\ \ | |/
| * Fix test for presence of biber and in several tests make variable names ↵Robert Managan2012-10-135-9/+9
| | | | | | | | consistent with what we are testing the presence of
* | Merge default/tip.Russel Winder2012-10-133-2/+134
|\ \ | |/
| * Merged pull request #44 (make README a ReStructuredText file)Gary Oberbrunner2012-10-131-1/+5
| |\ | | | | | | | | | I added a few test fixes and tweaks to Russels version.
| * \ Merged in managan/scons_biblatex2.2 (pull request #43, biber support)Gary Oberbrunner2012-10-132-1/+129
| |\ \ | | |/ | |/|
| | * Add separate biber action and add logic to call either bibtex or biber ↵Robert Managan2012-10-072-1/+129
| | | | | | | | | | | | depending on which is needed; the files created tell us which to call.
* | | Merge in default/tip from the mainline.Russel Winder2012-10-075-16/+23
|\ \ \ | |/ /
| * | - final changes for bug2872 "Fix tests on Buildbot slaves", mainly switched ↵dirkbaechle2012-10-035-16/+23
| |/ | | | | | | all RPM tests to using the new rpmutils module
* | Merge mainline tip.Russel Winder2012-10-0410-26/+50
|\ \ | |/
| * Merged in dirkbaechle/scons (pull request #39)Gary Oberbrunner2012-09-299-22/+36
| |\
| | * - several smaller fixes to get all tests running under Buildbot againdirkbaechle2012-09-279-22/+36
| | |
| * | Merged pull request #38, from eyan: add target name to debug=timeGary Oberbrunner2012-09-221-2/+2
| | | | | | | | | | | | Fixes #2873.
| * | Adding target name to output of --debug=time. Fix for Issue 2873Edmund Yan2012-09-181-3/+13
| |/
* | Merge mainline tip.Russel Winder2012-09-1622-128/+262
|\ \ | |/
| * Merged in managan/scons_newglossary (pull request #37); support newglossary ↵Gary Oberbrunner2012-09-161-0/+158
| |\ | | | | | | | | | LaTeX command
| | * Support auxiliary files created by \newglossary commandRobert Managan2012-09-161-0/+158
| | |
| * | - added two new functions must_exist_one_of/must_not_exist_any_of to TestCmd,dirkbaechle2012-09-0610-73/+28
| | | | | | | | | | | | | | | | | | | | | | | | supporting wildcards - rewrote several test/packaging tests, using the new matching functions instead of relying on the os.uname() machine value for determining the resulting RPM filename - renamed glob modules in test/scons-time to avoid name clashes - minor fix: added Java 1.7 as supported version to Tool/JavaCommon.py
| * | - first swoop of changes for getting all Buildbot slaves to run successfully ↵dirkbaechle2012-09-0417-98/+119
| |/ | | | | | | again
* | Rearrange, refactor, rework, rewrite, fix.Russel Winder2012-09-0615-47/+122
| |
* | The test needs two parameters to compare against the problem.Russel Winder2012-09-052-2/+2
| |
* | Start the process of getting better support for D builds.Russel Winder2012-09-0550-1/+1206
| |
* | Add a first cut at GDC support.Russel Winder2012-09-031-0/+64
| |