summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | py2/3 don't try to force import threading failure on py3. threading is ↵William Deegan2017-04-061-1/+1
| | | | | | | | imported too many places and this form of checking for python being built with thread is no the best way. Use sysconfig.get_config_var('WITH_THREAD') instead
* | py2/3 fix mode='r'William Deegan2017-04-063-52/+52
| |
* | py2/3 bytes/string issues. Added wrapper to re.sub to force items to bytesWilliam Deegan2017-04-051-2/+2
| |
* | py2/3 fix escaped unicode space to work for both py2/3William Deegan2017-04-057-14/+14
| |
* | py2/3 exceptions in py3 seem to have full package nameWilliam Deegan2017-04-051-1/+1
| |
* | pep8William Deegan2017-04-041-1/+1
| |
* | pep8William Deegan2017-04-041-1/+1
| |
* | py2/3 mode=r/w fixesWilliam Deegan2017-04-032-2/+2
| |
* | py2/3 swap to must_match and mode=rWilliam Deegan2017-04-031-4/+4
| |
* | py2/3 mode=r fixWilliam Deegan2017-04-031-1/+1
| |
* | py2/3 another module shadowing issue... test file bz2.py blocking python lib ↵William Deegan2017-04-031-0/+0
| | | | | | | | module bz2.py
* | Change checkLogAndStdout() call to use boolean flag instead of 0/1 for clarity.William Deegan2017-04-031-1/+1
| |
* | py2/3 fix binary file write issueWilliam Deegan2017-04-021-2/+2
| |
* | fix to run on mac. explicitly request swig toolWilliam Deegan2017-04-011-1/+1
| |
* | Fix dumbdbm/dbm.dumb for py2/3William Deegan2017-04-011-4/+9
| |
* | Fix locating java home on mac. fix mode='r' for py2/3William Deegan2017-04-011-1/+1
| |
* | py2/3 fix test.read mode='r', swap fail_test(test.read( with must_matchWilliam Deegan2017-03-311-1/+1
| |
* | py2/3 fix test.read mode='r'William Deegan2017-03-311-2/+2
| |
* | py2/3 fix lineending on generated c file. Some MSVC's complain about non ↵William Deegan2017-03-311-2/+2
| | | | | | | | CR/LF line endings
* | More comments in test to highlight their purposeWilliam Deegan2017-03-311-0/+1
| |
* | module named warnings.py is conflicting with system warnings module. rename. ↵William Deegan2017-03-301-0/+0
| | | | | | | | py2/3 issue
* | remove usage of SCCS tool as it's been removed. Switch to zip tool as it ↵William Deegan2017-03-301-73/+76
| | | | | | | | should be present on all platforms. Change some names to make it easier to debug when it fails
* | fix py2/3. Also fix py2 win32 broken testsWilliam Deegan2017-03-242-35/+43
|/
* py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ↵William Deegan2017-03-201-1/+1
| | | | is no longer legal module name in py3