Commit b316df06 authored by Aaron Jacobs's avatar Aaron Jacobs

Added test names.

parent 0b2038c1
......@@ -57,6 +57,22 @@ func (t *StatFSTest) SetUp(ti *TestInfo) {
// Tests
////////////////////////////////////////////////////////////////////////
func (t *StatFSTest) DoesFoo() {
func (t *StatFSTest) Syscall_ZeroValues() {
AssertTrue(false, "TODO")
}
func (t *StatFSTest) Syscall_NonZeroValues() {
AssertTrue(false, "TODO")
}
func (t *StatFSTest) CapacityAndFreeSpace() {
AssertTrue(false, "TODO: Use df")
}
func (t *StatFSTest) WriteSize() {
AssertTrue(false, "TODO")
}
func (t *StatFSTest) UnsupportedBlockSizes() {
AssertTrue(false, "TODO")
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment