- Feb 02, 2015
-
-
Nathaniel Manista authored
The source code is moved from src/python to src/python/src. A setup.py is added at src/python. The build_python.sh and run_python.sh scripts are updated to build and run the Python tests by building a package and installing it in the developer's Python 2.7 virtual environment.
-
- Jan 27, 2015
-
-
Craig Tiller authored
Run faster on smaller machines. Don't watch '.' prefixed files for changes. These files don't typically contribute to builds, and are used as vim temp files.
-
Craig Tiller authored
-
David Klempner authored
-
- Jan 26, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
- Jan 24, 2015
-
-
Nathaniel Manista authored
-
- Jan 23, 2015
-
-
murgatroid99 authored
-
- Jan 22, 2015
-
-
Nathaniel Manista authored
-
Craig Tiller authored
-
- Jan 20, 2015
-
-
Craig Tiller authored
-
- Jan 18, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for.
-
- Jan 17, 2015
-
-
Craig Tiller authored
Instead of third party simplejson module, to save a dependency.
-
- Jan 16, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
By default don't re-run tests that have already run successfully, to reduce latency between making a change and seeing if it fixed the last thing that you were trying to fix.
-
- Jan 15, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
MSAN, TSAN, ASAN need to see all the code. Valgrind, MSAN want -DPURIFY.
-
Nicolas Noble authored
-) Fixing long line length. -) Changed the logic of the exit message.
-
Nicolas Noble authored
-) Adding a new command line flag to be able to see which tests are passing. -) Adding more status when the tool is idle in forever mode. -) Adding a last status when the tool is finished so to avoid leaving the console in a weird state. -) Adding a status message in the forever mode if the previous run failed. -) Swapped the message and its explanation, so you don't have to scroll up to see which test failed. -) Fixed a race condition in the watch_dir.py code if a file is deleted during the loop.
-
Craig Tiller authored
Also allow maxjobs to be tweaked based upon which configs are being run, to prevent memory starvation.
-
Craig Tiller authored
Also allow maxjobs to be tweaked based upon which configs are being run, to prevent memory starvation.
-
- Jan 14, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
If not running in forever mode, and a test fails, fail run_tests.py also. If running in forever mode and make fails, wait for the next run.
-
Craig Tiller authored
If not running in forever mode, and a test fails, fail run_tests.py also. If running in forever mode and make fails, wait for the next run.
-
Craig Tiller authored
-