summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* remove unused import, fix some PEP8 issuesWilliam Deegan2017-05-161-5/+3
|
* py2/3 changed expected output since contents of exception string are ↵William Deegan2017-05-161-1/+6
| | | | different py2 to py3
* py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-161-1/+1
|
* py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-161-1/+1
|
* py2/3 disable symlink testing on py3. not supported by scons at this timeWilliam Deegan2017-05-161-3/+4
|
* py2/3 use raw string for repository string. py3 trying to decode unicode ↵William Deegan2017-05-161-1/+1
| | | | based on backslash
* py2/3 set python path to be raw string literal py3 was trying to interpret ↵William Deegan2017-05-161-1/+1
| | | | path as unicode
* py2/3 skip test on py3 because it is a function there.William Deegan2017-05-161-1/+2
|
* py2/3 skip test on win32. use platform_has_symlink().William Deegan2017-05-153-3/+3
|
* py2/3 Don't check for hard/soft links on win32 as we don't enable them ↵William Deegan2017-05-151-2/+5
| | | | because they require permissions which are not always enabled
* py2/3 don't call id in ipkg tool generate method if it's not available. This ↵William Deegan2017-05-151-1/+1
| | | | was causing test/import.py to fail
* fix use of string.lowercase --> string.ascii_lowercase which works on both py2/3William Deegan2017-05-151-1/+1
|
* remove extra whitespaceWilliam Deegan2017-05-141-1/+1
|
* change to utf-8 and see if this fixes issue with old visual c compiler ↵William Deegan2017-05-121-1/+1
| | | | yielding 'main.c : error C4335: Mac file format detected: please convert the source file to either DOS or UNIX format'
* py2/3 fix test for win32 set stdin and stdout to be binary modeWilliam Deegan2017-05-111-0/+7
|
* Fix #2832 - Expand construction variables in chdir argument of BuildersGaurav Juvekar2017-05-111-2/+12
|
* Directly print unicode in --treeGaurav Juvekar2017-05-091-1/+7
|
* Merged in bdbaddog/scons (pull request #460)William Deegan2017-05-092-4/+10
|\ | | | | | | PY2/3 changes.
| * mergeWilliam Deegan2017-05-0835-188/+205
| |\
| | * py2/3 use dbm.ndbm on py3 and plain dbm doesn't create .sconsign.db, but ↵William Deegan2017-04-241-3/+9
| | | | | | | | | | | | rather .sconsign and causes test to fail. Continue to use dbm on py2 as dbm.ndbm doesn't exist there
| * | py2/3 mode=r switch to must_matchWilliam Deegan2017-04-041-1/+1
| | |
* | | Merged in russel/scons (pull request #448)William Deegan2017-05-0112-2/+221
|\ \ \ | |_|/ |/| | | | | Add an 'all at once' builder to the D tools.
| * | Add tests for correct cleaning of correctly built and executing project ↵Russel Winder2017-04-191-0/+8
| | | | | | | | | | | | built with ProgramAllAtOnce.
| * | Add an 'all at once' builder to the D tools.Russel Winder2017-04-1712-2/+213
| | |
* | | This test is not account for PRESERVE being set. When preserve is set the rm ↵Daniel Moody2017-04-231-2/+4
| | | | | | | | | | | | | | | | | | command does not happen, so this output will fail. Tested py2 and py3.
* | | py2/3 handle differences between py2 and 3 on reading/writing binary data to ↵William Deegan2017-04-191-3/+14
| | | | | | | | | | | | stdin/stdout
* | | py2/3 swap to use test.must_match with mode='r'William Deegan2017-04-191-2/+2
| | |
* | | py2/3 no auto stringification for None in py3William Deegan2017-04-191-1/+1
| | |
* | | py2/3 no auto stringification for None in py3William Deegan2017-04-191-1/+1
| | |
* | | py2/3 - syntax for wrong number of arguments to functions changes for py3, ↵William Deegan2017-04-191-3/+1
| | | | | | | | | | | | added to valid output
* | | py2/3 Fix re-raising stored exception. Previously we were dropping contents ↵William Deegan2017-04-191-24/+0
|\ \ \ | | | | | | | | | | | | of Exception. Plus merge more complete removal of sccs and rcs source handling per deprecation/removal.
| * | | more removal of sccs and rcs builder logicWilliam Deegan2017-04-181-24/+0
| |/ /
* | | osx: disable mixedDandC test until a good way to specify correct gcc is foundWilliam Deegan2017-04-181-0/+10
| | |
* | | fix test for osx (with macports only at this point)William Deegan2017-04-181-0/+4
| | |
* | | fix test to not run on OSXWilliam Deegan2017-04-181-1/+2
|/ /
* | remove deprecated module SCons.SigWilliam Deegan2017-04-161-68/+0
| |
* | merge from upstreamWilliam Deegan2017-04-161-0/+24
|\ \
| * \ Merged in gauravjuvekar/scons (pull request #427)William Deegan2017-04-151-0/+24
| |\ \ | | | | | | | | | | | | string-escape unicode characters while printing --tree
| | * | Make --tree=all work with Python 3Gaurav Juvekar2017-03-271-1/+8
| | | | | | | | | | | | | | | | The codecs module is used which is distributed in the python standard library.
| | * | Reword comment in test case to highlight that unicode is printed escapedGaurav Juvekar2017-03-261-1/+1
| | | |
| | * | string-escape unicode characters while printing --treeGaurav Juvekar2017-03-261-0/+17
| | | | | | | | | | | | | | | | Fixes #2910
| | * | Revert incomplete bug fixManish Vachharajani2017-03-221-25/+0
| | | |
| | * | Push version to Python 2.7 as minimum required.Manish Vachharajani2017-03-221-0/+25
| | | |
* | | | switch to os.system as in py3 os.popen() seemed to not have completed untar ↵William Deegan2017-04-101-1/+1
|/ / / | | | | | | | | | before the test checked for files
* | | OSX: for now don't run versioned lib tests on mac. The logic to generate the ↵William Deegan2017-04-094-1/+25
| | | | | | | | | | | | versioned libraries has the wrong format for osx/darwin
* | | py2/3 fixes for CPPDEFINES/pkg-config.pyGaurav Juvekar2017-04-081-2/+16
| | | | | | | | | | | | Use a dict which preserves its order so that output matches
* | | Make __str__ and __repr__ sameGaurav Juvekar2017-04-071-8/+6
| | |
* | | py2/3 fixes for CPPDEFINES/append.py test caseGaurav Juvekar2017-04-071-2/+18
| | |
* | | py2/3 swap to bytes for comparisonWilliam Deegan2017-04-061-2/+2
| | |
* | | py2/3 swap to bytes for comparisonWilliam Deegan2017-04-061-2/+3
| | |