Commit Graph

118 Commits (master)

Author SHA1 Message Date
Michael Stapelberg 8edaf5989f skip failing test for now 2 years ago
Michael Stapelberg ae5da07e4c
remove naked returns across the code base (#75)
fixes #73
3 years ago
Michael Stapelberg cd3c1bb470 flush_fs_test: match another error message 4 years ago
Arran Walker 5ee7049312 replace imports of "golang.org/x/net/context" with "context" 5 years ago
Aaron Jacobs b2c3396382 Update state around "close without msyc" behavior on OS X. 7 years ago
Aaron Jacobs 57b4e8798f Fixed other tests on OS X. 8 years ago
Aaron Jacobs e69b8a8c37 Implement setattr; otherwise closing after writing fails. 8 years ago
Aaron Jacobs eaa0177b80 Clean up mappings even on assertion failure. 8 years ago
Aaron Jacobs c12f80b1e2 Fixed flushfs. 8 years ago
Aaron Jacobs 82289ebdd4 Fixed sample build errors. 8 years ago
Aaron Jacobs 964ae1b4e5 Don't rely on fuseshim for errors. 8 years ago
Aaron Jacobs aa32dd928b Fixed some more references to bazilfuse. 8 years ago
Aaron Jacobs 3103bb22a1 Updated samples. 8 years ago
Aaron Jacobs 4cba8c73d1 Fixed flushfs. 8 years ago
Aaron Jacobs 0c77f49eab Made a test work on both Linux and OS X. 8 years ago
Aaron Jacobs 3338682836 ReadOnlyTest.ReadDir 8 years ago
Aaron Jacobs 9e9c2ac2c9 ReadOnlyTest.StatFiles 8 years ago
Aaron Jacobs 7bef9dadfe Fixed tests to match real behavior. 8 years ago
Aaron Jacobs f547825dfa ReadOnlyTest.Chmod 8 years ago
Aaron Jacobs 039f159ab1 ReadOnlyTest.Chtimes 8 years ago
Aaron Jacobs dbc48cd39f ReadOnlyTest.OpenForWrite 8 years ago
Aaron Jacobs 87e443860a ReadOnlyTest.Mkdir 8 years ago
Aaron Jacobs 409c174eac ReadOnlyTest.CreateFile 8 years ago
Aaron Jacobs 2931e283d2 ReadOnlyTest.ReadRoot 8 years ago
Aaron Jacobs fc1e4aab6b flushFS.ReadDir 8 years ago
Aaron Jacobs 2f2c40a367 Allow opening the root dir in flushfs. 8 years ago
Aaron Jacobs 9ee0e4a22f Started ReadOnlyTest.ReadRoot. 8 years ago
Aaron Jacobs 20ff8c6aec ReadOnlyTest.SetUp 8 years ago
Aaron Jacobs 7caa7e6e91 Added test names. 8 years ago
Aaron Jacobs 74b847919c Fixed flushfs. 8 years ago
Aaron Jacobs e1e438439c Use FileSystem in memfs. 8 years ago
Aaron Jacobs beb1ac7430 Use FileSystem in flushfs. 8 years ago
Aaron Jacobs fd7866ea8b Fixed flushfs bugs. 8 years ago
Aaron Jacobs 9a704e1cd1 Mostly updated flushfs. 8 years ago
Aaron Jacobs 9190eea002 Fixed several build errors. 8 years ago
Aaron Jacobs 32da7d5015 FsyncErrorTest.Msync 8 years ago
Aaron Jacobs a0d210e535 Updated msync tests after setting MS_SYNC. 8 years ago
Aaron Jacobs 80c462596d Oops, set MS_SYNC or Linux does nothing. 8 years ago
Aaron Jacobs 3aaca555a4 NoErrorsTest.Mmap_WithMsync_CloseBeforeMunmap 8 years ago
Aaron Jacobs 2f5062ac6c Oops, msync helper is broken. 8 years ago
Aaron Jacobs 331695907b Oops, forgot to msync. 8 years ago
Aaron Jacobs 597e126409 NoErrorsTest.Mmap_WithMsync_MunmapBeforeClose 8 years ago
Aaron Jacobs 0888482d8a Implemented msync helper. 8 years ago
Aaron Jacobs edd7a48815 Declared msync-related tests. 8 years ago
Aaron Jacobs a032446479 Removed GOMAXPROCS-related workarounds.
These are no longer needed as of the work in #4.
8 years ago
Aaron Jacobs e4e12848fb Fixed fdatasync build errors on darwin. 8 years ago
Aaron Jacobs cf22c43238 Removed redundant checks that don't work for all error types. 8 years ago
Aaron Jacobs db0ab82bdd FsyncErrorTest.Fdatasync 8 years ago
Aaron Jacobs 51f6b01135 NoErrorsTest.Fdatasync 8 years ago
Aaron Jacobs fddf222e4f Declared fdatasync tests. 8 years ago