summaryrefslogtreecommitdiff
path: root/test/bbackupd
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-12-26 23:17:02 +0000
committerChris Wilson <chris+github@qwirx.com>2014-12-26 23:17:02 +0000
commita1d64b63efbe641a1404ca1c49754c46f9a142b2 (patch)
treee79c46785b42943bcf4e66bfcde36874c310ce17 /test/bbackupd
parent86dcc235fd56423b50b7bd5d7064bd61d4a71b53 (diff)
Add comments about why some tests are skipped on Windows.
Diffstat (limited to 'test/bbackupd')
-rw-r--r--test/bbackupd/testbbackupd.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index 190b3930..eb6c3ee2 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -556,6 +556,8 @@ bool test_basics()
// Apply attributes to these new files
t1.WriteAttributes("testfiles/test1_n");
#ifdef WIN32
+ // We can't apply symlink attributes on Win32, so use a normal file's
+ // attributes instead.
t1.WriteAttributes("testfiles/test2_n");
#else
t2.WriteAttributes("testfiles/test2_n");
@@ -4041,6 +4043,7 @@ bool test_locked_file_behaviour()
SETUP_WITH_BBSTORED();
#ifndef WIN32
+ // There are no tests for mandatory locks on non-Windows platforms yet.
BOX_NOTICE("skipping test on this platform");
#else
// TODO FIXME dedent