summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-10-17 10:58:09 -0400
committerNat Goodspeed <nat@lindenlab.com>2015-10-17 10:58:09 -0400
commit8c1a76784576087b45fbf432d855dd5718a29c32 (patch)
treeed9e32864f0e309e56695830e9d11afe66ad1f10 /indra/llcommon
parent4312629e7c5749b86add9d42e6e550602f34dbf5 (diff)
Suppress specifically the LLProcess and LLLeap integration tests
because of Oz's suspicion that they may, in some mysterious way, contribute to code-signing failures.
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-xindra/llcommon/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 5863310162..60bc372130 100755
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -309,8 +309,8 @@ if (LL_TESTS)
LL_ADD_INTEGRATION_TEST(stringize "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(lleventdispatcher "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(lleventcoro "" "${test_libs};${BOOST_CONTEXT_LIBRARY};${BOOST_THREAD_LIBRARY};${BOOST_COROUTINE_LIBRARY};${BOOST_SYSTEM_LIBRARY}")
- LL_ADD_INTEGRATION_TEST(llprocess "" "${test_libs}")
- LL_ADD_INTEGRATION_TEST(llleap "" "${test_libs}")
+##LL_ADD_INTEGRATION_TEST(llprocess "" "${test_libs}")
+##LL_ADD_INTEGRATION_TEST(llleap "" "${test_libs}")
LL_ADD_INTEGRATION_TEST(llstreamqueue "" "${test_libs}")
# *TODO - reenable these once tcmalloc libs no longer break the build.