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 Summer cleaning - removed a lot of llcommon dependencies to speed up build times 2013-07-30 19:13:45 -07:00
commonmisc_test.cpp
listener.h
llallocator_heap_profile_test.cpp Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
llallocator_test.cpp
llbase64_test.cpp Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
lldate_test.cpp Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
lldeadmantimer_test.cpp merge with release 2014-02-24 18:45:59 -08:00
lldependencies_test.cpp Bring in new TUT library build. Clean up ensure_equals() overloads. 2014-10-23 20:23:08 -07:00
llerror_test.cpp Isolate #pragma clang to __clang__ compilations. 2014-12-16 13:54:29 -05:00
lleventcoro_test.cpp Update to build on Xcode 6.0 (fix unit tests): remove unused statement warning 2014-10-22 11:38:56 -07:00
lleventdispatcher_test.cpp
lleventfilter_test.cpp
llframetimer_test.cpp fix dos line endings 2014-12-23 11:12:19 -05:00
llinstancetracker_test.cpp BUILDFIX: double delete in instancetracker unit test 2013-10-21 10:32:19 -07:00
lllazy_test.cpp Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
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 SH-4153 Port user and system cpu accounting from example program. 2013-05-02 15:43:58 +00:00
llrand_test.cpp Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
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 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
llstreamqueue_test.cpp
llstring_test.cpp Bring in new TUT library build. Clean up ensure_equals() overloads. 2014-10-23 20:23:08 -07:00
lltrace_test.cpp
lltreeiterators_test.cpp Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
llunits_test.cpp fixed bad logic in unit test 2013-08-27 18:59:32 -07:00
lluri_test.cpp Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
stringize_test.cpp
wrapllerrs.h