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 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 another attempted buildfix 2013-10-21 11:19:38 -07:00
lleventfilter_test.cpp more buildfix stuff 2013-10-21 11:24:35 -07:00
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
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 Bring in new TUT library build. Clean up ensure_equals() overloads. 2014-10-23 20:23:08 -07:00
lltrace_test.cpp fixed things so that trace recordings can be read from even while active 2013-10-21 14:22:21 -07:00
lltreeiterators_test.cpp
llunits_test.cpp fixed bad logic in unit test 2013-08-27 18:59:32 -07:00
lluri_test.cpp
stringize_test.cpp v-r -> s-e merge WIP 2014-05-14 17:50:59 -04:00
wrapllerrs.h MAINT-4009: Final pass refactoring to eliminate memory allocation related to error reporting that is not properly cleaned up. 2014-05-17 00:41:36 +01:00