summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2011-06-05 16:26:18 +0200
committerRobert Nagy <robert@openbsd.org>2011-06-05 16:27:37 +0200
commit3390f08279ed94b4ea41b4e5f1f56efd5dbe3735 (patch)
tree0ca87ef8661676c1f601010ed392503edf171e8e /sc/qa/unit/ucalc.cxx
parentc479a4f05b9b7daf4e836df7433b3e1dbe6d4054 (diff)
testCVEs is still broken, disable it on OpenBSD, let linux hide the bugs
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index c43eb01b60d9..fca79470837b 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -285,7 +285,9 @@ public:
CPPUNIT_TEST(testGraphicsInGroup);
CPPUNIT_TEST(testStreamValid);
CPPUNIT_TEST(testFunctionLists);
+#if !defined(__OpenBSD__)
CPPUNIT_TEST(testCVEs);
+#endif
CPPUNIT_TEST(testToggleRefFlag);
CPPUNIT_TEST_SUITE_END();