Skip to content

Xcode 6 Test Failures

Jeffrey Wear edited this page Aug 29, 2014 · 6 revisions

The abridged output of rake test:integration:iphone TEST_SDK=8.0 follows (only failing tests are shown).

If you'd like to fix a test, please follow the guidelines under "Making Changes" here. When you're done, please remove the test from the page.

The iPad tests need to be run too of course.

Xcode 6 will not run 7.1 tests at present due to http://openradar.appspot.com/radar?id=5260422659702784 but we should eventually check those too.

These failures may very well be caused by bugs in UIAutomation (rather than simple changes between frameworks). If so, file a Radar and make an entry here and in the meantime try to work around it. File an issue and/or leave a message in the chat room if you want to talk about your proposed fix.

    SLElementStateTest started.
        βœ“ "testIsEnabledReturnsYESByDefault" passed.
        βœ“ "testRect" passed.
        βœ“ "testIsEnabledMirrorsUIControlIsEnabledWhenMatchingObjectIsUIControl" passed.
        β”‚ "testCanRetrieveLabelEvenIfNotTappable" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLElementStateTest.m:149: "[[[SLTerminal sharedTerminal] eval:kTestElementIsTappable] boolValue]" should be false. For the purposes of this test, the test element should not be tappable.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testCanRetrieveLabelEvenIfNotTappable" failed.
        βœ“ "testHitpointDefault" passed.
        β”‚ "testHitpointReturnsAlternatePointIfDefaultIsCovered" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLElementStateTest.m:115: "CGPointEqualToPoint(hitpoint, [self defaultHitpoint])" should be false. -hitpoint did not return expected value.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testHitpointReturnsAlternatePointIfDefaultIsCovered" failed.
        βœ“ "testHitpointDefaultIsNotAccessibilityActivationPointBelowIOS7" passed.
        β”‚ "testElementIsTappableIfItHasANonNullHitpoint" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLElementStateTest.m:131: "SLCGPointIsNull(hitpoint)" should be true. -hitpoint did not return expected value.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testElementIsTappableIfItHasANonNullHitpoint" failed.
        βœ“ "testHasKeyboardFocus" passed.
        β”‚ "testHitpointReturnsNullPointIfElementIsCovered" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLElementStateTest.m:126: "SLCGPointIsNull(hitpoint)" should be true. -hitpoint did not return expected value.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testHitpointReturnsNullPointIfElementIsCovered" failed.
        βœ“ "testValue" passed.
        βœ“ "testLabel" passed.
        βœ— SLElementStateTest finished: executed 12 cases, with 4 failures (0 unexpected).

    SLAlertTest started.
        β”‚ "testAutomaticDismissalTapsTheDefaultButtonAbsentACancelButton" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Alert was not handled by a test, and could not be dismissed by Subliminal's default handler.
SLAlertTest.m:68: "[SLAskApp(titleOfLastButtonClicked) isEqualToString:defaultButtonTitle]" should be true. The alert should have been dismissed using the default button.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testAutomaticDismissalTapsTheDefaultButtonAbsentACancelButton" failed.
        β”‚ "testMultipleHandlersMayBeAddedSimultaneously" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:276: "[alert1Handler didHandleAlert]" did not become true within 2 seconds. First alert handler should have handled alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testMultipleHandlersMayBeAddedSimultaneously" failed.
        β”‚ "testHandlerMustBeAddedBeforeAlertShows" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:134: "[SLAskApp(titleOfLastButtonClicked) isEqualToString:cancelButtonTitle]" should be true. The handler should have dismissed the alert using the cancel button.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testHandlerMustBeAddedBeforeAlertShows" failed.
        β”‚ "testDismissTapsTheCancelButtonFirst" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:356: "[handler didHandleAlert]" did not become true within 2 seconds. Handler should have handled alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testDismissTapsTheCancelButtonFirst" failed.
        β”‚ "testManuallyHandlingParticularAlertsInTestCode" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:114: "[handler didHandleAlert]" did not become true within 2 seconds. Handler should have handled an alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testManuallyHandlingParticularAlertsInTestCode" failed.
        β”‚ "testAHandlerMustNotBeReadded" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:172: "[handler didHandleAlert]" did not become true within 2 seconds.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testAHandlerMustNotBeReadded" failed.
        β”‚ "testManuallyHandlingParticularAlerts" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:96: "[handler didHandleAlert]" did not become true within 2 seconds. Handler should have handled an alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testManuallyHandlingParticularAlerts" failed.
        β”‚ "testThatUnhandledAlertsAreAutomaticallyDismissed" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:49: "SLAskAppYesNo(isAlertActive)" should be false. The unhandled alert should have been automatically dismissed.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testThatUnhandledAlertsAreAutomaticallyDismissed" failed.
        β”‚ "testAutomaticDismissalTapsTheCancelButtonFirst" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:59: "[SLAskApp(titleOfLastButtonClicked) isEqualToString:cancelButtonTitle]" should be true. The alert should have been dismissed using the cancel button.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testAutomaticDismissalTapsTheCancelButtonFirst" failed.
        β”‚ "testSetTextOfPlainTextField" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:430: "[alertHandler didHandleAlert]" did not become true within 2 seconds. Handler should have handled alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testSetTextOfPlainTextField" failed.
        βœ“ "testRemoveHandlerThrowsIfNotAlreadyAdded" passed.
        β”‚ "testDismissWithButtonTitled" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:390: "[handler didHandleAlert]" did not become true within 2 seconds. Handler should have handled alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testDismissWithButtonTitled" failed.
        βœ“ "testAddHandlerThrowsIfHandlerDoesNotDismissAlert" passed.
        β”‚ "testRemoveHandler" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:253: "[SLAskApp(titleOfLastButtonClicked) isEqualToString:cancelButtonTitle]" should be true. The alert should have been dismissed using the cancel button by default.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testRemoveHandler" failed.
        β”‚ "testAHandlerMustNotBeAddedMultipleTimes" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:160: "[handler didHandleAlert]" did not become true within 2 seconds.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testAHandlerMustNotBeAddedMultipleTimes" failed.
        β”‚ "testSetTextOfLoginAndPasswordFields" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:450: "[alertHandler didHandleAlert]" did not become true within 2 seconds. Handler should have handled alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testSetTextOfLoginAndPasswordFields" failed.
        β”‚ "testAndThenChainsTwoHandlers" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:324: "[alertHandler didHandleAlert]" did not become true within 2 seconds. Handler should have handled alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testAndThenChainsTwoHandlers" failed.
        βœ“ "testDidHandleAlertThrowsIfHandlerHasNotBeenAdded" passed.
        β”‚ "testAHandlerIsRemovedAfterItHandlesAnAlert" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:192: "[handler didHandleAlert]" did not become true within 2 seconds. The handler should have handled the alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testAHandlerIsRemovedAfterItHandlesAnAlert" failed.
        β”‚ "testDismissTapsTheDefaultButtonAbsentACancelButton" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:371: "[handler didHandleAlert]" did not become true within 2 seconds. Handler should have handled alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testDismissTapsTheDefaultButtonAbsentACancelButton" failed.
        β”‚ "testHandlersAreCheckedInOrderOfAddition" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:293: "[firstHandler didHandleAlert]" did not become true within 2 seconds. Oldest alert handler should have handled alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testHandlersAreCheckedInOrderOfAddition" failed.
        β”‚ "testSetTextOfSecureTextField" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:411: "[alertHandler didHandleAlert]" did not become true within 2 seconds. Handler should have handled alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testSetTextOfSecureTextField" failed.
        β”‚ "testAHandlerIsRemovedOnlyIfItSuccessfullyHandlesAnAlert" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLAlertTest.m:223: "[cancelButtonHandler didHandleAlert]" did not become true within 2 seconds. The cancel button handler should have handled the alert.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testAHandlerIsRemovedOnlyIfItSuccessfullyHandlesAnAlert" failed.
        βœ— SLAlertTest finished: executed 23 cases, with 20 failures (0 unexpected).

    SLElementMatchingTest started.
        βœ“ "testElementsDoNotCaptureTheirMatches" passed.
        βœ“ "testMatchingTableViewHeaderChildElements" passed.
        βœ“ "testSubliminalReloadsTheAccessibilityHierarchyAsNecessaryWhenMatching" passed.
        βœ“ "testMatchingCollectionViewCellChildElement" passed.
        β”‚ "testCannotMatchIndividualChildLabelsOfTableViewCell" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLElementMatchingTest.m:245: "[[UIAElement(currentWeatherCell) label] isEqualToString:@"city, temp"]" should be true. Could not match UITableViewCell with accessibility label combined from child elements' labels.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testCannotMatchIndividualChildLabelsOfTableViewCell" failed.
        β”‚ "testMatchingTableViewCellTextLabel" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLElementMatchingTest.m:227: "[[UIAElement(fooLabel) label] isEqualToString:@"fooLabel"]" should be true. Could not match standard UITableViewCell child element.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testMatchingTableViewCellTextLabel" failed.
        βœ“ "testElementsWaitToMatchValidObjects" passed.
        βœ“ "testMatchingTextInputPickerView" passed.
        βœ“ "testMatchingTabBarButtons" passed.
        β”‚ "testMatchingWebViewChildElements_iPhone" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLElementMatchingTest.m:341: Unexpected exception occurred ***SLUIAElementInvalidException*** for reason: Element '<SLElement description:"memorabilia, Memorabilia">' does not exist.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testMatchingWebViewChildElements_iPhone" failed unexpectedly.
        βœ“ "testMatchingTableViewHeader" passed.
        βœ“ "testSubliminalRestoresAccessibilityIdentifiersAfterMatching" passed.
        βœ“ "testElementsCanMatchTheSameObjectTwice" passed.
        βœ“ "testElementWithAccessibilityLabel" passed.
        βœ“ "testElementMatchingPredicate" passed.
        βœ“ "testSubliminalRestoresAccessibilityIdentifiersAfterMatchingEvenIfActionThrows" passed.
        βœ“ "testSubliminalOnlyReplacesAccessibilityIdentifiersOfElementsInvolvedInMatch" passed.
        β”‚ "testMatchingTableViewCellWithCombinedLabel" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLElementMatchingTest.m:236: "[[UIAElement(currentWeatherCell) label] isEqualToString:@"city, temp"]" should be true. Could not match UITableViewCell with accessibility label combined from child elements' labels.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testMatchingTableViewCellWithCombinedLabel" failed.
        βœ“ "testCannotMatchDescendantOfAccessibleElement" passed.
        βœ“ "testElementsThrowIfNoValidObjectIsFoundAtEndOfTimeout" passed.
        βœ“ "testAnyElement" passed.
        βœ“ "testElementWithAccessibilityLabelValueTraits" passed.
        βœ“ "testMatchingActionSheetButtons" passed.
        βœ“ "testElementWithAccessibilityIdentifier" passed.
        βœ“ "testMatchingElementsWithinTableHeaderView" passed.
        βœ“ "testMatchingNonLabelTableViewCellChildElement" passed.
        βœ— SLElementMatchingTest finished: executed 26 cases, with 4 failures (1 unexpected).

    SLTextFieldTest started.
        βœ“ "testMatchesSearchBarTextField" passed.
        β”‚ "testSetTextCanHandleTapHoldCharacters" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
target.frontMostApp().keyboard() failed to locate key '’'
⚠ -[SLKeyboard typeString:] will fall back on UIAElement.setValue due to an exception in UIAKeyboard.typeString: VerboseError: target.frontMostApp().keyboard() failed to locate key '’'
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ“ "testSetTextCanHandleTapHoldCharacters" passed.
        βœ“ "testGetText" passed.
        β”‚ "testSetTextWithinTableViewCell" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLTextField.m:39: "[UIAElement(_textField) setText:expectedText]" should not have thrown an exception: "SLUIAElementNotTappableException" ("Element '<SLTextField description:"test element">' is not tappable."). Should not have thrown.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testSetTextWithinTableViewCell" failed.
        βœ“ "testSetWebTextFieldTextClearsCurrentText" passed.
        βœ“ "testGetWebTextFieldText" passed.
        βœ“ "testGetSearchBarText" passed.
        βœ“ "testMatchesWebTextField" passed.
        βœ“ "testSetText" passed.
        βœ“ "testSetWebTextFieldText" passed.
        βœ“ "testSetTextWhenFieldClearsOnBeginEditing" passed.
        β”‚ "testSetTextClearsCurrentTextWithinTableViewCell" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLTextField.m:39: "[UIAElement(_textField) setText:expectedText1]" should not have thrown an exception: "SLUIAElementNotTappableException" ("Element '<SLTextField description:"test element">' is not tappable."). Should not have thrown.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testSetTextClearsCurrentTextWithinTableViewCell" failed.
        βœ“ "testDoNotMatchEditorAccessibilityObjects" passed.
        βœ“ "testSetTextClearsCurrentText" passed.
        βœ“ "testClearTextButton" passed.
        βœ“ "testSetSearchBarText" passed.
        βœ— SLTextFieldTest finished: executed 16 cases, with 2 failures (0 unexpected).

    SLPickerViewTest started.
        β”‚ "testPickerViewValuesArentModifiedOnInvalidSelections" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
- selectValue requires a valid value
Cannot perform action on invalid element: UIAElementNil from target.frontMostApp().elements()["UIWindow: 0x7b976b90"].elements()["UIPickerView: 0x7d9319a0"].wheels()[2]
SLPickerViewTest.m:77: "[[values objectAtIndex:0] isEqualToString:@"3. 3 of 3"]" should be true. SLPickerView first spinner should have value '3. 1 of 3'. Actual: 3
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testPickerViewValuesArentModifiedOnInvalidSelections" failed.
        βœ“ "testPickerViewReportsCorrectNumberOfComponents" passed.
        β”‚ "testPickerViewInitialComponentValues" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLPickerViewTest.m:46: "[[values objectAtIndex:0] isEqualToString:@"1. 1 of 3"]" should be true. SLPickerView first spinner should have value '1. 1 of 3'. Actual: 1
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testPickerViewInitialComponentValues" failed.
        βœ“ "testPickerViewCanBeFound" passed.
        β”‚ "testPickerViewValuesCanBeModified" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLPickerViewTest.m:55: "[[values objectAtIndex:0] isEqualToString:@"2. 2 of 3"]" should be true. SLPickerView first spinner should have value '2. 1 of 3'. Actual: 2
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testPickerViewValuesCanBeModified" failed.
        βœ— SLPickerViewTest finished: executed 5 cases, with 3 failures (0 unexpected).

    SLDeviceTest started.
        βœ“ "testCanRotateDevice" passed.
        β”‚ "testDeactivateAppForDuration" started.
────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
SLDeviceTest.m:71: "[mockDelegate verify]" should not have thrown an exception: "NSInternalInconsistencyException" ("OCPartialMockObject[SLIntegrationTestsAppDelegate]: expected method was not invoked: applicationDidBecomeActive:<UIApplication: 0x7b863a60>"). App did not deactivate and reactivate.
────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
        βœ— "testDeactivateAppForDuration" failed.
        βœ“ "testThatDeviceOrientationPersistsThroughDeactivation" passed.
        βœ— SLDeviceTest finished: executed 3 cases, with 1 failure (0 unexpected).

βœ— Testing finished: executed 22 tests, with 7 failures.
The run order may be reproduced using seed 2446577889.