diff options
author | Wilhelm Pflueger <Wilhelm.Pflueger@web.de> | 2011-03-21 14:13:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-21 14:13:51 +0000 |
commit | c97a89f8be34e3d9f47363435d0e4073201d8dc3 (patch) | |
tree | c4cb744ab52480cd22339ac965658d981913f780 /sal/prj | |
parent | 5e41374388e05a605af223421c19dfa86383e911 (diff) |
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.lst | 1 |
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 |