Opened 10 years ago

Closed 10 years ago

#6878 closed Bugs (fixed)

Need to add tss_null.cpp file to allow thread-dependent tests to run on WinCE

Reported by: David Deakins Owned by: Emil Dotchevski
Milestone: To Be Determined Component: exception
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The tests that depend on Boost.Thread are failing to link on WinCE because automatic thread-specific storage cleanup is not implemented on WinCE. However, that isn't really important for the purposes of the test in Boost.Exception. Boost.Thread provides the tss_null.cpp file to eliminate the link error for testing purposes. I have attached a patch that includes tss_null for the relevant tests in the Boost.Exception test jamfile.

Attachments (1)

boost-exception-test-Jamfile.v2.patch (1.3 KB ) - added by David Deakins 10 years ago.
patch file

Download all attachments as: .zip

Change History (2)

by David Deakins, 10 years ago

patch file

comment:1 by Emil Dotchevski, 10 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk revision 79013.

Note: See TracTickets for help on using tickets.