Merged revisions 1582-1665 via svnmerge from
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 2 Nov 2006 16:21:36 +0000 (16:21 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 2 Nov 2006 16:21:36 +0000 (16:21 +0000)
commit09c25718ce084ca9d08f4a0ef4dbede044d3c3bb
treeea835f8b96e6c67766b4c0e6437f363d76164d39
parent3753f7b38f6dfcf4f329467010aba1d67b605b6e
Merged revisions 1582-1665 via svnmerge from
http://scons.tigris.org/svn/scons/branches/core

........
  r1585 | stevenknight | 2006-08-06 21:21:12 -0500 (Sun, 06 Aug 2006) | 1 line

  0.96.D430 - Fix bug with finding Fortran modules in build directories. (Nicolas Vigier)
........
  r1586 | stevenknight | 2006-08-06 22:54:39 -0500 (Sun, 06 Aug 2006) | 1 line

  0.96.D431 - Fix use of BuildDir when the source file is a relative-path symlink. (Nicola Vi
........
  r1587 | timot | 2006-08-10 14:45:00 -0500 (Thu, 10 Aug 2006) | 1 line

  fix Platform SDK init
........
  r1589 | stevenknight | 2006-08-12 13:28:51 -0500 (Sat, 12 Aug 2006) | 1 line

  0.96.D432 - Change the default mingw linker from g++ to gcc. (Mariusz Olko)
........
  r1590 | stevenknight | 2006-08-13 11:16:32 -0500 (Sun, 13 Aug 2006) | 1 line

  0.96.D433 - More runtest.py enhancements.
........
  r1594 | stevenknight | 2006-08-15 04:47:46 -0500 (Tue, 15 Aug 2006) | 1 line

  0.96.D434 - Print the full path of SConscript files in stack traces. (Dobes Vandermeer)
........
  r1600 | timot | 2006-08-16 11:34:44 -0500 (Wed, 16 Aug 2006) | 1 line

  add M4 to mingw tools
........
  r1611 | stevenknight | 2006-08-19 16:25:24 -0500 (Sat, 19 Aug 2006) | 1 line

  0.96.D435 - Add an SCons XMLResultStream to capture test results for mailing in. Get Aegis
........
  r1617 | timot | 2006-08-21 16:19:03 -0500 (Mon, 21 Aug 2006) | 1 line

  handling of spawnve returning an error code that is not in exitvalmap
........
  r1619 | stevenknight | 2006-09-01 19:07:47 -0500 (Fri, 01 Sep 2006) | 1 line

  0.96.D436 - Win32 test portability and other test fixes.
........
  r1620 | stevenknight | 2006-09-02 20:21:51 -0500 (Sat, 02 Sep 2006) | 2 lines

  Bring msvc.py in sync with Aegis repository.
........
  r1621 | stevenknight | 2006-09-02 20:23:48 -0500 (Sat, 02 Sep 2006) | 2 lines

  Move to keep symlink tests together.
........
  r1622 | garyo | 2006-09-06 11:51:42 -0500 (Wed, 06 Sep 2006) | 1 line

  Fix for Issue #1370; allow exit values not in exitvalmap.  Added some tests for this kind of thing.  Also improved win32 err msg if command exits with nonzero to show actual cmd, not just "cmd.exe".  Note this fix improves posix and win32 behavior.
........
  r1623 | stevenknight | 2006-09-07 06:35:16 -0500 (Thu, 07 Sep 2006) | 1 line

  0.96.D440 - Fix runtest.py with QMTest on Windows.
........
  r1625 | stevenknight | 2006-09-09 09:22:15 -0500 (Sat, 09 Sep 2006) | 3 lines

  Comment out a long-command test which fails on older Pythons (1.5.2)
  on Fedora Core 3.  We can restore it in the future.
........
  r1626 | stevenknight | 2006-09-09 16:17:44 -0500 (Sat, 09 Sep 2006) | 1 line

  0.96.D441 - Allow Python Values to be the targets of Builders. (Anonymous)
........
  r1627 | stevenknight | 2006-09-09 20:25:53 -0500 (Sat, 09 Sep 2006) | 1 line

  0.96.D442 - Support src_dir on SConscript() calls. (Dobes Vandermeer)
........
  r1628 | stevenknight | 2006-09-10 07:28:54 -0500 (Sun, 10 Sep 2006) | 1 line

  0.96.D443 - Add miscellaneous utility scripts and config changes.
........
  r1629 | stevenknight | 2006-09-11 04:45:01 -0500 (Mon, 11 Sep 2006) | 1 line

  0.96.D444 - Add a test case for BuildDir handling of nested SConscript files. (Adam Simpkin
........
  r1630 | stevenknight | 2006-09-11 11:34:07 -0500 (Mon, 11 Sep 2006) | 1 line

  0.96.D445 - Workaround bug in early versions of thePython 2.4 profiler.
........
  r1631 | stevenknight | 2006-09-19 19:12:51 -0500 (Tue, 19 Sep 2006) | 1 line

  0.96.D446 - Fix Visual Studio common prefix handling to only treat common prefixes on comple
........
  r1632 | stevenknight | 2006-09-25 07:11:44 -0500 (Mon, 25 Sep 2006) | 1 line

  0.96.D447 - Fix tests that fail due to warnings from (some versions?) of gcc. (Sohail Soman
........
  r1633 | stevenknight | 2006-09-25 07:57:48 -0500 (Mon, 25 Sep 2006) | 1 line

  0.96.D448 - Handle python paths with quotes in tests.
........
  r1634 | stevenknight | 2006-09-25 14:38:07 -0500 (Mon, 25 Sep 2006) | 1 line

  0.96.D449 - Fix SCons build when python is not in the path (e.g. on Windows). (Chad Austin)
........
  r1635 | stevenknight | 2006-09-26 11:28:23 -0500 (Tue, 26 Sep 2006) | 1 line

  0.96.D450 - Handle warnings from Python 2.1; make sure we still test on Python 1.5.
........
  r1636 | stevenknight | 2006-09-27 05:34:23 -0500 (Wed, 27 Sep 2006) | 1 line

  0.96.D451 - Avoid calling Options validators and converters twice.
........
  r1637 | stevenknight | 2006-09-28 08:12:38 -0500 (Thu, 28 Sep 2006) | 1 line

  0.96.D452 - Allow setting MSVS_VERSION after initialization to select the Visual Studio vers
........
  r1638 | stevenknight | 2006-09-30 08:38:15 -0500 (Sat, 30 Sep 2006) | 1 line

  0.96.D453 - Give the MSVC resource builder a src_builder list and .rc src_suffix. (Leanid N
........
  r1639 | stevenknight | 2006-10-12 08:50:58 -0500 (Thu, 12 Oct 2006) | 1 line

  0.96.D454 - Test handling of env.Append() and env.Prepend(), making sure it works on later P
........
  r1640 | stevenknight | 2006-10-15 20:42:09 -0500 (Sun, 15 Oct 2006) | 1 line

  0.96.D455 - Support the runtest.py -f option when using QMTest.
........
  r1641 | stevenknight | 2006-10-15 21:20:02 -0500 (Sun, 15 Oct 2006) | 1 line

  0.96.D456 - Fix an error in ListOption handling caused by making new copies of Options objec
........
  r1642 | stevenknight | 2006-10-16 05:53:14 -0500 (Mon, 16 Oct 2006) | 1 line

  0.96.D457 - Fix new Append()/Prepend() handling of dictionaries in later Python versions (2.
........
  r1643 | stevenknight | 2006-10-16 07:13:16 -0500 (Mon, 16 Oct 2006) | 1 line

  0.96.D458 - Allow Install() to handle directories as sources. (Matthew A. Nicholson)
........
  r1644 | stevenknight | 2006-10-17 09:17:58 -0500 (Tue, 17 Oct 2006) | 1 line

  0.96.D459 - Add a test to make sure SideEffect() doesn't interfere with CacheDir(). Refacto
........
  r1645 | stevenknight | 2006-10-17 10:20:22 -0500 (Tue, 17 Oct 2006) | 1 line

  0.96.D460 - Do not use -fPIC when using gcc on win32 (MinGW). (Jan Nijtmans)
........
  r1646 | stevenknight | 2006-10-17 17:21:58 -0500 (Tue, 17 Oct 2006) | 6 lines

  Move all the scons.org stuff from the scons source tree itself to a
  directory next to the trunk, and delete the copies from the branches.
  There's a lot of stuff there (what with all of the documentation of
  the different versions) and it's ridiculous to make everyone sync it
  just to work on the code.
........
  r1647 | stevenknight | 2006-10-17 23:18:29 -0500 (Tue, 17 Oct 2006) | 1 line

  0.96.D461 - Fix the tests of runtest.py so they skip appropriately if qmtest.py isn't instal
........
  r1648 | stevenknight | 2006-10-18 08:48:47 -0500 (Wed, 18 Oct 2006) | 1 line

  0.96.D462 - When using --implicit-cache, do not re-scan files if the scanner returned no imp
........
  r1649 | stevenknight | 2006-10-18 19:42:13 -0500 (Wed, 18 Oct 2006) | 1 line

  0.96.D463 - More test portability fixes.
........
  r1650 | stevenknight | 2006-10-19 00:30:23 -0500 (Thu, 19 Oct 2006) | 1 line

  0.96.D464 - Add a cpp.py module that knows how to find dependencies from #include lines like
........
  r1651 | stevenknight | 2006-10-20 06:49:51 -0500 (Fri, 20 Oct 2006) | 1 line

  0.96.D465 - Fix unresolved variable name in win32 portion of test.
........
  r1652 | stevenknight | 2006-10-23 00:20:38 -0500 (Mon, 23 Oct 2006) | 1 line

  0.96.D466 - Add an option for tracing files to and from the CacheDir.
........
  r1653 | stevenknight | 2006-10-23 00:29:32 -0500 (Mon, 23 Oct 2006) | 1 line

  0.96.D467 - Make {Append,Prepend}Unique() handle adding elements to empty lists like {Append
........
  r1654 | stevenknight | 2006-10-23 02:38:06 -0500 (Mon, 23 Oct 2006) | 1 line

  0.96.D468 - Allow Debug.caller() to take multiple arguments; add a debug utility to post-pro
........
  r1655 | stevenknight | 2006-10-23 03:16:42 -0500 (Mon, 23 Oct 2006) | 1 line

  0.96.D469 - Reduce unnecessary calls to Node.FS.disambiguate(), undoing (?) a performance hi
........
  r1656 | stevenknight | 2006-10-25 00:06:27 -0500 (Wed, 25 Oct 2006) | 1 line

  0.96.D470 - More test portability fixes.
........
  r1657 | stevenknight | 2006-10-25 00:16:22 -0500 (Wed, 25 Oct 2006) | 1 line

  0.96.D471 - Have runtest.py fall back to the --noqmtest option (with a warning) if qmtest.py
........
  r1658 | stevenknight | 2006-10-25 12:12:02 -0500 (Wed, 25 Oct 2006) | 1 line

  0.96.D472 - Document the default use of the /Z7 flag for Visual Studio and ways to use /Zi.
........
  r1659 | stevenknight | 2006-10-26 23:53:51 -0500 (Thu, 26 Oct 2006) | 1 line

  0.96.D473 - Have runtest.py -d accomodate different Python library locations.
........
  r1660 | stevenknight | 2006-10-27 00:03:59 -0500 (Fri, 27 Oct 2006) | 1 line

  0.96.D474 - Patch to support running SCons under WingIDE. (Allen Bierbaum)
........
  r1661 | stevenknight | 2006-10-27 12:17:27 -0500 (Fri, 27 Oct 2006) | 1 line

  0.96.D475 - Restore execution of all Environment unit tests.
........
  r1662 | stevenknight | 2006-10-31 23:22:58 -0600 (Tue, 31 Oct 2006) | 1 line

  0.96.D476 - Eliminate unnecessary print from a test, left over from debugging.
........
  r1663 | stevenknight | 2006-10-31 23:32:00 -0600 (Tue, 31 Oct 2006) | 1 line

  0.96.D477 - Support creating shared object files from assembly language. (James Y. Knight)
........
  r1664 | stevenknight | 2006-10-31 23:44:08 -0600 (Tue, 31 Oct 2006) | 1 line

  0.96.D478 - Fix the Memoizer to deal with a compiled .pyo or .pyc file that's in a different
........
  r1665 | stevenknight | 2006-11-01 21:59:18 -0600 (Wed, 01 Nov 2006) | 1 line

  0.96.D479 - Put back the scons-{LICENSE,README} files in the scons-loacal package; add tests
........

git-svn-id: http://scons.tigris.org/svn/scons/trunk@1667 fdb21ef1-2011-0410-befe-b5e4ea1792b1
394 files changed:
HOWTO/release.txt
HOWTO/subrelease.txt
QMTest/TestRuntest.py
QMTest/TestSCons.py
QMTest/classes.qmc
QMTest/scons_tdb.py
SConstruct
bin/ae-cvs-ci [new file with mode: 0755]
bin/ae-svn-ci [new file with mode: 0755]
bin/caller-tree.py [new file with mode: 0644]
bin/scons-cdist
bin/scons-diff.py [new file with mode: 0644]
config
doc/SConscript
doc/man/scons.1
runtest.py
src/CHANGES.txt
src/engine/MANIFEST.in
src/engine/SCons/ActionTests.py
src/engine/SCons/Debug.py
src/engine/SCons/Defaults.py
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Memoize.py
src/engine/SCons/Node/FS.py
src/engine/SCons/Node/FSTests.py
src/engine/SCons/Node/Python.py
src/engine/SCons/Node/PythonTests.py
src/engine/SCons/Node/__init__.py
src/engine/SCons/Options/ListOption.py
src/engine/SCons/Options/ListOptionTests.py
src/engine/SCons/Options/OptionsTests.py
src/engine/SCons/Options/__init__.py
src/engine/SCons/Platform/posix.py
src/engine/SCons/Platform/win32.py
src/engine/SCons/Scanner/CTests.py
src/engine/SCons/Script/Main.py
src/engine/SCons/Script/SConscript.py
src/engine/SCons/Tool/as.py
src/engine/SCons/Tool/fortran.py
src/engine/SCons/Tool/gcc.py
src/engine/SCons/Tool/mingw.py
src/engine/SCons/Tool/mslink.xml
src/engine/SCons/Tool/msvc.py
src/engine/SCons/Tool/msvc.xml
src/engine/SCons/Tool/msvs.py
src/engine/SCons/Tool/msvsTests.py
src/engine/SCons/cpp.py [new file with mode: 0644]
src/engine/SCons/cppTests.py [new file with mode: 0644]
src/test_copyrights.py
src/test_files.py [new file with mode: 0644]
src/test_setup.py
test/AR/AR.py
test/AR/ARCOM.py
test/AR/ARCOMSTR.py
test/AR/ARFLAGS.py
test/AS/AS.py
test/AS/ASCOM.py
test/AS/ASCOMSTR.py
test/AS/ASFLAGS.py
test/AS/ASPP.py
test/AS/ASPPCOM.py
test/AS/ASPPCOMSTR.py
test/AS/ASPPFLAGS.py
test/Actions/actions.py
test/Actions/pre-post.py
test/Alias/Alias.py
test/BadBuilder.py
test/BitKeeper/BITKEEPERCOM.py
test/BitKeeper/BITKEEPERCOMSTR.py
test/BuildDir/BuildDir.py
test/BuildDir/Sconscript-build_dir.py
test/BuildDir/errors.py
test/BuildDir/nested-sconscripts.py [new file with mode: 0644]
test/BuildDir/reflect.py
test/CC/CC.py
test/CC/CCCOM.py
test/CC/CCCOMSTR.py
test/CC/CCFLAGS.py
test/CC/SHCC.py
test/CC/SHCCCOM.py
test/CC/SHCCCOMSTR.py
test/CC/SHCCFLAGS.py
test/CFILESUFFIX.py
test/CPPDEFINES.py
test/CPPFLAGS.py
test/CPPSUFFIXES.py
test/CVS.py
test/CVSCOM.py
test/CVSCOMSTR.py
test/CXX/CXX.py
test/CXX/CXXCOM.py
test/CXX/CXXCOMSTR.py
test/CXX/CXXFILESUFFIX.py
test/CXX/SHCXX.py
test/CXX/SHCXXCOM.py
test/CXX/SHCXXCOMSTR.py
test/CXX/SHCXXFLAGS.py
test/CacheDir.py [deleted file]
test/CacheDir/BuildDir.py [new file with mode: 0644]
test/CacheDir/CacheDir.py [new file with mode: 0644]
test/CacheDir/SideEffect.py [new file with mode: 0644]
test/CacheDir/debug.py [new file with mode: 0644]
test/CacheDir/multi-targets.py [new file with mode: 0644]
test/CacheDir/source-scanner.py [new file with mode: 0644]
test/Case.py
test/Command.py
test/CommandGenerator.py
test/Configure/CONFIGUREDIR.py
test/Configure/CONFIGURELOG.py
test/Configure/Configure.py
test/DSUFFIXES.py
test/DVIPDF/DVIPDF.py
test/DVIPDF/DVIPDFCOM.py
test/DVIPDF/DVIPDFCOMSTR.py
test/DVIPDF/DVIPDFFLAGS.py
test/DVIPS/DVIPS.py
test/DVIPS/DVIPSFLAGS.py
test/DVIPS/PSCOM.py
test/DVIPS/PSCOMSTR.py
test/Default.py
test/Depends.py
test/ENV.py
test/ESCAPE.py
test/Environment.py
test/Execute.py
test/Fortran/F77.py
test/Fortran/F77COM.py
test/Fortran/F77COMSTR.py
test/Fortran/F77FLAGS.py
test/Fortran/F90.py
test/Fortran/F90COM.py
test/Fortran/F90COMSTR.py
test/Fortran/F90FLAGS.py
test/Fortran/F95.py
test/Fortran/F95COM.py
test/Fortran/F95COMSTR.py
test/Fortran/F95FLAGS.py
test/Fortran/FORTRAN.py
test/Fortran/FORTRANCOM.py
test/Fortran/FORTRANCOMSTR.py
test/Fortran/FORTRANFLAGS.py
test/Fortran/FORTRANMODDIR.py
test/Fortran/FORTRANSUFFIXES.py
test/Fortran/SHF77.py
test/Fortran/SHF77COM.py
test/Fortran/SHF77COMSTR.py
test/Fortran/SHF77FLAGS.py
test/Fortran/SHF90.py
test/Fortran/SHF90COM.py
test/Fortran/SHF90COMSTR.py
test/Fortran/SHF90FLAGS.py
test/Fortran/SHF95.py
test/Fortran/SHF95COM.py
test/Fortran/SHF95COMSTR.py
test/Fortran/SHF95FLAGS.py
test/Fortran/SHFORTRAN.py
test/Fortran/SHFORTRANCOM.py
test/Fortran/SHFORTRANCOMSTR.py
test/Fortran/SHFORTRANFLAGS.py
test/Fortran/USE-MODULE.py
test/Fortran/module-subdir.py [new file with mode: 0644]
test/Ghostscript/GS.py
test/Ghostscript/GSCOM.py
test/Ghostscript/GSCOMSTR.py
test/Ghostscript/GSFLAGS.py
test/IDL/MIDLCOM.py
test/IDL/MIDLCOMSTR.py
test/Ignore.py
test/Install/Install.py
test/Install/InstallAs.py
test/Install/directories.py [new file with mode: 0644]
test/Java/JAR.py
test/Java/JARCOM.py
test/Java/JARCOMSTR.py
test/Java/JAVAC.py
test/Java/JAVACCOM.py
test/Java/JAVACCOMSTR.py
test/Java/JAVAH.py
test/Java/JAVAHCOM.py
test/Java/JAVAHCOMSTR.py
test/Java/RMIC.py
test/Java/RMICCOM.py
test/Java/RMICCOMSTR.py
test/LEX/LEX.py
test/LEX/LEXCOM.py
test/LEX/LEXCOMSTR.py
test/LEX/LEXFLAGS.py
test/LIBPATH.py
test/LIBPREFIXES.py
test/LIBS.py
test/LIBSUFFIXES.py
test/LINK/LINK.py
test/LINK/LINKCOM.py
test/LINK/LINKCOMSTR.py
test/LINK/LINKFLAGS.py
test/LINK/SHLINK.py
test/LINK/SHLINKCOM.py
test/LINK/SHLINKCOMSTR.py
test/LINK/SHLINKFLAGS.py
test/Library.py
test/M4/M4.py
test/M4/M4COM.py
test/M4/M4COMSTR.py
test/MSVC/PCHCOM.py
test/MSVC/PCHCOMSTR.py
test/MSVC/RCCOM.py
test/MSVC/RCCOMSTR.py
test/MSVC/generate-rc.py [new file with mode: 0644]
test/MSVC/msvc.py
test/MSVS/common-prefix.py
test/MSVS/runfile.py
test/MSVS/vs-6.0-files.py
test/MSVS/vs-7.0-files.py
test/MSVS/vs-7.1-files.py
test/MSVS/vs-8.0-files.py
test/MinGW/RCCOM.py
test/MinGW/RCCOMSTR.py
test/NodeOps.py
test/Object.py
test/Options/BoolOption.py
test/Options/EnumOption.py
test/Options/ListOption.py
test/Options/PackageOption.py
test/Options/PathOption.py
test/ParseConfig.py
test/ParseDepends.py
test/Perforce/P4COM.py
test/Perforce/P4COMSTR.py
test/Perforce/Perforce.py
test/Precious.py
test/Program-j.py
test/Program.py
test/QT/QTFLAGS.py
test/QT/moc-from-header.py
test/QT/warnings.py
test/RANLIB/RANLIB.py
test/RANLIB/RANLIBCOM.py
test/RANLIB/RANLIBCOMSTR.py
test/RANLIB/RANLIBFLAGS.py
test/RCS/RCS_COCOM.py
test/RCS/RCS_COCOMSTR.py
test/RCS/diskcheck.py
test/RCS/implicit.py
test/RPATH.py
test/Repository/CPPPATH.py
test/Repository/LIBPATH.py
test/Repository/M4.py
test/Repository/Program.py
test/Repository/StaticLibrary.py
test/Repository/absolute-path.py
test/Repository/include.py
test/Repository/link-object.py
test/Repository/multi-dir.py
test/Repository/no-SConsignFile.py
test/Repository/no-repository.py
test/Repository/signature-order.py
test/Repository/top-level-path.py
test/Repository/variants.py
test/Repository/within-repository.py
test/Rpcgen/RPCGEN.py
test/Rpcgen/RPCGENCLIENTFLAGS.py
test/Rpcgen/RPCGENFLAGS.py
test/Rpcgen/RPCGENHEADERFLAGS.py
test/Rpcgen/RPCGENSERVICEFLAGS.py
test/Rpcgen/RPCGENXDRFLAGS.py
test/SCCS/SCCSCOM.py
test/SCCS/SCCSCOMSTR.py
test/SCCS/diskcheck.py
test/SConscript/SConscript.py [moved from test/SConscript.py with 59% similarity]
test/SConscript/SConscriptChdir.py [new file with mode: 0644]
test/SConscript/env.py [new file with mode: 0644]
test/SConscript/src_dir.py [new file with mode: 0644]
test/SConscript/variables.py [new file with mode: 0644]
test/SConscript/white-space.py [new file with mode: 0644]
test/SConsignFile.py
test/SHELL.py
test/SHLIBPREFIX.py
test/SHLIBSUFFIX.py
test/SPAWN.py
test/SWIG/SWIG.py
test/SWIG/SWIGCOM.py
test/SWIG/SWIGCOMSTR.py
test/Scanner/Scanner.py [moved from test/Scanner.py with 65% similarity]
test/Scanner/empty-implicit.py [new file with mode: 0644]
test/Scanner/exception.py [moved from test/Scanner-exception.py with 100% similarity]
test/Scanner/generated.py [moved from test/scan-once.py with 72% similarity]
test/Scanner/multi-env.py [new file with mode: 0644]
test/Scanner/parallel-rescan.py [moved from test/parallel-rescan.py with 100% similarity]
test/Scanner/scan-once.py [new file with mode: 0644]
test/SharedLibrary.py
test/TAR/TAR.py
test/TAR/TARCOM.py
test/TAR/TARCOMSTR.py
test/TAR/TARFLAGS.py
test/TARGET-dir.py
test/TEX/LATEX.py
test/TEX/LATEXCOM.py
test/TEX/LATEXCOMSTR.py
test/TEX/LATEXFLAGS.py
test/TEX/PDFLATEX.py
test/TEX/PDFLATEXCOM.py
test/TEX/PDFLATEXCOMSTR.py
test/TEX/PDFLATEXFLAGS.py
test/TEX/PDFTEX.py
test/TEX/PDFTEXCOM.py
test/TEX/PDFTEXCOMSTR.py
test/TEX/PDFTEXFLAGS.py
test/TEX/TEX.py
test/TEX/TEXCOM.py
test/TEX/TEXCOMSTR.py
test/TEX/TEXFLAGS.py
test/Value.py
test/YACC/YACC.py
test/YACC/YACCCOM.py
test/YACC/YACCCOMSTR.py
test/YACC/YACCFLAGS.py
test/YACC/YACCHFILESUFFIX.py
test/YACC/YACCHXXFILESUFFIX.py
test/ZIP/ZIP.py
test/ZIP/ZIPCOM.py
test/ZIP/ZIPCOMSTR.py
test/bad-variables.py
test/builderrors.py
test/chdir.py
test/dependency-cycle.py
test/errors.py
test/exceptions.py
test/expansion.py
test/explain.py
test/gnutools.py
test/ignore-command.py
test/implicit-cache/GetOption.py [new file with mode: 0644]
test/implicit-cache/SetOption.py [new file with mode: 0644]
test/implicit-cache/basic.py [moved from test/option--implicit-cache.py with 71% similarity]
test/import.py
test/long-lines.py
test/multi.py
test/multiline.py
test/option--.py
test/option--D.py
test/option--Q.py
test/option--U.py
test/option--Y.py
test/option--cs.py
test/option--debug.py
test/option--max-drift.py
test/option-c.py
test/option-i.py
test/option-j.py
test/option-k.py
test/option-n.py
test/option-q.py
test/option-s.py
test/option/debug-dtree.py
test/option/debug-findlibs.py
test/option/debug-includes.py
test/option/debug-stacktrace.py
test/option/debug-stree.py
test/option/debug-time.py
test/option/debug-tree.py
test/option/profile.py
test/overrides.py
test/redirection.py
test/runtest/aegis/batch-output.py [new file with mode: 0644]
test/runtest/baseline/combined.py
test/runtest/baseline/fail.py
test/runtest/baseline/no_result.py
test/runtest/baseline/pass.py
test/runtest/fallback.py [new file with mode: 0644]
test/runtest/noqmtest.py [new file with mode: 0644]
test/runtest/print_time.py
test/runtest/python.py
test/runtest/simple/combined.py
test/runtest/simple/fail.py
test/runtest/simple/no_result.py
test/runtest/simple/pass.py
test/runtest/src.py
test/runtest/testlistfile.py [new file with mode: 0644]
test/runtest/xml/output.py [new file with mode: 0644]
test/same-name.py
test/sconsign/script.py
test/signature-order.py
test/silent-command.py
test/special-filenames.py
test/srcchange.py
test/strfunction.py
test/subclassing.py
test/subdir.py
test/subdivide.py
test/symlink/BuildDir.py [new file with mode: 0644]
test/symlink/dangling-include.py [moved from test/symlink.py with 79% similarity]
test/symlink/dangling-source.py [new file with mode: 0644]
test/up-to-date.py