From b139eefeef9cfe3dd45228cd2b73d0cfd08d9bf3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 8 Jul 2014 11:13:46 +0300 Subject: Bypass CppunitTest_sal_osl_security with VS2013 for now, hangs Change-Id: I8500b0cc4e541c96124425b713ba96226ff4715d --- sal/Module_sal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sal') diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index 139ca5e356b4..2cfbaee9ac49 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -40,7 +40,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_sal_osl_file) \ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),,CppunitTest_sal_osl_module) \ CppunitTest_sal_osl_old_test_file \ - CppunitTest_sal_osl_security \ + $(if $(filter-out MSC-120,$(COM)-$(VCVER)),CppunitTest_sal_osl_security) \ CppunitTest_sal_osl_thread \ CppunitTest_sal_rtl_alloc \ CppunitTest_sal_rtl_process \ -- cgit