Piotr Caban
|
c6530fee82
|
msvcp90/tests: Remove unneeded casts.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:03:33 +09:00 |
Sebastian Lackner
|
6ed6e91621
|
msvcp90/tests: Use brackets to protect arguments in call_func macros.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-11 20:26:26 +09:00 |
Michael Müller
|
27b5c93609
|
msvcp90: Basic_string_wchar_dtor should set EAX to 0 on i386.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-24 22:58:44 +09:00 |
Piotr Caban
|
73a996de01
|
msvcp/tests: Force dll cleanup code to get executed (for valgrind).
|
2014-05-08 17:41:50 +02:00 |
Daniel Lehman
|
90cb553e5e
|
msvcp90: Return last index in string::find_last_not_of_cstr_substr if input is empty.
|
2013-11-14 10:37:23 +01:00 |
Dan Kegel
|
8e9e82f41e
|
msvcp90: Handle npos as length in more places.
|
2012-09-10 11:46:55 +02:00 |
Daniel Lehman
|
e831468401
|
msvcp90: Handle npos as a len in basic_string<>::replace.
|
2012-07-17 11:56:47 +02:00 |
Nicolas Le Cam
|
99db789eda
|
msvcp90/tests: Don't redefine __thiscall.
|
2012-03-14 11:50:27 +01:00 |
Daniel Lehman
|
cbe1bcd29f
|
msvcp90: Start rfind from given position.
|
2012-01-16 12:45:37 +01:00 |
Alexandre Julliard
|
23dd500a64
|
msvcp90/tests: Fix the calling convention of some function pointers.
|
2011-07-08 14:40:22 +02:00 |
Alexandre Julliard
|
99cdacb93b
|
msvcp90/tests: Dynamically generate a thunk to call thiscall functions.
It's not possible to do this correctly with inline assembly.
|
2011-07-05 18:07:43 +02:00 |
Piotr Caban
|
28d5eb0827
|
msvcp90/tests: Don't check if msvcp90 functions exists in string tests.
|
2011-05-27 17:53:38 +02:00 |
Piotr Caban
|
02e46c8eaa
|
msvcp90/tests: Added basic_string<char> find tests.
|
2011-04-29 14:21:42 +02:00 |
Piotr Caban
|
223ac3cc09
|
msvcp90/tests: Added operator+ tests (basic_string<char>).
|
2011-04-01 10:49:51 +02:00 |
Eryk Wieliczko
|
5101cfc1a5
|
msvcp90/tests: Added basic_string<{char, wchar}>.capacity tests.
|
2010-11-29 11:34:13 +01:00 |
Piotr Caban
|
785828fc87
|
msvcp90/tests: Added basic_string<char>::compare tests.
|
2010-11-25 11:49:07 +01:00 |
Piotr Caban
|
40894dabb0
|
msvcp90/tests: Fix typo in loaded function name.
|
2010-11-23 13:22:02 +01:00 |
Piotr Caban
|
d3b89e2d97
|
msvcp90/tests: Added basic_string<char>::append tests.
|
2010-11-18 12:37:27 +01:00 |
Vincas Miliūnas
|
0de373beff
|
msvcp90/tests: Added basic_string<wchar_t>::swap tests.
|
2010-11-17 14:01:12 +01:00 |
Vincas Miliūnas
|
af780d888f
|
msvcp90/tests: Added basic_string<char>::swap tests.
|
2010-11-17 14:01:11 +01:00 |
Piotr Caban
|
960a248da6
|
msvcp90/tests: Fix basic_string<wchar_t>.size tests.
|
2010-09-03 16:02:31 +02:00 |
Piotr Caban
|
57f3a88cda
|
msvcp90/tests: Added basic_string<{char,wchar_t}>.size tests.
|
2010-09-02 11:55:06 +02:00 |
Piotr Caban
|
ee9319eac7
|
msvcp90/tests: Added basic_string<{char,wchar_t}>.data tests.
|
2010-09-02 11:54:56 +02:00 |
Piotr Caban
|
39b98144c7
|
msvcp90/tests: Added basic_string<wchar_t> tests.
|
2010-08-30 17:57:01 +02:00 |
Piotr Caban
|
0ca290921e
|
msvcp90/tests: Added basic_string<char> tests.
|
2010-08-24 12:20:30 +02:00 |