Commit Graph

59 Commits

Author SHA1 Message Date
Piotr Caban
67a2fb01ce msvcp90: Added std::sqrt(complex) tests. 2013-01-25 11:18:43 +01:00
Piotr Caban
690e32684d msvcp90: Added std::log10(complex) tests. 2013-01-25 11:18:32 +01:00
Piotr Caban
ec5e51d893 msvcp90: Added std::tanh(complex) tests. 2013-01-24 14:35:00 +01:00
Piotr Caban
66ee663e0c msvcp90: Added std::tan(complex) tests. 2013-01-24 14:34:47 +01:00
Piotr Caban
2e4eb12219 msvcp90: std::_Fabs(complex) tests. 2013-01-24 14:34:32 +01:00
Piotr Caban
383bbb87f6 msvcp90: Added basic complex numbers tests. 2013-01-16 20:27:44 +01:00
Piotr Caban
a497d36a62 msvcp90: Added wctrans and towctrans tests. 2012-11-16 11:42:00 +01:00
Piotr Caban
aa04ea7009 msvcp90: Fixed basic_istream_char_read_uint64 tests. 2012-11-14 16:32:00 +01:00
Piotr Caban
96c9b0fb84 msvcp90: Fixed a memory leak in virtual destructor tests. 2012-11-12 12:13:13 +01:00
Piotr Caban
0609fccf44 msvcp90: Free memory allocated by _get_current_locale function. 2012-11-12 12:13:09 +01:00
Daniel Lehman
23cbfff4b6 msvcp90/tests: Add fstream<>::tellg tests. 2012-11-09 11:41:58 +01:00
Piotr Caban
654a3ec500 msvcp90: Destroy string returned by basic_stringbuf_char_str_get. 2012-11-07 18:12:06 +01:00
Piotr Caban
9b0ce65bb6 msvcp90: Fixed long long printing in tests. 2012-11-07 18:12:06 +01:00
Daniel Lehman
89cde281d4 msvcp90: Use streambuf sgetc/snextc in std::getline(istream<> &). 2012-11-05 11:08:01 +01:00
Daniel Lehman
01c451703c msvcp90: In istream<>::tellg don't use sentry. 2012-10-31 16:12:28 +01:00
Daniel Lehman
32be163545 msvcp90: Set eof state in istream<>::peek if got eof. 2012-10-29 20:23:39 +01:00
Daniel Lehman
7fe93a5f75 msvcp90: In istream::seekg, don't use sentry and clear state. 2012-10-26 11:49:20 +02:00
Daniel Lehman
7fa823e5fa msvcp90: Set state at end of istream<>::ignore. 2012-10-25 12:52:16 +02:00
Daniel Lehman
d6e86edb99 msvcp90: Set failbit at end of istream<>::sentry::_Ipfx. 2012-10-24 11:27:30 +02:00
Daniel Lehman
9416918a5d msvcp90: In num_put, use default precision of 6 if 0 and not fixed. 2012-10-19 11:16:43 +02:00
Daniel Lehman
82c1fb41aa msvcp90: Fix num_get<>::_Getffld. 2012-10-16 12:18:05 +02:00
Daniel Lehman
c65bd5cad2 msvcp90: Fix parsing in num_get<>::_Getifld. 2012-10-12 11:02:50 +02: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
Piotr Caban
3adb3a3c28 msvcp90/tests: Added destructor tests for class with virtual inheritance. 2012-07-09 10:01:35 -04:00
Piotr Caban
b4da8894e6 msvcp90/tests: Added _Getcoll tests. 2012-07-02 19:38:19 +02:00
Piotr Caban
e16922f3f3 msvcp90/tests: Fixed _Getctype tests. 2012-07-02 19:38:10 +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
Piotr Caban
ecbe1ff211 msvcp90/tests: Test virtual function calls returning structures. 2011-12-29 16:44:56 +01:00
Piotr Caban
5051876660 msvcp90: Added collate<char>::compare implementation. 2011-12-20 20:06:35 +01:00
Piotr Caban
c56c74331c msvcp90: Added _Getctype implementation. 2011-12-06 15:51:00 +01:00
Piotr Caban
7eb800f185 msvcp90: Added wctype implementation. 2011-07-29 18:06:30 +02: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
8a96e66f7b msvcp90/tests: Don't check if msvcp90 functions exists in misc 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
Alexandre Julliard
bd9852cd6f makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions. 2010-09-19 12:40:12 +02:00
Alexandre Julliard
81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02: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