summaryrefslogtreecommitdiffstats
path: root/sal/prj
diff options
context:
space:
mode:
authorWilhelm Pflueger <Wilhelm.Pflueger@web.de>2011-03-21 14:13:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-21 14:13:51 +0000
commitc97a89f8be34e3d9f47363435d0e4073201d8dc3 (patch)
treec4cb744ab52480cd22339ac965658d981913f780 /sal/prj
parentFix Windows build of sal (diff)
downloadcore-c97a89f8be34e3d9f47363435d0e4073201d8dc3.tar.gz
core-c97a89f8be34e3d9f47363435d0e4073201d8dc3.zip
Reanimated tests in ure/sal/qa/osl/socket
I had to deactivate the tests in osl_SocketAddr.cxx and osl_Socket2.cxx in makefile.mk. These tests failed: osl_SocketAddr.cxx (SHL5TARGET) caused Segmentation fault. osl_Socket2.cxx (SHL6TARGET) just failed with error 1. I added the option SILENT_TEST in osl_Socket.cxx and in sockethelper.hxx to allow tests without output (t_print disabled).
Diffstat (limited to 'sal/prj')
-rw-r--r--sal/prj/build.lst1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/prj/build.lst b/sal/prj/build.lst
index 1813ffe91ab6..74ddc7d9f918 100644
--- a/sal/prj/build.lst
+++ b/sal/prj/build.lst
@@ -23,6 +23,7 @@ sa sal\qa\osl\file nmake - u sa_qa_osl_file sa_cppunittester sa_util NULL
sa sal\qa\osl\module nmake - u sa_qa_osl_module sa_cppunittester sa_util NULL
sa sal\qa\osl\condition nmake - all sa_qa_osl_condition sa_cppunittester sa_util NULL
sa sal\qa\osl\security nmake - all sa_qa_osl_security sa_cppunittester sa_util NULL
+sa sal\qa\osl\socket nmake - all sa_qa_osl_socket sa_cppunittester sa_util NULL
sa sal\qa\osl\process nmake - all sa_qa_osl_process sa_cppunittester sa_util NULL
sa sal\qa\osl\setthreadname nmake - all sa_qa_osl_setthreadname sa_cppunittester sa_util NULL
sa sal\qa\rtl\math nmake - all sa_qa_rtl_math sa_cppunittester sa_util NULL