http://bugs.winehq.org/show_bug.cgi?id=20627
Summary: chromium's base_unittests's StackTrace.OutputToStream fails (RtlCaptureStackBackTrace unimplemented) Product: Wine Version: 1.1.32 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
$ wine base_unittests.exe --gtest_filter=StackTrace.OutputToStream
fails with
[ RUN ] StackTrace.OutputToStream fixme:seh:RtlCaptureStackBackTrace (0, 62, 0x32facc, (nil)) stub! .\debug_util_unittest.cc(22): error: Expected: (frames_found) >= (5u), actual: 0 vs 5 No stack frames found. Skipping rest of test. [ FAILED ] StackTrace.OutputToStream (1070 ms)
Looks like RtlCaptureStackBackTrace needs implementing.