http://bugs.winehq.org/show_bug.cgi?id=24287 --- Comment #1 from Dan Kegel <dank(a)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(a)D@std@@QAE(a)ABV01@@Z ?0?$allocator(a)D@std@@QAE(a)XZ ?0?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)ABV01@@Z ?0?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)PBD@Z ?0?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)XZ ?1?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAE(a)XZ allocate@?$allocator(a)D@std@@QAEPADI(a)Z c_str@?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QBEPBDXZ construct@?$allocator(a)D@std@@QAEXPADABD(a)Z deallocate@?$allocator(a)D@std@@QAEXPADI(a)Z eof@?$char_traits(a)D@std@@SAHXZ eq_int_type@?$char_traits(a)D@std@@SA_NABH0(a)Z length@?$char_traits(a)D@std@@SAIPBD(a)Z max_size@?$allocator(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.