[PATCH 4/4] msvcp90/tests: Added basic_string<wchar>::append(size_t, wchar) tests.

Vincas Miliūnas vincas.miliunas at gmail.com
Mon Apr 18 16:53:56 CDT 2011


One of the methods for http://bugs.winehq.org/show_bug.cgi?id=24927

My remark: (The method is implemented by reusing existing code) this->size+count<this->size is the same as count < 0 and throwing a "string too long" exception in that case is not semantic.

---
 dlls/msvcp90/tests/string.c |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-msvcp90-tests-Added-basic_string-wchar-append-size_t.patch
Type: text/x-patch
Size: 3858 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20110419/4c863dd5/attachment-0001.bin>


More information about the wine-patches mailing list