Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Testing framework in U++.
Re: Testing framework in U++. [message #32591 is a reply to message #32570] Thu, 26 May 2011 11:59 Go to previous messageGo to previous message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
That's too deep level for meaningful problem report, you have to go level up to see what test exactly did crash the program.

Although I think I know which one was crashing it.

See UnitTestTest/TestTest.cpp:64 "TEST (CrashingTestsAreReportedAsFailures)"

Comment the whole test out, and try again, it should finish correctly with something like:
Success: 165 tests passed.
Test time: 0.24 seconds.

I'm not sure how to fix the compiler settings/upp hooks to catch crashes as exceptions, it's a known problem I documented in UnitTest++/README (see at end of file known issues "*B*").

As my apps don't crash very often, I don't care this feature does not work for me, but if anyone can contribute fix (how to turn crashing exceptions into c++ exceptions which will be catch by UnitTest++), I will be very glad for such fix.

In the meantime, comment out the crash test, and don't crash in your app too. Wink

[Updated on: Thu, 26 May 2011 12:00]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Proposed change to U++ to allow owning children.
Next Topic: U++ video control to come soon
Goto Forum:
  


Current Time: Mon May 13 20:36:06 CEST 2024

Total time taken to generate the page: 0.02406 seconds