"Carbon unit tests" Bus Error in RunUnitTests
"Carbon unit tests" Bus Error in RunUnitTests
- Subject: "Carbon unit tests" Bus Error in RunUnitTests
- From: Jean-François Brouillet <email@hidden>
- Date: Mon, 8 Aug 2005 04:18:49 +0100
I just created my first CPlusTest based unit test following
the how to there:
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
UnitTesting/Articles/CreatingTests.html
and was quite happy ... until I noticed this:
Suite All started
Test test_object::test_basic started
Test test_object::test_basic finished
Test test_object::test_new_object started
Test test_object::test_new_object finished
Test test_object::test_new_sub_object started
Test test_object::test_new_sub_object finished
Test test_object::test_new_plain_vanilla started
/Developer/Tools/RunUnitTests: line 182: 12818 Bus error "$
{TEST_RIG}" "${TEST_BUNDLE_PATH}"
If I comment out the body of my last unit test, I get:
Suite All started
Test test_object::test_basic started
Test test_object::test_basic finished
Test test_object::test_new_object started
Test test_object::test_new_object finished
Test test_object::test_new_sub_object started
Test test_object::test_new_sub_object finished
Test test_object::test_new_plain_vanilla started
Test test_object::test_new_plain_vanilla finished
Suite All finished
Ran 4 tests, 0 failed.
instead.
I understand that "it's somehow my fault", but any pointer as
to what this Bus Error means could help me narrow down where
things start to go bad ...
Many Thanks.
--
Jean-François Brouillet
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden