aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
AgeCommit message (Expand)Author
2013-12-14Add HOMEBREW_TEMP to testing environmentJack Nagel
2013-12-12Combine superenv testsJack Nagel
2013-12-12Add another fails_with testJack Nagel
2013-12-11Simplify prefix testJack Nagel
2013-12-09Implement hash equality for VersionJack Nagel
2013-12-09Extract constants for checkums in testsJack Nagel
2013-12-09Pass deps collection to be expanded as a parameterJack Nagel
2013-12-05Use BottleCollector in Bottle SoftwareSpecMisty De Meo
2013-12-05Add BottleCollectorMisty De Meo
2013-12-03Adjust fails_with syntax for non-Apple compilersMisty De Meo
2013-12-03Adjust tests for ac1fd380759ebe9aa3fe42465cd5d38b209c32b5Jack Nagel
2013-11-26Add test for 5c1ee9c1aeee00e512919f37d3fa66fcf637e070Jack Nagel
2013-11-14Add some missing test cases for `brew update`Jack Nagel
2013-11-13Prevent deps of build-time deps from leaking into the build environmentJack Nagel
2013-10-31Remove duplicate testJack Nagel
2013-10-30Cleanup use of some global constants.Mike McQuaid
2013-10-30Resource: push conditional down into #verify_download_integrityJack Nagel
2013-10-25Disallow initializing Versions with non-stringsJack Nagel
2013-10-25Stop coercing MACOS_VERSION to a floatJack Nagel
2013-10-23test_utils: fix Mavericks arch test.Mike McQuaid
2013-10-23test_formula: add Mavericks bottles.Mike McQuaid
2013-10-23test_formula: use different/consistent SHA-1.Mike McQuaid
2013-10-22Bottle tag tests: fix Tiger Intel 64Misty De Meo
2013-10-22Eagerly initialize formula specsJack Nagel
2013-10-21Fix bottle_tag testsMisty De Meo
2013-10-18Add OS.mac? and OS.linux?Jack Nagel
2013-10-14Remove pointless assertionJack Nagel
2013-10-14Assert on state, not something that didn't happenJack Nagel
2013-10-11Resource: do not mutate passed-in specs hashJack Nagel
2013-10-11CurlDownloadStrategy: dup mirror list before mutating itJack Nagel
2013-10-11icu4c: add bottle regex.Mike McQuaid
2013-10-11VCSDownloadStrategy: rename checkout_name to cache_filenameJack Nagel
2013-10-10git_etc: update based on bottle etc/var changes.Mike McQuaid
2013-10-09Extract a new superclass for VCS-based download strategiesJack Nagel
2013-10-07Fix test failure for C++ stdlib.Xiyue Deng
2013-10-06CxxStdlib: allow for nil stdlibsMisty De Meo
2013-10-04Check types in Formula#==Jack Nagel
2013-09-30Handle invalid names in download strategiesJack Nagel
2013-09-28Infer dependencies from download strategies and URLsJack Nagel
2013-09-26Raise when given an invalid download strategy specJack Nagel
2013-09-23Set owner of resources to SoftwareSpec objectJack Nagel
2013-09-21Move dependencies to SoftwareSpecJack Nagel
2013-09-21Move options to SoftwareSpecJack Nagel
2013-09-20Add tests to ensure ENV.compiler is correctJack Nagel
2013-09-20At some point this started working againJack Nagel
2013-09-17Make spec-scoped resources override top-level resourcesJack Nagel
2013-09-17SoftwareSpec tests are now Resource testsJack Nagel
2013-09-14Copies of BuildOptions should not share underlying collectionsJack Nagel
2013-09-14Tear down the cache after installation testsJack Nagel
2013-09-14Move SoftwareSpec to a separate fileJack Nagel