aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_diagnostic.rb
AgeCommit message (Collapse)Author
2016-11-16Reorder and rename test files.Markus Reiter
2016-10-24Don’t use bare percent literals.Markus Reiter
2016-10-04Refactor Cask’s extensions.Markus Reiter
2016-10-02*/diagnostic: tweak messaging.Mike McQuaid
Update some messaging based on recent user confusion and the `/usr/local/Homebrew` and Ruby 2 migrations.
2016-09-23Fix Style/MethodName.Markus Reiter
2016-09-09diagnostic: remove duplicate checks.Mike McQuaid
2016-08-06tests: fix code style issues (#587)Andrea Kao
2016-07-27diagnostic: port to generic layer.Mike McQuaid
2016-07-06doctor: check for beta XQuartz releasesMisty De Meo
Beta versions of XQuartz have address sanitization enabled, which breaks some software at runtime, including wine. Closes Homebrew/homebrew-core#2481. Closes #459. Signed-off-by: Misty De Meo <mistydemeo@github.com>
2016-04-21doctor: remove autotools checkMisty De Meo
2016-03-22test_diagnostic: update expected wordingDominyk Tiller
2016-01-20diagnostic: fix autoconf checkMartin Afanasjew
Xcode can only provide autotools if it is installed, thus check that first. Skipping this check will try to compare a `nil` Xcode version to 4.3, the first version of Xcode to not provide autotools. Fixes Homebrew/homebrew#48208. Closes Homebrew/homebrew#48278. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-01-09more diagnostic testsBaptiste Fontaine
2016-01-07a few more diagnostic checksBaptiste Fontaine
Closes Homebrew/homebrew#47769. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-01-06diagnostic testsBaptiste Fontaine
Closes Homebrew/homebrew#47760. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>