[v3] adjust weak_ptr testcase

2011-12-23 Thread Jonathan Wakely
This modifies the test to PASS when the expected type of exception is caught, instead of being XFAIL due to uncaught exception. Tested x86_64-linux, committed to trunk. * testsuite/tr1/2_general_utilities/shared_ptr/cons/ weak_ptr_expired.cc: Modify to PASS instead of XFAIL. Index

Re: [v3] adjust weak_ptr testcase

2012-02-05 Thread Jonathan Wakely
On 23 December 2011 17:33, Jonathan Wakely wrote: > This modifies the test to PASS when the expected type of exception is > caught, instead of being XFAIL due to uncaught exception. > > Tested x86_64-linux, committed to trunk. > >        * testsuite/tr1/2_general_utilities/shared_ptr/cons/ >