Author: kotkov
Date: Fri Aug 22 11:51:24 2014
New Revision: 1619758
URL: http://svn.apache.org/r1619758
Log:
Following up on r1619413, mark the new enforce_consistent_revprop_caching()
test a WIMP, because it currently fails on platforms with named atomics
disabled in compile time. We could probably tweak its expectations,
but the corresponding changeset is planned to be reverted (as per
http://svn.haxx.se/dev/archive-2014-08/0273.shtml), so this should be
a cheap way of making our buildbots green again.
Discussed in #svn-dev IRC.
* subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c
(test_funcs): Make the enforce_consistent_revprop_caching() test a WIMP.
Modified:
subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c
Modified: subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c?rev=1619758&r1=1619757&r2=1619758&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs_fs/fs-fs-pack-test.c Fri Aug 22
11:51:24 2014
@@ -1344,8 +1344,9 @@ static struct svn_test_descriptor_t test
SVN_TEST_OPTS_WIMP(revprop_caching_on_off,
"change revprops with enabled and disabled caching",
"fails with FSFS / svn_named_atomic__is_efficient()"),
- SVN_TEST_OPTS_PASS(enforce_consistent_revprop_caching,
- "test revprop cache setting consistency"),
+ SVN_TEST_OPTS_WIMP(enforce_consistent_revprop_caching,
+ "test revprop cache setting consistency",
+ "fails with FSFS / !svn_named_atomic__is_efficient()"),
SVN_TEST_NULL
};