| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-10 | test: enable sandbox by default. | Mike McQuaid | |
| Closes Homebrew/homebrew#45843. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-10-10 | test: allow writing to certain var directories | Xu Cheng | |
| Closes Homebrew/homebrew#44458. Closes Homebrew/homebrew#44773. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-10-10 | test: sanitize ARGV options | Xu Cheng | |
| Otherwise, it will use the wrong prefix to test devel/HEAD install. | |||
| 2015-08-25 | sandbox: permit /var/tmp & DerivedData | Dominyk Tiller | |
| Long term it would be nice to sandbox everything that writes to DerivedData but it is essentially a cache directory of sorts. The downside of allowing stuff to write there particularly is that DerivedData is notoriously bad at getting cleaned up, so if you do a lot of Xcode-using installations very quickly, you can chew your disk space up. Closes Homebrew/homebrew#43276. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-07-31 | print sandbox message | Xu Cheng | |
| Closes Homebrew/homebrew#42293. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-07-22 | auto disable sandbox for interactive shell | Xu Cheng | |
| Closes Homebrew/homebrew#38792. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-05-29 | test: use Formula#full_name | Xu Cheng | |
| 2015-05-27 | test: use ARGV.resolved_formulae | Xu Cheng | |
| 2015-04-29 | Let the test environment inject its own load path | Jack Nagel | |
| 2015-04-26 | Fix variable name | Jack Nagel | |
| 2015-04-26 | Fix variable name | Jack Nagel | |
| 2015-04-25 | Add Formula#logs | Jack Nagel | |
| 2015-04-21 | test: add missing `require "timeout"` | Xu Cheng | |
| When the timeout exception is propagated backed from `safe_fork`, it requires "timeout" to restore the exception. | |||
| 2015-04-17 | sandbox: record log | Xu Cheng | |
| Closes Homebrew/homebrew#38711. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-15 | sandbox test | Xu Cheng | |
| 2015-01-13 | Add message to the exception raised when tests return false | Jack Nagel | |
| 2015-01-13 | Move assertion setup into formula_assertions.rb | Jack Nagel | |
| 2015-01-13 | Save and restore ENV around test invocations | Jack Nagel | |
| This prevents mutations that happen in individual tests from leaking into other tests. | |||
| 2014-09-18 | Implement `brew test --debug` | Jack Nagel | |
| 2014-08-01 | add helpers for formula tests | Adam Vandenberg | |
| 2014-07-11 | Try to workaround gem packaging shenanigans | Jack Nagel | |
| 2014-06-19 | Remove more unused requires | Jack Nagel | |
| 2014-06-19 | Only "extend self" once on the Homebrew module | Jack Nagel | |
| 2014-06-18 | Stop hiding exceptions completely in `brew test` | Jack Nagel | |
| 2014-06-18 | Fix `brew test` when conflicting minitest gems are installed | Jack Nagel | |
| 2014-06-12 | Support older Minitest constant | Jack Nagel | |
| 2014-06-04 | Rescue Minitest::Assertion under Ruby 2.0 | Jack Nagel | |
| 2013-08-19 | Rename HomebrewEnvExtension to Stdenv | Jack Nagel | |
| 2013-06-08 | Make Test::Unit assertions available in formula tests | Jack Nagel | |
| Closes Homebrew/homebrew#18753. Closes Homebrew/homebrew#20358. | |||
| 2013-06-08 | brew-test: add five minute timeout. | Mike McQuaid | |
| 2013-01-07 | Detect when tests are defined | Jack Nagel | |
| 2012-09-11 | test: be less eager to set up the build environment | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-04-30 | Add ofail command and fix bottle command output. | Mike McQuaid | |
| 2012-04-20 | test: improve "formula not installed" error text | Jack Nagel | |
| Closes Homebrew/homebrew#11779. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-03-29 | Exit with bad exit code on command failures. | Mike McQuaid | |
| 2012-03-13 | `brew test` now gets a compilation environment | Adam Vandenberg | |
| 2012-02-18 | test: returning false indicates failure | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-02-04 | Warn the user of required arguments | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2011-03-12 | 'brew test' now an official command | Adam Vandenberg | |
