summaryrefslogtreecommitdiffstats
path: root/test/Repository
Commit message (Expand)AuthorAgeFilesLines
* Fix quoting on IMPLICIT_COMMAND_DEPENDENCIES=allWilliam Deegan2020-04-091-1/+1
* Fix tests. IMPLICIT_COMMAND_DEPENDENCIES=all needs to be quotedWilliam Deegan2020-04-091-1/+1
* Remove verbose_set calls from testsMats Wichmann2020-03-181-1/+0
* Reduce IMPLICIT_COMMAND_DEPENDENCIES's tried in test. No need to try all valu...William Deegan2020-02-232-2/+5
* Change IMPLICIT_COMMAND_DEPENDENCIES meaning as requested in PRAdam Gross2020-01-132-2/+2
* Address review feedbackAdam Gross2020-01-121-6/+0
* Merge branch 'master' into topic/grossag/compoundactionscanAdam Gross2020-01-101-1/+1
|\
| * syntax fixups suggested by PyCharmMats Wichmann2019-12-231-1/+1
* | Add repository-related test coverage of the new codeAdam Gross2019-12-042-180/+180
* | Various improvements to the changeAdam Gross2019-12-021-0/+6
|/
* Use "in" in preference to string find methodMats Wichmann2019-08-301-3/+3
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-259-34/+37
* [PR #3352] fix sider complaints: bare exceptMats Wichmann2019-04-141-2/+2
* Fix problems with jdk detectionMats Wichmann2019-04-141-0/+6
* Clean up some tests: use context managersMats Wichmann2019-02-142-3/+6
* Update java version supportMats Wichmann2018-07-181-0/+4
* pr-3052: updated the expected result to work for windowsDaniel Moody2018-05-251-1/+2
* pr-3052: fixed some missing quotes for some tests that use the new default ja...Daniel Moody2018-05-253-9/+9
* moved coverage check for tests to common location.Daniel Moody2018-01-171-1/+1
* several tests will not work with coverage, so set them to skipDaniel Moody2017-12-301-0/+4
* Remove ancient Aegis revision control system filesJane Doe2017-05-301-4/+0
* py2/3 use raw string for repository string. py3 trying to decode unicode base...William Deegan2017-05-161-1/+1
* Fix locating java home on mac. fix mode='r' for py2/3William Deegan2017-04-011-1/+1
* py2/3 fix win32 py27 failures. Also resolve some py3 failuresWilliam Deegan2017-03-201-53/+81
* py2/3 byte fixesWilliam Deegan2017-03-1311-96/+92
* Fix byte issues, module import issue remainsWilliam Deegan2017-03-131-6/+6
* Some more statement to function transforms.Russel Winder2016-01-016-7/+7
* - added javac version sentinel to another test that would fail with v1.8 and ...Dirk Baechle2014-08-081-0/+21
* - extended the must_contain* methods of the test framework, such that they al...Dirk Baechle2012-12-161-9/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-258-23/+14
* Define "static final long serialVersionUID" in java classes inSteven Knight2010-01-011-0/+8
* Fix test failure in Repository/Java.py on OS XGreg Noel2009-09-181-9/+4
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-2/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0931-0/+186
* Remove (lots) more unnecessary imports.Steven Knight2009-02-0613-16/+10
* Commonize new string-search-in-output methods:Steven Knight2009-02-061-4/+6
* Fix test to work on OS X; cleanup and simplificationGreg Noel2008-12-271-33/+14
* Issue 1287: copy File attributes from the local Node to a RepositorySteven Knight2008-12-101-0/+144
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-315-8/+11
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-044-79/+54
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-1/+2
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-1/+1
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-0215-3/+98
* Portability fixes for Repository Java tests; eliminate Solaris package warnin...Steven Knight2006-02-143-22/+61
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-1413-175/+175
* Get rid of the last tabs in the source files and have the TestSCons infrastru...Steven Knight2005-10-091-4/+4
* Add a skip_test() method to the infrastructure and use it for test scripts th...Steven Knight2005-08-133-10/+5
* Handle Repositories without an SConsignFile() in them.Steven Knight2005-05-301-0/+74
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-0/+61
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-1/+1