| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-27 | test_mach: make OS X specific. | Mike McQuaid | |
| 2016-06-29 | test: Add tests for Keg#mach_o_files link behavior. | William Woodruff | |
| Move dylib_path and bundle_path from test_mach to testing_env to accommodate the new tests. Closes #400. Signed-off-by: Martin Afanasjew <martin@afanasjew.de> | |||
| 2016-06-27 | Revert "test: Add test for Keg#mach_o_files hardlink behavior." | Tim D. Smith | |
| This reverts commit 62d7079684cdb568600e22531c62888622a71ff1. | |||
| 2016-06-27 | test: Add test for Keg#mach_o_files hardlink behavior. | William Woodruff | |
| Move dylib_path and bundle_path from test_mach to testing_env to accommodate the new test. Closes #400. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-06-18 | Use assert_predicate | Jack Nagel | |
| 2014-06-18 | Use a custom test class so we can avoid monkeypatching | Jack Nagel | |
| 2014-06-10 | Rename TEST_FOLDER to TEST_DIRECTORY | Jack Nagel | |
| 2014-06-10 | Scope setup to the tests that need it | Jack Nagel | |
| 2014-06-10 | Add methods for building test file paths | Jack Nagel | |
| 2014-06-10 | Trust the fixtures and stop asserting on file(1) output | Jack Nagel | |
| 2014-06-10 | Pull common code into setup method | Jack Nagel | |
| 2014-06-04 | Clean up some test assertions | Jack Nagel | |
| 2013-08-15 | Mach: improve tests | Misty De Meo | |
| 2013-06-01 | test_mach: move helper method out of global namespace | Jack Nagel | |
| 2013-03-28 | Suppress ambiguous argument and grouped expression warnings | Jack Nagel | |
| 2012-08-30 | tests: avoid unnecessary chdir | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-07-04 | tests: clean up whitespace | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-07-04 | Prune some requires from test files | Jack Nagel | |
| testing_env already requires utils; set up the ARGV and ENV extensions there as well. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-06-16 | Teach Mach-O machinery about bundles | Jack Nagel | |
| c.f. Homebrew/homebrew#12810. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-06-15 | Improve Pathname#text_executable? regexp | Jack Nagel | |
| file(1) does not allow leading whitespace on shebang lines, and there appears to be no restrictions on what characters follow '#!', either. While at it, fix an erroneous shebang test. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-05-30 | archs_for_command: use new Mach-O Pathname methods | Jack Nagel | |
| - Reimplement archs_for_command on top of the new Mach-O methods - Move ArchitectureListExtension to mach.rb - Add a test for the ArchitectureListExtension Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-05-30 | Pathname: add Mach-O module | Jack Nagel | |
| The MachO module contains methods for learning about Mach-O binaries, and can be used where one might normally shell out to file(1). Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
