Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-17 | Produce error message, not traceback, when test program doesn't build. | Nat Goodspeed | |
A traceback from a Python script always makes people think there's a bug in your script. Even when a test program fails to build, CMake often (always?) tries to run it anyway, via our run_build_test.py script. For that case, produce a straightforward error message -- rather than an OSError traceback that doesn't even mention the program name! | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-03-12 | For a test program killed by signal, display signal name. | Nat Goodspeed | |
2011-05-24 | Merge | Dave SIMmONs | |
2011-05-04 | Slightly improve sanity of run_build_test.py output. | Nat Goodspeed | |
Flushing print buffer before running actual test executable should make it clearer which setup actions apply to which test run. | |||
2011-02-17 | merge changes for storm-937 | Oz Linden | |
2011-02-09 | STORM-937 : Fix python scripts shebang line and license header for consistency | Merov Linden | |
2011-01-19 | Cmake updates to get llkdu building on linux. Need to rebuild kdu tarball next. | jenn | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-13 | Prepend passed in path arguments, except when they are system paths. | Christian Goetze (CG) | |
2010-09-13 | Clean up the LD_LIBRARY_PATH list prior to re-assembling it into a string. | Christian Goetze (CG) | |
2010-09-13 | Add debug output to "indra/cmake/run_build_test.py". | Christian Goetze (CG) | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-12 | correct license tags from "internal" to "viewergpl" | Oz Linden | |
2009-11-25 | Uncomment the run_build_test.py args to debug problem with coverity builds | CG Linden | |
2009-11-18 | Switch some files to Unix line endings | Bryan O'Sullivan | |
2009-11-13 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-03 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-09-08 | QAR-1619: Finish replacing RunBuildTest.cmake with run_build_test.py. | Nat Goodspeed | |
Because the details of RunBuildTest.cmake versus run_build_test.py had to be changed in so many different places, introduce LL_TEST_COMMAND CMake macro (in LLTestCommand.cmake) to encapsulate construction of the actual command line. Use LL_TEST_COMMAND in LL_ADD_PROJECT_UNIT_TESTS, LL_ADD_INTEGRATION_TEST, the big indra/test monolith and the various LslCompilerMacros. Fix run_build_test.py to pass through the test executable's own options (e.g. --touch, --output) without inspection. Defend it against the case when the platform-specific library path environment variable doesn't yet exist. Make it report errors only on nonzero test-program rc. Remove RunBuildTest.cmake. | |||
2009-09-04 | QAR-1619: Replace RunBuildTest.cmake with run_build_test.py for LSL tests. | Nat Goodspeed | |
RunBuildTest.cmake can't handle pathnames containing spaces. run_build_test.py accepts an arbitrary number of individually-quoted command-line arguments, passing each through to Python's subprocess.call(). |