From b80f480540933d396f63ca3464bc40c1966a957d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 12 Feb 2013 14:20:04 +0100 Subject: [PATCH 1/1] Tests msg-bittorrent-*-parallel are not broken anymore. --- buildtools/Cmake/AddTests.cmake | 7 ------- 1 file changed, 7 deletions(-) diff --git a/buildtools/Cmake/AddTests.cmake b/buildtools/Cmake/AddTests.cmake index bd6c5b8b32..1b3dda1082 100644 --- a/buildtools/Cmake/AddTests.cmake +++ b/buildtools/Cmake/AddTests.cmake @@ -446,13 +446,6 @@ if(NOT enable_memcheck) set_tests_properties(mc-centralized-raw PROPERTIES WILL_FAIL true) endif() endif() - set_tests_properties(msg-bittorrent-thread-parallel PROPERTIES ENVIRONMENT SG_TEST_EXENV=true WILL_FAIL true) - if(CONTEXT_UCONTEXT) - set_tests_properties(msg-bittorrent-ucontext-parallel PROPERTIES ENVIRONMENT SG_TEST_EXENV=true WILL_FAIL true) - endif() - if(HAVE_RAWCTX) - set_tests_properties(msg-bittorrent-raw-parallel PROPERTIES ENVIRONMENT SG_TEST_EXENV=true WILL_FAIL true) - endif() endif() endif() -- 2.20.1