http://bugs.winehq.org/show_bug.cgi?id=24287
--- Comment #1 from Dan Kegel dank@kegel.com 2010-09-06 08:46:44 CDT --- Created an attachment (id=30603) --> (http://bugs.winehq.org/attachment.cgi?id=30603) List of the 64 functions this test imports from msvcr80
Of the 64 functions this test imports from msvcp80, only 14 are implemented so far: ?0?$allocator@D@std@@QAE@ABV01@@Z ?0?$allocator@D@std@@QAE@XZ ?0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z ?0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z ?0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ ?1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ allocate@?$allocator@D@std@@QAEPADI@Z c_str@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEPBDXZ construct@?$allocator@D@std@@QAEXPADABD@Z deallocate@?$allocator@D@std@@QAEXPADI@Z eof@?$char_traits@D@std@@SAHXZ eq_int_type@?$char_traits@D@std@@SA_NABH0@Z length@?$char_traits@D@std@@SAIPBD@Z max_size@?$allocator@D@std@@QBEIXZ
The other 50 are still stubs. At the moment, one would expect the test to fail when it ran into a stub, but it seems to crash before it hits one of those. Let's not worry about the stubs for the moment, and make this bug just about the ones already implemented. We can open other bug(s) for the stubs later.