Created
October 13, 2015 00:41
-
-
Save floatplane/9711102fab1d113c2d18 to your computer and use it in GitHub Desktop.
Gradle iOS test output
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
plugins { | |
id "org.openbakery.xcode-plugin" version "0.11.4" | |
} | |
xcodebuild { | |
target = 'Core' | |
scheme = 'CoreTests' | |
sdk = 'iphonesimulator' | |
destination { | |
name = 'iPad Retina' | |
platform = 'iOS Simulator' | |
os='9.0' | |
} | |
// additionalParameters = "ONLY_ACTIVE_ARCH=YES" | |
} |
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
$ gradle --no-daemon --info test | |
Starting Build | |
Settings evaluated using settings file '/master/settings.gradle'. | |
Projects loaded. Root project using build file '/Users/brian/src/Paper/iOS/SDK/Core/build.gradle'. | |
Included projects: [root project 'Core'] | |
Evaluating root project 'Core' using build file '/Users/brian/src/Paper/iOS/SDK/Core/build.gradle'. | |
All projects evaluated. | |
Selected primary task 'test' from project : | |
Tasks to be executed: [task ':keychainClean', task ':keychainCreate', task ':provisioningClean', task ':provisioningInstall', task ':xcodebuildConfig', task ':xcodetest', task ':test'] | |
:keychainClean (Thread[main,5,main]) started. | |
:keychainClean | |
Executing task ':keychainClean' (up-to-date check took 0.002 secs) due to: | |
Task has not declared any outputs. | |
"/Users/brian/Library/Keychains/login.keychain" | |
"/Library/Keychains/System.keychain" | |
:keychainClean (Thread[main,5,main]) completed. Took 0.077 secs. | |
:keychainCreate (Thread[main,5,main]) started. | |
:keychainCreate | |
Skipping task ':keychainCreate' as task onlyIf is false. | |
:keychainCreate SKIPPED | |
:keychainCreate (Thread[main,5,main]) completed. Took 0.005 secs. | |
:provisioningClean (Thread[main,5,main]) started. | |
:provisioningClean | |
Executing task ':provisioningClean' (up-to-date check took 0.001 secs) due to: | |
Task has not declared any outputs. | |
:provisioningClean (Thread[main,5,main]) completed. Took 0.011 secs. | |
:provisioningInstall (Thread[main,5,main]) started. | |
:provisioningInstall | |
Skipping task ':provisioningInstall' as task onlyIf is false. | |
:provisioningInstall SKIPPED | |
:provisioningInstall (Thread[main,5,main]) completed. Took 0.001 secs. | |
:xcodebuildConfig (Thread[main,5,main]) started. | |
:xcodebuildConfig | |
Executing task ':xcodebuildConfig' (up-to-date check took 0.0 secs) due to: | |
Task has not declared any outputs. | |
Parse project file: /Users/brian/src/Paper/iOS/SDK/Core/Core.xcodeproj/project.pbxproj | |
infoPlist: null | |
Xcode 7.0.1 | |
Build version 7A1001 | |
/Applications/Xcode.app/Contents/Developer/usr/bin/simctl | |
== Device Types == | |
iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s) | |
iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5) | |
iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s) | |
iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6) | |
iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus) | |
iPhone 6s (com.apple.CoreSimulator.SimDeviceType.iPhone-6s) | |
iPhone 6s Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus) | |
iPad 2 (com.apple.CoreSimulator.SimDeviceType.iPad-2) | |
iPad Retina (com.apple.CoreSimulator.SimDeviceType.iPad-Retina) | |
iPad Air (com.apple.CoreSimulator.SimDeviceType.iPad-Air) | |
iPad Air 2 (com.apple.CoreSimulator.SimDeviceType.iPad-Air-2) | |
Apple Watch - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm) | |
Apple Watch - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm) | |
== Runtimes == | |
iOS 9.0 (9.0 - 13A340) (com.apple.CoreSimulator.SimRuntime.iOS-9-0) | |
watchOS 2.0 (2.0 - 13S343) (com.apple.CoreSimulator.SimRuntime.watchOS-2-0) | |
== Devices == | |
-- iOS 9.0 -- | |
iPhone 4s (F0A4DEB8-9DFD-4921-A1FD-BAB5DDCB6A07) (Shutdown) | |
iPhone 5 (73061A8B-EC5D-4D3F-B014-97AA1E6EC507) (Shutdown) | |
iPhone 5s (EC4576C6-2417-4C17-8F69-26F5DD13B3D9) (Shutdown) | |
iPhone 6 (E429BFFD-E229-4DDB-A508-BADE0230B314) (Shutdown) | |
iPhone 6 Plus (17E3306B-AE37-4496-8F73-5D0C267B169F) (Shutdown) | |
iPhone 6s (CE1708EB-45E6-4A4C-933D-7E3D8594F2D2) (Shutdown) | |
iPhone 6s Plus (1A25E2F5-2C02-4DF4-B3FD-AAD85520DDFF) (Shutdown) | |
iPad 2 (6D3200D1-11A9-4C91-B092-EC8F59F32068) (Shutdown) | |
iPad Retina (DEF54E3B-B55B-4963-B6BD-69FB4E449091) (Booted) | |
iPad Air (848157C9-F667-4934-8D03-DA31C00C5571) (Shutdown) | |
iPad Air 2 (B5C6900C-8413-4AA1-ACE8-47E19386785F) (Shutdown) | |
-- watchOS 2.0 -- | |
Apple Watch - 38mm (81051F32-E745-4058-A4E3-682DED7812EB) (Shutdown) | |
Apple Watch - 42mm (FD2F5781-9D68-432D-9FE8-111AA9E31D04) (Shutdown) | |
-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-7-1 -- | |
iPhone 4s (50B39A0C-59CF-428A-8DB7-C785FCC72297) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5 (F67B096D-2473-4407-8107-65B0227DAC46) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5s (35CA417A-167E-478F-8DF6-1EAC5AB1BDF9) (Shutdown) (unavailable, runtime profile not found) | |
iPad 2 (C66A22B0-99FC-437A-98E8-F3F3D192DEBC) (Shutdown) (unavailable, runtime profile not found) | |
iPad Retina (CA3D833C-A96F-4ED5-A72A-F0F6DC024D94) (Shutdown) (unavailable, runtime profile not found) | |
iPad Air (9E3CF5DD-B981-46E5-8B08-B631C310AA3F) (Shutdown) (unavailable, runtime profile not found) | |
-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-8-0 -- | |
iPhone 4s (B20A4E49-CB98-4FD1-9702-71F1FA357B1E) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5 (9C148A06-B4C0-4859-85C0-D48D1B31C202) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5s (501C4EB9-3A8D-4607-8DBE-E5CFB96B82CB) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 (026DD57F-121A-4CBE-B65D-596740BB6A7D) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 Plus (2C078C25-B05C-43E7-9CB4-0FF31EE1E8CD) (Shutdown) (unavailable, runtime profile not found) | |
iPad 2 (437AD034-308A-4DE0-96B6-748570B7D937) (Shutdown) (unavailable, runtime profile not found) | |
iPad Retina (20C726CD-84C3-4133-B69E-3678FED79AC6) (Shutdown) (unavailable, runtime profile not found) | |
iPad Air (C3E8F597-7702-43FB-A3C6-FB66AB1ED1FF) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPad (50DFC5DE-331F-458B-82FE-929BD53AED02) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPhone (2EF7394D-8D32-4F4C-B9AE-6B45D483210F) (Shutdown) (unavailable, runtime profile not found) | |
-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-8-1 -- | |
iPhone 4s (4C6AD371-2FD8-4DDC-B414-BB5D6F88411F) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5 (488E9EDE-9399-400B-A0EF-2E1975AFC5F7) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5s (D0714BA7-1F86-4D40-8309-57E298799D65) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 (20BB85B0-4075-4F0D-92B0-60E2741A4A3F) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 Plus (7AB78745-B3C9-4B86-88A3-D680B0364880) (Shutdown) (unavailable, runtime profile not found) | |
iPad 2 (9CA681FA-FDED-49CF-B4EA-F14ED58B77F3) (Shutdown) (unavailable, runtime profile not found) | |
iPad Retina (91880B34-FCA4-4A0E-8A35-539229715CB8) (Shutdown) (unavailable, runtime profile not found) | |
iPad Air (F80AF4FB-7117-4D27-B3B8-3972814824D1) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPad (8AB1C1C7-61FD-4D5E-923D-BD9A5096554E) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPhone (0B0CBDCA-A76B-43ED-B299-108A65CB48AB) (Shutdown) (unavailable, runtime profile not found) | |
-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-8-2 -- | |
iPhone 4s (89F57502-A607-4F78-A73C-6A277915E96A) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 4s (B4E083DB-A9D1-471E-91F6-6EBA17F4198F) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5 (1AB5094C-FE42-404A-A1BF-79C806639211) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5 (4E3C5665-A2AE-46D0-B60E-3C6E6844AE48) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5s (4AD7F0D2-DDA1-4A4B-9218-F83D1881A763) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5s (21DA42B9-A4CA-45AF-8FDC-BC1495B3B792) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 (D7D31E6A-3A2B-40E2-B80E-47E869F19CB0) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 (BAC51589-35E9-4556-9E5D-4985AEC6B113) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 Plus (E6526EBE-29A4-48BC-9ADA-A13A0EACA8F6) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 Plus (BB11F4D2-89B6-4026-A566-725C38F18C37) (Shutdown) (unavailable, runtime profile not found) | |
iPad 2 (3957722C-5DA9-4C82-91E2-761BFEAACECC) (Shutdown) (unavailable, runtime profile not found) | |
iPad 2 (7764F58C-104D-446A-B19D-915A766901EE) (Shutdown) (unavailable, runtime profile not found) | |
iPad Retina (D8E1235D-3E8B-45C8-92A8-F6E1B8F5C76F) (Shutdown) (unavailable, runtime profile not found) | |
iPad Retina (CA4CC1D7-A1A5-4A01-A12E-ED3374E0A647) (Shutdown) (unavailable, runtime profile not found) | |
iPad Air (92039DD1-0D4B-42B5-9322-4A59DFA43E4A) (Shutdown) (unavailable, runtime profile not found) | |
iPad Air (12759E26-E0F5-4EF4-83FD-AC8EE2FE707A) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPad (2018A94B-B06C-4C53-A6DD-D0879093EF2C) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPad (B116CE58-9BC1-4A19-AB87-C7F52457AA8B) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPhone (519B20D8-CD5F-4C7C-9053-3C59AA1808A4) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPhone (6B4E8C21-32C1-4B34-8F53-35888FE62695) (Shutdown) (unavailable, runtime profile not found) | |
-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-8-3 -- | |
iPhone 4s (61221D02-FCE0-4B79-B225-A7B550361ABA) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5 (4D358F91-3796-47A4-A77F-CDD218C12C9E) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5s (7E120A95-C8AE-4480-84D4-EA7F3DA6D240) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 (85F50E8D-AE1E-4545-894E-B540728A7663) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 Plus (B89CCB70-0D52-42A4-A71F-7D45B096FDC1) (Shutdown) (unavailable, runtime profile not found) | |
iPad 2 (53E50409-8233-4F95-B3B6-F6A106F64A5E) (Shutdown) (unavailable, runtime profile not found) | |
iPad Retina (78B2E4A6-8594-4072-B14D-A9403DEB468B) (Shutdown) (unavailable, runtime profile not found) | |
iPad Air (CA59D7FD-0EFB-4909-86BE-9C9C23BA09EE) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPad (6776399B-7F1C-4EA0-A45E-2ECEC4B63610) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPhone (ED2BA428-0AEF-4322-B023-7A57B3166666) (Shutdown) (unavailable, runtime profile not found) | |
-- Unavailable: com.apple.CoreSimulator.SimRuntime.iOS-8-4 -- | |
iPhone 4s (17E1D502-D72E-4B20-AB1D-325292CD2735) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5 (46452FF9-9B86-4EE5-B936-1C97BF8D712A) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 5s (4A61F3A1-1021-420D-82BA-F7FEAFC99CF5) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 (B2732C2D-8135-485D-85AF-0F6750914033) (Shutdown) (unavailable, runtime profile not found) | |
iPhone 6 Plus (B1810EC0-EC03-4968-ADDB-539D5167DBD8) (Shutdown) (unavailable, runtime profile not found) | |
iPad 2 (BF541644-1C6D-4BAD-A210-0E15B04FCAE0) (Shutdown) (unavailable, runtime profile not found) | |
iPad Retina (4D088F3C-662E-4F12-BCDA-F2D1287726D6) (Shutdown) (unavailable, runtime profile not found) | |
iPad Air (CAFACA09-CB87-447A-8E5A-586EE860DC10) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPad (74E72056-D03F-445C-93FB-C0BA92A455F6) (Shutdown) (unavailable, runtime profile not found) | |
Resizable iPhone (F03DE0D3-E4EE-47F7-8F0E-736260E6EBCD) (Shutdown) (unavailable, runtime profile not found) | |
== Device Pairs == | |
225F5FFD-BBD3-4FE8-B4A5-76087545247A (disconnected) | |
Watch: Apple Watch - 38mm (81051F32-E745-4058-A4E3-682DED7812EB) (Shutdown) | |
Phone: iPhone 6 (E429BFFD-E229-4DDB-A508-BADE0230B314) (Shutdown) | |
7CB7A66F-ADA7-49FA-B5F8-68B049BA7C34 (disconnected) | |
Watch: Apple Watch - 42mm (FD2F5781-9D68-432D-9FE8-111AA9E31D04) (Shutdown) | |
Phone: iPhone 6 Plus (17E3306B-AE37-4496-8F73-5D0C267B169F) (Shutdown) | |
:xcodebuildConfig (Thread[main,5,main]) completed. Took 0.382 secs. | |
:xcodetest (Thread[main,5,main]) started. | |
:xcodetest | |
Executing task ':xcodetest' (up-to-date check took 0.0 secs) due to: | |
Task has not declared any outputs. | |
Killing old simulators | |
No matching processes belonging to you were found | |
2015-10-12 17:36:32.023 xcodebuild[36796:7057747] [MT] PluginLoading: Required plug-in compatibility UUID 0420B86A-AA43-4792-9ED0-6FE0F2B16A13 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XCActionBar.xcplugin' not present in DVTPlugInCompatibilityUUIDs | |
2015-10-12 17:36:32.024 xcodebuild[36796:7057747] [MT] PluginLoading: Required plug-in compatibility UUID 0420B86A-AA43-4792-9ED0-6FE0F2B16A13 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SparkInspectorXcodePlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs | |
2015-10-12 17:36:32.025 xcodebuild[36796:7057747] [MT] PluginLoading: Required plug-in compatibility UUID 0420B86A-AA43-4792-9ED0-6FE0F2B16A13 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs | |
User defaults from command line: | |
IDEDerivedDataPathOverride = /Users/brian/src/Paper/iOS/SDK/Core/build/derivedData | |
Build settings from command line: | |
DSTROOT = /Users/brian/src/Paper/iOS/SDK/Core/build/dst | |
OBJROOT = /Users/brian/src/Paper/iOS/SDK/Core/build/obj | |
SDKROOT = iphonesimulator9.0 | |
SHARED_PRECOMPS_DIR = /Users/brian/src/Paper/iOS/SDK/Core/build/shared | |
SYMROOT = /Users/brian/src/Paper/iOS/SDK/Core/build/sym | |
2015-10-12 17:36:32.380 xcodebuild[36796:7057747] [MT] IDETestOperationsObserverDebug: (CCCD9D7F-99BF-4F9B-826D-CB16BEF3D908) Beginning test session with Xcode 7A1001 on target <DVTiPhoneSimulator: 0x7fd1ed954f50> { | |
SimDevice: SimDevice : iPad Retina (DEF54E3B-B55B-4963-B6BD-69FB4E449091) : state={ Shutdown } deviceType={ SimDeviceType : com.apple.CoreSimulator.SimDeviceType.iPad-Retina } runtime={ SimRuntime : 9.0 (13A340) - com.apple.CoreSimulator.SimRuntime.iOS-9-0 } | |
} (9.0 (13A340)) | |
=== BUILD TARGET Core OF PROJECT Core WITH CONFIGURATION Debug === | |
Check dependencies | |
=== BUILD TARGET CoreTests OF PROJECT Core WITH CONFIGURATION Debug === | |
Check dependencies | |
Test Suite 'All tests' started at 2015-10-12 17:36:34.858 | |
Run tests for: iPad Retina/iOS Simulator/9.0 | |
Test Suite 'Core.xctest' started at 2015-10-12 17:36:34.859 | |
Test Suite 'COWVectorTests' started at 2015-10-12 17:36:34.860 | |
Test Case '-[COWVectorTests testReadAfterWriteLockForcesCopy]' started. | |
Test Case '-[COWVectorTests testReadAfterWriteLockForcesCopy]' passed (0.001 seconds). | |
Test Case '-[COWVectorTests testVerifyNonInterleavedLocksDontCopy]' started. | |
Test Case '-[COWVectorTests testVerifyNonInterleavedLocksDontCopy]' passed (0.000 seconds). | |
Test Case '-[COWVectorTests testWriteAfterReadLockForcesCopy]' started. | |
Test Case '-[COWVectorTests testWriteAfterReadLockForcesCopy]' passed (0.001 seconds). | |
Test Suite 'COWVectorTests' passed at 2015-10-12 17:36:34.864. | |
Executed 3 tests, with 0 failures (0 unexpected) in 0.002 (0.004) seconds | |
Test Suite 'ComponentRegistryTests' started at 2015-10-12 17:36:34.864 | |
Test Case '-[ComponentRegistryTests testBasicRegistration]' started. | |
I 17:36:34.866 [7058048] Log.cpp:0214: **************** APP LAUNCH **************** | |
I 17:36:34.867 [7058048] Log.cpp:0214: TIME: 2015-10-12 17:36:34 PDT (UTC -0700) | |
I 17:36:34.867 [7058048] Log.cpp:0214: APP: | |
I 17:36:34.868 [7058048] Log.cpp:0214: BRANCH_NAME: <undefined> | |
I 17:36:34.868 [7058048] Log.cpp:0214: BUILD_CONFIG: Dev-Debug | |
I 17:36:34.868 [7058048] Log.cpp:0214: BUNDLE_ID: | |
I 17:36:34.868 [7058048] Log.cpp:0214: VERSION: (null) (null) ((null)) | |
I 17:36:34.868 [7058048] Log.cpp:0214: DEVICE: | |
I 17:36:34.905 [7058048] Log.cpp:0214: DEVICE_MODEL: iPad | |
Test Case '-[ComponentRegistryTests testBasicRegistration]' passed (0.041 seconds). | |
I 17:36:34.905 [7058048] Log.cpp:0214: HARDWARE_FAMILY: iPad | |
I 17:36:34.905 [7058048] Test Case '-[ComponentRegistryTests testRegistration]' started. | |
Log.cpp:02Test Case '-[ComponentRegistryTests testRegistration]' passed (0.001 seconds). | |
14: HARDWARE_VERSION: iPad2 | |
Test Case '-[ComponentRegistryTests testTaggedRegistration]' started. | |
Test Case '-[ComponentRegistryTests testTaggedRegistration]' passed (0.000 seconds). | |
Test Suite 'ComponentRegistryTests' passed at 2015-10-12 17:36:34.910. | |
Executed 3 tests, with 0 failures (0 unexpected) in 0.042 (0.045) seconds | |
Test Suite 'CoordinateSystemsTests' started at 2015-10-12 17:36:34.910 | |
I 17:36:34.905 [7058048] LTest Case '-[CoordinateSystemsTests testCGCoordinates]' started. | |
og.cpp:0214: IS_SIMULATOR: 1 | |
Test Case '-[CoordinateSystemsTests testCGCoordinates]' passed (0.001 seconds). | |
Test Case '-[CoordinateSystemsTests testInkCoordinates]' started. | |
Test Case '-[CoordinateSystemsTests testInkCoordinates]' passed (0.001 seconds). | |
Test Case '-[CoordinateSystemsTests testLLOPixelCoordinates]' started. | |
I 17:36:34.905 [7058048] Log.cpp:0214: OS_VERSION: 9.0 | |
Test Case '-[CoordinateSystemsTests testLLOPixelCoordinates]' passed (0.002 seconds). | |
Test Case '-[CoordinateSystemsTests testNormalizedCoordinates]' started. | |
Test Case '-[CoordinateSystemsTests testNormalizedCoordinates]' passed (0.001 seconds). | |
Test Case '-[CoordinateSystemsTests testPixelCoordinates]' started. | |
Test Case '-[CoordinateSystemsTests testPixelCoordinates]' passed (0.001 seconds). | |
E 17:36:34.905 [7058048] ComponentRegistry.:0060: ComponentRegistry::ComponentTagPair<(anonymous namespace)::TestClass, ComponentRegistry::NoTag> component requested, but hasn't been registered | |
Test Case '-[CoordinateSystemsTests testTextureCoordinates]' started. | |
Test Case '-[CoordinateSystemsTests testTextureCoordinates]' passed (0.002 seconds). | |
Test Case '-[CoordinateSystemsTests testUIKitCoordinates]' started. | |
Test Case '-[CoordinateSystemsTests testUIKitCoordinates]' passed (0.001 seconds). | |
Test Case '-[CoordinateSystemsTests testViewportCoordinates]' started. | |
Test Case '-[CoordinateSystemsTests testViewportCoordinates]' passed (0.001 seconds). | |
Test Suite 'CoordinateSystemsTests' passed at 2015-10-12 17:36:34.948. | |
Executed 8 tests, with 0 failures (0 unexpected) in 0.009 (0.038) seconds | |
E 17:36:34.905 [7058048] ComponentRegistry.:0060: ComponentRegistry::ComponentTagPair<(anonymous namespace)::TestClass, ComponentRegistry::NoTag> component requested, but hasn't been registered | |
Test Suite 'EasingTests' started at 2015-10-12 17:36:34.950 | |
E 17:36:34.907 [7058048] ComponentRegistry.:0060: ComponentRegistry::ComponentTagPair<(anonymous namespace)::TestClass, ComponentRegistry::NoTag> component requested, but hasn't been registered | |
Test Case '-[EasingTests testEasing1f]' started. | |
E 17:36:34.907 [7058048] ComponentRegistry.:0060: ComponentRegistry::ComponentTagPair<(anonymous namespace)::TestClass, ComponentRegistry::NoTag> component requested, but hasn't been registered | |
Test Case '-[EasingTests testEasing1f]' passed (0.002 seconds). | |
Test Suite 'EasingTests' passed at 2015-10-12 17:36:34.954. | |
Executed 1 test, with 0 failures (0 unexpected) in 0.002 (0.003) seconds | |
Test Suite 'EnumTests' started at 2015-10-12 17:36:34.955 | |
Test Case '-[EnumTests testBasics]' started. | |
Test Case '-[EnumTests testBasics]' passed (0.001 seconds). | |
Test Case '-[EnumTests testBoolEnum]' started. | |
Test Case '-[EnumTests testBoolEnum]' passed (0.001 seconds). | |
Test Case '-[EnumTests testHashing]' started. | |
E 17:36:34.908 [7058048] ComponentRegistry.:0060: ComponentRegistry::ComponentTagPair<(anonymous namespace)::TestClass, ComponentRegistry::NoTag> component requested, but hasn't been registered | |
Test Case '-[EnumTests testHashing]' passed (0.005 seconds). | |
Test Case '-[EnumTests testOneElementEnum]' started. | |
Test Case '-[EnumTests testOneElementEnum]' passed (0.000 seconds). | |
Test Case '-[EnumTests testToString]' started. | |
Test Case '-[EnumTests testToString]' passed (0.000 seconds). | |
Test Suite 'EnumTests' passed at 2015-10-12 17:36:34.968. | |
Executed 5 tests, with 0 failures (0 unexpected) in 0.007 (0.013) seconds | |
Test Suite 'EventTests' started at 2015-10-12 17:36:34.970 | |
Test Case '-[EventTests testFunctionListener]' started. | |
E 17:36:34.908 [7058048] ComponentRegistry.:0060: ComponentRegistry::ComponentTagPair<(anonymous namespace)::TestClass, (anonymous namespace)::TagA> component requested, but hasn't been registered | |
Test Case '-[EventTests testFunctionListener]' passed (0.003 seconds). | |
Test Case '-[EventTests testFunctionListener_dealloc]' started. | |
Test Case '-[EventTests testFunctionListener_dealloc]' passed (0.001 seconds). | |
Test Case '-[EventTests testFunctionListener_FailureToRetain]' started. | |
Test Case '-[EventTests testFunctionListener_FailureToRetain]' passed (0.001 seconds). | |
Test Suite 'EventTests' passed at 2015-10-12 17:36:34.978. | |
Executed 3 tests, with 0 failures (0 unexpected) in 0.004 (0.009) seconds | |
Test Suite 'PropertyAndEventListenerTests' started at 2015-10-12 17:36:35.000 | |
Test Case '-[PropertyAndEventListenerTests testBasic]' started. | |
Test Case '-[PropertyAndEventListenerTests testBasic]' passed (0.001 seconds). | |
Test Suite 'PropertyAndEventListenerTests' passed at 2015-10-12 17:36:35.002. | |
Executed 1 test, with 0 failures (0 unexpected) in 0.001 (0.002) seconds | |
Test Suite 'PropertyTests' started at 2015-10-12 17:36:35.003 | |
Test Case '-[PropertyTests testFunctionListener]' started. | |
Test Case '-[PropertyTests testFunctionListener]' passed (0.003 seconds). | |
Test Case '-[PropertyTests testFunctionListener_dealloc]' started. | |
Test Case '-[PropertyTests testFunctionListener_dealloc]' passed (0.001 seconds). | |
Test Case '-[PropertyTests testFunctionListener_FailureToRetain]' started. | |
Test Case '-[PropertyTests testFunctionListener_FailureToRetain]' passed (0.002 seconds). | |
Test Case '-[PropertyTests testPropertyBasics]' started. | |
Test Case '-[PropertyTests testPropertyBasics]' passed (0.001 seconds). | |
Test Case '-[PropertyTests testPropertyRemoveListener]' started. | |
Test Case '-[PropertyTests testPropertyRemoveListener]' passed (0.001 seconds). | |
Test Case '-[PropertyTests testRetainCycles]' started. | |
Test Case '-[PropertyTests testRetainCycles]' passed (0.001 seconds). | |
Test Suite 'PropertyTests' passed at 2015-10-12 17:36:35.020. | |
Executed 6 tests, with 0 failures (0 unexpected) in 0.009 (0.017) seconds | |
Test Suite 'SemaphoreTests' started at 2015-10-12 17:36:35.021 | |
Test Case '-[SemaphoreTests testBasic]' started. | |
Test Case '-[SemaphoreTests testBasic]' passed (0.405 seconds). | |
Test Case '-[SemaphoreTests testEmptySemaphore]' started. | |
Test Case '-[SemaphoreTests testEmptySemaphore]' passed (0.000 seconds). | |
Test Suite 'SemaphoreTests' passed at 2015-10-12 17:36:35.428. | |
Executed 2 tests, with 0 failures (0 unexpected) in 0.405 (0.407) seconds | |
Test Suite 'SpringTests' started at 2015-10-12 17:36:35.463 | |
Test Case '-[SpringTests testSpring1f]' started. | |
Test Case '-[SpringTests testSpring1f]' passed (0.004 seconds). | |
Test Case '-[SpringTests testSpring2f]' started. | |
Test Case '-[SpringTests testSpring2f]' passed (0.005 seconds). | |
Test Suite 'SpringTests' passed at 2015-10-12 17:36:35.473. | |
Executed 2 tests, with 0 failures (0 unexpected) in 0.008 (0.010) seconds | |
Test Suite 'StringUtilsTests' started at 2015-10-12 17:36:35.474 | |
Test Case '-[StringUtilsTests testHasPrefix]' started. | |
Test Case '-[StringUtilsTests testHasPrefix]' passed (0.001 seconds). | |
Test Case '-[StringUtilsTests testHasSuffix]' started. | |
Test Case '-[StringUtilsTests testHasSuffix]' passed (0.001 seconds). | |
Test Case '-[StringUtilsTests testSplitOnWhitespace]' started. | |
Test Case '-[StringUtilsTests testSplitOnWhitespace]' passed (0.000 seconds). | |
Test Case '-[StringUtilsTests testTrimPrefix]' started. | |
Test Case '-[StringUtilsTests testTrimPrefix]' passed (0.000 seconds). | |
Test Case '-[StringUtilsTests testTrimSuffix]' started. | |
Test Case '-[StringUtilsTests testTrimSuffix]' passed (0.035 seconds). | |
Test Suite 'StringUtilsTests' passed at 2015-10-12 17:36:35.514. | |
Executed 5 tests, with 0 failures (0 unexpected) in 0.037 (0.040) seconds | |
Test Suite 'VersionInfoTests' started at 2015-10-12 17:36:35.515 | |
Test Case '-[VersionInfoTests testVersionComparison]' started. | |
Test Case '-[VersionInfoTests testVersionComparison]' passed (0.002 seconds). | |
Test Suite 'VersionInfoTests' passed at 2015-10-12 17:36:35.519. | |
Executed 1 test, with 0 failures (0 unexpected) in 0.002 (0.004) seconds | |
Test Suite 'Core.xctest' passed at 2015-10-12 17:36:35.519. | |
Executed 40 tests, with 0 failures (0 unexpected) in 0.529 (0.660) seconds | |
Test Suite 'All tests' passed at 2015-10-12 17:36:35.520. | |
Executed 40 tests, with 0 failures (0 unexpected) in 0.529 (0.662) seconds | |
** TEST SUCCEEDED ** | |
39 tests completed | |
No TestClass found for name: CoordinateSystemsTests => Test Case '-[CoordinateSystemsTests testCGCoordinates]' passed (0.001 seconds). | |
All 38 tests were successful | |
:xcodetest (Thread[main,5,main]) completed. Took 3.927 secs. | |
:test (Thread[main,5,main]) started. | |
:test | |
Skipping task ':test' as it has no actions. | |
:test (Thread[main,5,main]) completed. Took 0.001 secs. | |
BUILD SUCCESSFUL | |
Total time: 7.356 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment