Created
December 1, 2010 18:41
-
-
Save seanhess/723979 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
woot:tvclient seanhess$ make test | |
GHUNIT_CLI=1 xcodebuild -target Tests -configuration Debug -sdk iphonesimulator4.0 build | |
Build settings from command line: | |
PLATFORM_NAME = iphonesimulator | |
SDKROOT = /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.0.sdk | |
=== BUILD NATIVE TARGET Tests OF PROJECT tvclient WITH CONFIGURATION Debug === | |
Check dependencies | |
PhaseScriptExecution "Run Script" /Users/seanhess/itv/build/tvclient.build/Debug-iphonesimulator/Tests.build/Script-78510CD012A6CBC900E64E41.sh | |
cd /Users/seanhess/itv/tvclient | |
/bin/sh -c /Users/seanhess/itv/build/tvclient.build/Debug-iphonesimulator/Tests.build/Script-78510CD012A6CBC900E64E41.sh | |
Running: /Users/seanhess/itv/build/Debug-iphonesimulator/Tests.app/Tests -RegisterForSystemEvents | |
Tests(43355) malloc: protecting edges | |
Tests(43355) malloc: recording malloc stacks to disk using standard recorder | |
Tests(43355) malloc: enabling scribbling to detect mods to free blocks | |
Tests(43355) malloc: stack logs being written into /tmp/stack-logs.43355.Tests.ig2wEF.index | |
Test Suite 'Tests' started. | |
ExampleTests/testAsyncTesting OK (0.002s) | |
ExampleTests/testShouldPass OK (0.000s) | |
TVURLRequestTests/testDiskCache 2010-12-01 11:41:41.638 Tests[43355:903] | |
Name: GHTestFailureException | |
File: /Users/gabe/Projects/gh-unit/Classes/GHAsyncTestCase.m | |
Line: 127 | |
Reason: Request timed out | |
#0 0x24408fc __exceptionPreprocess() (/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation) | |
#1 0x258e5de objc_exception_throw() (/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.0.sdk/usr/lib/libobjc.A.dylib) | |
#2 0x2440851 +[NSException raise] (/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.0.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation) | |
#3 0x002f30 +[TVURLRequestTests testDiskCache] (/Users/seanhess/itv/build/Debug-iphonesimulator/Tests.app/Tests) | |
#4 0x04a7a4 +[GHTesting runTestWithTarget:selector:exception:interval:reraiseExceptions:] (/Users/seanhess/itv/build/Debug-iphonesimulator/Tests.app/Tests) | |
#5 0x046b12 +[GHTest run:] (/Users/seanhess/itv/build/Debug-iphonesimulator/Tests.app/Tests) | |
#6 0x0486d3 +[GHTestGroup _run:] (/Users/seanhess/itv/build/Debug-iphonesimulator/Tests.app/Tests) | |
#7 0x0486d3 +[GHTestGroup _run:] (/Users/seanhess/itv/build/Debug-iphonesimulator/Tests.app/Tests) | |
#8 0x04b945 +[GHTestRunner runTests] (/Users/seanhess/itv/build/Debug-iphonesimulator/Tests.app/Tests) | |
#9 0x04b9b4 +[GHTestRunner run] (/Users/seanhess/itv/build/Debug-iphonesimulator/Tests.app/Tests) | |
#10 0x0021e0 main() (/Users/seanhess/itv/build/Debug-iphonesimulator/Tests.app/Tests) | |
#11 0x0020d5 start() (/Users/seanhess/itv/build/Debug-iphonesimulator/Tests.app/Tests) | |
FAIL (2.055s) | |
TVURLRequestTests/testHitsCacheOnSecondTry OK (0.002s) | |
Test Suite 'Tests' finished. | |
Executed 4 of 4 tests, with 1 failures in 2.059 seconds (0 disabled). | |
Failed tests: | |
TVURLRequestTests/testDiskCache | |
Tests(43355,0xa06f2540) malloc: stack logs deleted from /tmp/stack-logs.43355.Tests.ig2wEF.index | |
Command /bin/sh failed with exit code 1 | |
Command /bin/sh failed with exit code 1 | |
** BUILD FAILED ** | |
The following build commands failed: | |
Tests: | |
PhaseScriptExecution "Run Script" /Users/seanhess/itv/build/tvclient.build/Debug-iphonesimulator/Tests.build/Script-78510CD012A6CBC900E64E41.sh | |
(1 failure) | |
make: *** [test] Error 1 | |
woot:tvclient seanhess$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment