phoenix-firestorm/indra/llcommon/tests
Nat Goodspeed 33649e848b Experimentally try full-size LLLeap stream test on Windows.
The new toolchain may (!) have fixed a longstanding bug in LLLeap / APR when
we try to pump large volumes of data through a Windows named pipe using APR
nonblocking I/O. This used to fail pretty consistently because the APR
nonblocking write call would sometimes spuriously return "would block" when in
fact the data buffer was completely written; the caller would later retry,
which of course would duplicate some of the data in the pipe. Preliminary
experiments with VS 2013 suggest this may have been resolved. This changeset
is to propagate the experiment to a wider range of Windows systems; we may
need to revert it if in fact the bug persists.
2015-01-12 12:11:37 -05:00
..
StringVec.h
bitpack_test.cpp
commonmisc_test.cpp
listener.h
llallocator_heap_profile_test.cpp
llallocator_test.cpp
llbase64_test.cpp
lldate_test.cpp
lldeadmantimer_test.cpp
lldependencies_test.cpp
llerror_test.cpp Isolate #pragma clang to __clang__ compilations. 2014-12-16 13:54:29 -05:00
lleventcoro_test.cpp
lleventdispatcher_test.cpp
lleventfilter_test.cpp
llframetimer_test.cpp fix dos line endings 2014-12-23 11:12:19 -05:00
llinstancetracker_test.cpp
lllazy_test.cpp
llleap_test.cpp Experimentally try full-size LLLeap stream test on Windows. 2015-01-12 12:11:37 -05:00
llmemtype_test.cpp
llprocess_test.cpp Disambiguate a few ensure() calls. 2014-12-11 13:12:20 -05:00
llprocessor_test.cpp
llprocinfo_test.cpp
llrand_test.cpp
llsdserialize_test.cpp For one use case, boost::bind() better than boost::phoenix::bind(). 2014-12-16 15:17:24 -05:00
llsingleton_test.cpp
llstreamqueue_test.cpp
llstring_test.cpp
lltrace_test.cpp
lltreeiterators_test.cpp
llunits_test.cpp
lluri_test.cpp
stringize_test.cpp
wrapllerrs.h