aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/unix
Commit message (Expand)AuthorAge
* expectThrows has been renamed to assertThrowsGravatar cushon2018-02-24
* Make getxattr not throw an exception when attribute does not exist on Mac.Gravatar ajmichael2018-02-09
* Replace path implementation.Gravatar tomlu2018-02-08
* Fall back to guessing available memory on Linux machines running kernels olde...Gravatar Googler2017-10-18
* Throw a checked exception if there's an error reading /proc/meminfo, and hand...Gravatar janakr2017-10-12
* Rather than logging the amount of free physical memory on Linux systems, log ...Gravatar Googler2017-10-06
* Migrate Java tests to Truth.Gravatar lberki2017-05-30
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Move FileAccessException to the vfs packageGravatar Ulf Adams2017-02-17
* Move ProcMeminfoParser to lib.unix, where it belongsGravatar Ulf Adams2017-01-09
* Implement the first stage of Bazel's "Sandbox 2.0" for Linux.Gravatar Philipp Wollermann2016-08-18
* Rename FilesystemUtils to NativePosixFiles.Gravatar Lukacs Berki2016-01-27
* Migrated remaining tests in devtools/build/lib to JUnit 4.Gravatar Florian Weikert2015-12-03
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Test for the correct exception in FilesystemUtilsTest.Gravatar Philipp Wollermann2015-06-30
* Fix "crashes with "Aborted" and no other useful errors on EPERM".Gravatar Philipp Wollermann2015-06-30
* Some more cleanup.Gravatar Ulf Adams2015-03-10
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25