google / google/EarlGrey

Waiting for UIView's draw/layout pass to complete

Open
#436 17 comments 0 reactions 0 assignees View on GitHub
Dominant language
Objective-C
Stars
5.7k
Forks
737
Avg merge
1d 20h
Merged PRs (30d)
5

Description

a lot of logs here:
```

2017-02-20 13:51:20.749 PuYin[63689:6533075] EarlGrey tried waiting for 5.0 seconds for the application to reach an idle state. It is now forced to clear the state of GREYAppStateTracker, because the test might have caused the application to remain in non-idle state indefinitely.
Full state tracker description: Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
Waiting for CAAnimations to finish. Continuous animations may never finish and must be stopped explicitly. Animations attached to hidden view may still be running in the background.

Full state transition call stack for all elements:
=> Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f03b6f2 -[CALayer(GREYAdditions) greyswizzled_setNeedsLayout] + 98
5 QuartzCore 0x0000000110d875ac _ZN2CA5Layer19property_did_changeEPNS_11TransactionEj + 1402
6 QuartzCore 0x0000000110d87a24 _ZN2CA5Layer10end_changeEPNS_11TransactionEjP11objc_object + 80
7 QuartzCore 0x0000000110d8bb40 _ZN2CA5Layer15insert_sublayerEPNS_11TransactionEP7CALayerm + 476
8 QuartzCore 0x0000000110d8bee6 -[CALayer addSublayer:] + 180
9 UIKit 0x0000000110fdcbdf -[UIView(Internal) _addSubview:positioned:relativeTo:] + 1351
10 UIKit 0x0000000110fcb0d7 -[UIView(Hierarchy) addSubview:] + 838
11 EarlGrey 0x000000011f04d77a -[UIView(GREYAdditions) greyswizzled_addSubview:] + 90
12 UIKit 0x00000001119cdb8d -[_UITableViewCellBadgeNeue initWithFrame:] + 276
13 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
14 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
15 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
16 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
17 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
18 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
19 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
20 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
21 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
22 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
23 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
24 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
30 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
31 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
32 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
33 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
34 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
35 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
36 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
37 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
38 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
39 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
40 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
41 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
42 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
43 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
44 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
45 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
46 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
47 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
48 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
49 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
50 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
51 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
52 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
53 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
54 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
55 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
56 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
57 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
58 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
59 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
60 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
61 XCTest 0x000000011ea54d67 _XCTestMain + 628
62 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
63 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
64 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
65 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
66 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
67 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
68 PuYin 0x000000010c24546f main + 111
69 libdyld.dylib 0x000000011318768d start + 1
70 ??? 0x0000000000000005 0x0 + 5
)
=> Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f03b6f2 -[CALayer(GREYAdditions) greyswizzled_setNeedsLayout] + 98
5 QuartzCore 0x0000000110d875ac _ZN2CA5Layer19property_did_changeEPNS_11TransactionEj + 1402
6 QuartzCore 0x0000000110d87a24 _ZN2CA5Layer10end_changeEPNS_11TransactionEjP11objc_object + 80
7 QuartzCore 0x0000000110d8bb40 _ZN2CA5Layer15insert_sublayerEPNS_11TransactionEP7CALayerm + 476
8 QuartzCore 0x0000000110d8bee6 -[CALayer addSublayer:] + 180
9 UIKit 0x0000000110fdcbdf -[UIView(Internal) _addSubview:positioned:relativeTo:] + 1351
10 UIKit 0x0000000110fcb0d7 -[UIView(Hierarchy) addSubview:] + 838
11 EarlGrey 0x000000011f04d77a -[UIView(GREYAdditions) greyswizzled_addSubview:] + 90
12 UIKit 0x00000001119cdb8d -[_UITableViewCellBadgeNeue initWithFrame:] + 276
13 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
14 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
15 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
16 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
17 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
18 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
19 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
20 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
21 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
22 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
23 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
24 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
30 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
31 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
32 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
33 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
34 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
35 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
36 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
37 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
38 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
39 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
40 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
41 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
42 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
43 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
44 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
45 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
46 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
47 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
48 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
49 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
50 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
51 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
52 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
53 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
54 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
55 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
56 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
57 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
58 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
59 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
60 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
61 XCTest 0x000000011ea54d67 _XCTestMain + 628
62 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
63 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
64 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
65 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
66 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
67 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
68 PuYin 0x000000010c24546f main + 111
69 libdyld.dylib 0x000000011318768d start + 1
70 ??? 0x0000000000000005 0x0 + 5
)
<_UILabelLayer:0x6180000966c0> => Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f03b115 -[CALayer(GREYAdditions) greyswizzled_setNeedsDisplayInRect:] + 117
5 UIKit 0x000000011151580e -[_UILabelLayer setNeedsDisplayInRect:] + 129
6 QuartzCore 0x0000000110d8e96d -[CALayer setNeedsDisplay] + 62
7 EarlGrey 0x000000011f03b501 -[CALayer(GREYAdditions) greyswizzled_setNeedsDisplay] + 321
8 UIKit 0x0000000110fd059b -[UIView(Rendering) setNeedsDisplay] + 83
9 EarlGrey 0x000000011f04e0a1 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 321
10 UIKit 0x00000001111a6854 -[UILabel _setTextAlignment:] + 95
11 UIKit 0x00000001119cdb7d -[_UITableViewCellBadgeNeue initWithFrame:] + 260
12 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
13 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
14 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
15 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
16 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
17 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
18 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
19 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
20 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
21 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
22 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
23 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
30 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
31 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
32 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
33 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
34 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
35 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
36 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
37 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
38 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
39 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
40 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
41 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
42 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
43 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
44 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
45 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
46 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
47 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
48 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
49 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
50 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
51 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
52 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
53 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
54 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
55 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
56 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
57 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
58 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
59 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
60 XCTest 0x000000011ea54d67 _XCTestMain + 628
61 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
62 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
63 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
64 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
65 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
66 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
67 PuYin 0x000000010c24546f main + 111
68 libdyld.dylib 0x000000011318768d start + 1
69 ??? 0x0000000000000005 0x0 + 5
)
<_UILabelLayer:0x608000294af0> => Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f03b115 -[CALayer(GREYAdditions) greyswizzled_setNeedsDisplayInRect:] + 117
5 UIKit 0x000000011151580e -[_UILabelLayer setNeedsDisplayInRect:] + 129
6 QuartzCore 0x0000000110d8e96d -[CALayer setNeedsDisplay] + 62
7 EarlGrey 0x000000011f03b501 -[CALayer(GREYAdditions) greyswizzled_setNeedsDisplay] + 321
8 UIKit 0x0000000110fd059b -[UIView(Rendering) setNeedsDisplay] + 83
9 EarlGrey 0x000000011f04e0a1 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 321
10 UIKit 0x00000001111a6854 -[UILabel _setTextAlignment:] + 95
11 UIKit 0x00000001119cdb7d -[_UITableViewCellBadgeNeue initWithFrame:] + 260
12 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
13 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
14 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
15 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
16 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
17 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
18 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
19 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
20 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
21 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
22 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
23 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
30 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
31 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
32 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
33 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
34 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
35 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
36 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
37 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
38 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
39 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
40 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
41 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
42 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
43 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
44 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
45 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
46 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
47 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
48 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
49 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
50 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
51 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
52 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
53 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
54 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
55 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
56 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
57 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
58 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
59 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
60 XCTest 0x000000011ea54d67 _XCTestMain + 628
61 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
62 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
63 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
64 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
65 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
66 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
67 PuYin 0x000000010c24546f main + 111
68 libdyld.dylib 0x000000011318768d start + 1
69 ??? 0x0000000000000005 0x0 + 5
)
<_UILabelLayer:0x6080002954a0> => Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f03b115 -[CALayer(GREYAdditions) greyswizzled_setNeedsDisplayInRect:] + 117
5 UIKit 0x000000011151580e -[_UILabelLayer setNeedsDisplayInRect:] + 129
6 QuartzCore 0x0000000110d8e96d -[CALayer setNeedsDisplay] + 62
7 EarlGrey 0x000000011f03b501 -[CALayer(GREYAdditions) greyswizzled_setNeedsDisplay] + 321
8 UIKit 0x0000000110fd059b -[UIView(Rendering) setNeedsDisplay] + 83
9 EarlGrey 0x000000011f04e0a1 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 321
10 UIKit 0x00000001111a6854 -[UILabel _setTextAlignment:] + 95
11 UIKit 0x00000001119cdb7d -[_UITableViewCellBadgeNeue initWithFrame:] + 260
12 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
13 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
14 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
15 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
16 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
17 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
18 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
19 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
20 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
21 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
22 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
23 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
30 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
31 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
32 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
33 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
34 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
35 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
36 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
37 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
38 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
39 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
40 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
41 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
42 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
43 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
44 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
45 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
46 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
47 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
48 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
49 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
50 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
51 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
52 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
53 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
54 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
55 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
56 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
57 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
58 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
59 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
60 XCTest 0x000000011ea54d67 _XCTestMain + 628
61 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
62 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
63 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
64 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
65 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
66 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
67 PuYin 0x000000010c24546f main + 111
68 libdyld.dylib 0x000000011318768d start + 1
69 ??? 0x0000000000000005 0x0 + 5
)
<_UITableViewCellBadgeNeue:0x7f97abe0dc20> => Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f04dfc2 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 98
5 UIKit 0x0000000110faf527 -[UIView initWithFrame:] + 165
6 UIKit 0x00000001119cdacc -[_UITableViewCellBadgeNeue initWithFrame:] + 83
7 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
8 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
9 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
10 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
11 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
12 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
13 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
14 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
15 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
16 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
17 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
18 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
19 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
20 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
21 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
22 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
23 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
30 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
31 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
32 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
33 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
34 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
35 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
36 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
37 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
38 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
39 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
40 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
41 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
42 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
43 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
44 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
45 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
46 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
47 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
48 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
49 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
50 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
51 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
52 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
53 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
54 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
55 XCTest 0x000000011ea54d67 _XCTestMain + 628
56 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
57 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
58 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
59 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
60 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
61 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
62 PuYin 0x000000010c24546f main + 111
63 libdyld.dylib 0x000000011318768d start + 1
64 ??? 0x0000000000000005 0x0 + 5
)
=> Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f04dfc2 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 98
5 UIKit 0x00000001111a6854 -[UILabel _setTextAlignment:] + 95
6 UIKit 0x00000001119cdb7d -[_UITableViewCellBadgeNeue initWithFrame:] + 260
7 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
8 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
9 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
10 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
11 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
12 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
13 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
14 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
15 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
16 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
17 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
18 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
19 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
20 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
21 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
22 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
23 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
30 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
31 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
32 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
33 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
34 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
35 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
36 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
37 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
38 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
39 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
40 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
41 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
42 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
43 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
44 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
45 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
46 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
47 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
48 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
49 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
50 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
51 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
52 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
53 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
54 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
55 XCTest 0x000000011ea54d67 _XCTestMain + 628
56 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
57 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
58 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
59 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
60 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
61 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
62 PuYin 0x000000010c24546f main + 111
63 libdyld.dylib 0x000000011318768d start + 1
64 ??? 0x0000000000000005 0x0 + 5
)
=> Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f03b6f2 -[CALayer(GREYAdditions) greyswizzled_setNeedsLayout] + 98
5 QuartzCore 0x0000000110d875ac _ZN2CA5Layer19property_did_changeEPNS_11TransactionEj + 1402
6 QuartzCore 0x0000000110d87a24 _ZN2CA5Layer10end_changeEPNS_11TransactionEjP11objc_object + 80
7 QuartzCore 0x0000000110d8bb40 _ZN2CA5Layer15insert_sublayerEPNS_11TransactionEP7CALayerm + 476
8 QuartzCore 0x0000000110d8bee6 -[CALayer addSublayer:] + 180
9 UIKit 0x0000000110fdcbdf -[UIView(Internal) _addSubview:positioned:relativeTo:] + 1351
10 UIKit 0x0000000110fcb0d7 -[UIView(Hierarchy) addSubview:] + 838
11 EarlGrey 0x000000011f04d77a -[UIView(GREYAdditions) greyswizzled_addSubview:] + 90
12 UIKit 0x00000001119cdb8d -[_UITableViewCellBadgeNeue initWithFrame:] + 276
13 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
14 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
15 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
16 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
17 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
18 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
19 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
20 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
21 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
22 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
23 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
24 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
30 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
31 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
32 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
33 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
34 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
35 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
36 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
37 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
38 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
39 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
40 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
41 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
42 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
43 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
44 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
45 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
46 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
47 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
48 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
49 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
50 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
51 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
52 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
53 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
54 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
55 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
56 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
57 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
58 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
59 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
60 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
61 XCTest 0x000000011ea54d67 _XCTestMain + 628
62 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
63 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
64 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
65 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
66 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
67 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
68 PuYin 0x000000010c24546f main + 111
69 libdyld.dylib 0x000000011318768d start + 1
70 ??? 0x0000000000000005 0x0 + 5
)
=> Waiting for CAAnimations to finish. Continuous animations may never finish and must be stopped explicitly. Animations attached to hidden view may still be running in the background.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f0380e1 -[CAAnimation(GREYAdditions) grey_trackForDurationOfAnimation] + 113
5 EarlGrey 0x000000011f037f57 -[CAAnimation(GREYAdditions) grey_setAnimationState:] + 167
6 EarlGrey 0x000000011f0865fa -[GREYCAAnimationDelegate animationDidStart:] + 74
7 QuartzCore 0x0000000110d8d5e4 _ZN2CA5Layer23run_animation_callbacksEPv + 216
8 EarlGrey 0x000000011f0ac4f4 __67-[GREYDispatchQueueTracker grey_dispatchAsyncCallWithContext:work:]_block_invoke + 36
9 libdispatch.dylib 0x000000011311c808 _dispatch_call_block_and_release + 12
10 libdispatch.dylib 0x000000011313e12e _dispatch_client_callout + 8
11 libdispatch.dylib 0x00000001131254fb _dispatch_main_queue_callback_4CF + 1054
12 CoreFoundation 0x000000010fdd2e49 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
13 CoreFoundation 0x000000010fd9837d __CFRunLoopRun + 2205
14 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
15 EarlGrey 0x000000011f0aeb23 -[GREYRunLoopSpinner grey_drainRunLoopInActiveModeForDrains:] + 339
16 EarlGrey 0x000000011f0ae83d -[GREYRunLoopSpinner spinWithStopConditionBlock:] + 1245
17 EarlGrey 0x000000011f0b3fd9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 1913
18 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
19 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
20 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
21 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
22 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
23 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
24 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
25 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
26 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
27 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
28 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
29 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
30 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
31 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
32 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
33 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
34 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
35 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
36 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
37 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
38 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
39 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
40 XCTest 0x000000011ea54d67 _XCTestMain + 628
41 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
42 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
43 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
44 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
45 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
46 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
47 PuYin 0x000000010c24546f main + 111
48 libdyld.dylib 0x000000011318768d start + 1
49 ??? 0x0000000000000005 0x0 + 5
)
=> Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f04dfc2 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 98
5 UIKit 0x00000001111a6854 -[UILabel _setTextAlignment:] + 95
6 UIKit 0x00000001119cdb7d -[_UITableViewCellBadgeNeue initWithFrame:] + 260
7 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
8 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
9 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
10 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
11 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
12 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
13 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
14 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
15 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
16 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
17 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
18 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
19 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
20 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
21 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
22 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
23 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
30 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
31 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
32 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
33 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
34 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
35 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
36 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
37 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
38 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
39 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
40 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
41 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
42 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
43 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
44 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
45 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
46 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
47 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
48 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
49 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
50 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
51 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
52 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
53 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
54 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
55 XCTest 0x000000011ea54d67 _XCTestMain + 628
56 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
57 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
58 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
59 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
60 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
61 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
62 PuYin 0x000000010c24546f main + 111
63 libdyld.dylib 0x000000011318768d start + 1
64 ??? 0x0000000000000005 0x0 + 5
)
<_UITableViewCellBadgeNeue:0x7f97abc0d860> => Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f04dfc2 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 98
5 UIKit 0x0000000110faf527 -[UIView initWithFrame:] + 165
6 UIKit 0x00000001119cdacc -[_UITableViewCellBadgeNeue initWithFrame:] + 83
7 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
8 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
9 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
10 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
11 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
12 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
13 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
14 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
15 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
16 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
17 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
18 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
19 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
20 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
21 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
22 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
23 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
30 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
31 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
32 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
33 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
34 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
35 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
36 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
37 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
38 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
39 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
40 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
41 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
42 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
43 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
44 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
45 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
46 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
47 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
48 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
49 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
50 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
51 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
52 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
53 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
54 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
55 XCTest 0x000000011ea54d67 _XCTestMain + 628
56 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
57 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
58 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
59 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
60 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
61 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
62 PuYin 0x000000010c24546f main + 111
63 libdyld.dylib 0x000000011318768d start + 1
64 ??? 0x0000000000000005 0x0 + 5
)
<_UITableViewCellBadgeNeue:0x7f97abc09570> => Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f04dfc2 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 98
5 UIKit 0x0000000110faf527 -[UIView initWithFrame:] + 165
6 UIKit 0x00000001119cdacc -[_UITableViewCellBadgeNeue initWithFrame:] + 83
7 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
8 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
9 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
10 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
11 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
12 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
13 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
14 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
15 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
16 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
17 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
18 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
19 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
20 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
21 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
22 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
23 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
30 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
31 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
32 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
33 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
34 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
35 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
36 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
37 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
38 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
39 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
40 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
41 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
42 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
43 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
44 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
45 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
46 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
47 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
48 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
49 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
50 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
51 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
52 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
53 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
54 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
55 XCTest 0x000000011ea54d67 _XCTestMain + 628
56 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
57 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
58 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
59 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
60 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
61 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
62 PuYin 0x000000010c24546f main + 111
63 libdyld.dylib 0x000000011318768d start + 1
64 ??? 0x0000000000000005 0x0 + 5
)
=> Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f04dfc2 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 98
5 UIKit 0x00000001111a6854 -[UILabel _setTextAlignment:] + 95
6 UIKit 0x00000001119cdb7d -[_UITableViewCellBadgeNeue initWithFrame:] + 260
7 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
8 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
9 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
10 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
11 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
12 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
13 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
14 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
15 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
16 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
17 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
18 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
19 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
20 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
21 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
22 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
23 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
30 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
31 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
32 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
33 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
34 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
35 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
36 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
37 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
38 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
39 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
40 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
41 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
42 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
43 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
44 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
45 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
46 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
47 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
48 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
49 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
50 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
51 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
52 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
53 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
54 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
55 XCTest 0x000000011ea54d67 _XCTestMain + 628
56 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
57 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
58 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
59 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
60 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
61 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
62 PuYin 0x000000010c24546f main + 111
63 libdyld.dylib 0x000000011318768d start + 1
64 ??? 0x0000000000000005 0x0 + 5
)
=> Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f04dfc2 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 98
5 UIKit 0x00000001111a6854 -[UILabel _setTextAlignment:] + 95
6 UIKit 0x00000001119cdb7d -[_UITableViewCellBadgeNeue initWithFrame:] + 260
7 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
8 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
9 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
10 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
11 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
12 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
13 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
14 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
15 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
16 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
17 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
18 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
19 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
20 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
21 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
22 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
23 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
30 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
31 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
32 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
33 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
34 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
35 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
36 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
37 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
38 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
39 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
40 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
41 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
42 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
43 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
44 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
45 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
46 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
47 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
48 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
49 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
50 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
51 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
52 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
53 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
54 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
55 XCTest 0x000000011ea54d67 _XCTestMain + 628
56 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
57 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
58 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
59 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
60 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
61 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
62 PuYin 0x000000010c24546f main + 111
63 libdyld.dylib 0x000000011318768d start + 1
64 ??? 0x0000000000000005 0x0 + 5
)
=> Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f03b6f2 -[CALayer(GREYAdditions) greyswizzled_setNeedsLayout] + 98
5 QuartzCore 0x0000000110d875ac _ZN2CA5Layer19property_did_changeEPNS_11TransactionEj + 1402
6 QuartzCore 0x0000000110d87a24 _ZN2CA5Layer10end_changeEPNS_11TransactionEjP11objc_object + 80
7 QuartzCore 0x0000000110d8bb40 _ZN2CA5Layer15insert_sublayerEPNS_11TransactionEP7CALayerm + 476
8 QuartzCore 0x0000000110d8bee6 -[CALayer addSublayer:] + 180
9 UIKit 0x0000000110fdcbdf -[UIView(Internal) _addSubview:positioned:relativeTo:] + 1351
10 UIKit 0x0000000110fcb0d7 -[UIView(Hierarchy) addSubview:] + 838
11 EarlGrey 0x000000011f04d77a -[UIView(GREYAdditions) greyswizzled_addSubview:] + 90
12 UIKit 0x00000001119cdb8d -[_UITableViewCellBadgeNeue initWithFrame:] + 276
13 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
14 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
15 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
16 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
17 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
18 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
19 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
20 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
21 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
22 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
23 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
24 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
30 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
31 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
32 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
33 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
34 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
35 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
36 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
37 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
38 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
39 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
40 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
41 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
42 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
43 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
44 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
45 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
46 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
47 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
48 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
49 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
50 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
51 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
52 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
53 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
54 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
55 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
56 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
57 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
58 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
59 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
60 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
61 XCTest 0x000000011ea54d67 _XCTestMain + 628
62 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
63 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
64 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
65 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
66 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
67 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
68 PuYin 0x000000010c24546f main + 111
69 libdyld.dylib 0x000000011318768d start + 1
70 ??? 0x0000000000000005 0x0 + 5
)
<_UITableViewCellBadgeNeue:0x7f97abc05e50> => Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f04dfc2 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 98
5 UIKit 0x0000000110faf527 -[UIView initWithFrame:] + 165
6 UIKit 0x00000001119cdacc -[_UITableViewCellBadgeNeue initWithFrame:] + 83
7 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
8 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
9 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
10 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
11 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
12 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
13 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
14 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
15 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
16 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
17 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
18 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
19 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
20 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
21 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
22 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
23 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
30 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
31 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
32 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
33 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
34 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
35 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
36 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
37 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
38 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
39 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
40 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
41 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
42 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
43 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
44 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
45 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
46 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
47 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
48 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
49 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
50 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
51 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
52 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
53 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
54 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
55 XCTest 0x000000011ea54d67 _XCTestMain + 628
56 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
57 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
58 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
59 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
60 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
61 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
62 PuYin 0x000000010c24546f main + 111
63 libdyld.dylib 0x000000011318768d start + 1
64 ??? 0x0000000000000005 0x0 + 5
)
<_UILabelLayer:0x608000295f40> => Waiting for UIView's draw/layout pass to complete. A draw/layout pass normally completes in the next runloop drain.
(
0 EarlGrey 0x000000011f0a77f9 __78-[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:]_block_invoke + 1305
1 EarlGrey 0x000000011f0a6b42 -[GREYAppStateTracker grey_performBlockInCriticalSection:] + 450
2 EarlGrey 0x000000011f0a71d9 -[GREYAppStateTracker grey_changeState:forElement:orExternalElementID:toBusy:] + 793
3 EarlGrey 0x000000011f0a4d0d -[GREYAppStateTracker trackState:forElement:] + 77
4 EarlGrey 0x000000011f03b115 -[CALayer(GREYAdditions) greyswizzled_setNeedsDisplayInRect:] + 117
5 UIKit 0x000000011151580e -[_UILabelLayer setNeedsDisplayInRect:] + 129
6 QuartzCore 0x0000000110d8e96d -[CALayer setNeedsDisplay] + 62
7 EarlGrey 0x000000011f03b501 -[CALayer(GREYAdditions) greyswizzled_setNeedsDisplay] + 321
8 UIKit 0x0000000110fd059b -[UIView(Rendering) setNeedsDisplay] + 83
9 EarlGrey 0x000000011f04e0a1 -[UIView(GREYAdditions) greyswizzled_setNeedsDisplay] + 321
10 UIKit 0x00000001111a6854 -[UILabel _setTextAlignment:] + 95
11 UIKit 0x00000001119cdb7d -[_UITableViewCellBadgeNeue initWithFrame:] + 260
12 UIKit 0x00000001119ce131 -[_UITableViewCellBadge initWithFrame:] + 515
13 UIKit 0x00000001113fd91c -[UITableViewCellLayoutManager defaultBadgeForCell:] + 85
14 UIKit 0x00000001112dec4e -[UITableViewCell _badge] + 53
15 UIKit 0x00000001112e32dd -[UITableViewCell _badgeText] + 24
16 Foundation 0x000000010d07b60b -[NSObject(NSKeyValueCoding) valueForKey:] + 283
17 AccessibilityUtilities 0x000000011f227f52 __57-[NSObject(UIAccessibilitySafeCategory) safeValueForKey:]_block_invoke + 30
18 AccessibilityUtilities 0x000000011f22837d -[NSObject(UIAccessibilitySafeCategory) _accessibilityPerformSafeValueKeyBlock:withKey:onClass:] + 47
19 AccessibilityUtilities 0x000000011f227ce9 -[NSObject(UIAccessibilitySafeCategory) safeValueForKey:] + 228
20 UIKit 0x0000000122243dab -[UITableViewCellAccessibility accessibilityValue] + 104
21 EarlGrey 0x000000011f03f9de -[NSObject(GREYAdditions) grey_description] + 1598
22 EarlGrey 0x000000011f05d59d +[GREYElementHierarchy grey_printDescriptionForElement:atLevel:] + 717
23 EarlGrey 0x000000011f05cea2 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 1426
24 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
25 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
26 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
27 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
28 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
29 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
30 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
31 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
32 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
33 EarlGrey 0x000000011f05d109 +[GREYElementHierarchy grey_recursivePrint:withLevel:outputString:andAnnotationDictionary:] + 2041
34 EarlGrey 0x000000011f05c2f9 +[GREYElementHierarchy hierarchyStringForElement:] + 185
35 EarlGrey 0x000000011f05c724 +[GREYElementHierarchy hierarchyStringForAllUIWindows] + 532
36 EarlGrey 0x000000011f05e040 I_GREYErrorMake + 688
37 EarlGrey 0x000000011f0b41f9 -[GREYUIThreadExecutor executeSyncWithTimeout:block:error:] + 2457
38 EarlGrey 0x000000011f0b3495 -[GREYUIThreadExecutor drainUntilIdleWithTimeout:] + 341
39 EarlGrey 0x000000011f0b5d93 -[GREYUIThreadExecutor grey_forcedStateTrackerCleanUp] + 51
40 CoreFoundation 0x000000010fdac5ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
41 CoreFoundation 0x000000010fdac4eb _CFXRegistrationPost + 427
42 CoreFoundation 0x000000010fdac252 ___CFXNotificationPost_block_invoke + 50
43 CoreFoundation 0x000000010fd6f282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
44 CoreFoundation 0x000000010fd6e31b _CFXNotificationPost + 667
45 Foundation 0x000000010d03b81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
46 EarlGrey 0x000000011f0555d2 -[XCTestCase(GREYAdditions) grey_sendNotification:] + 210
47 EarlGrey 0x000000011f0554f6 -[XCTestCase(GREYAdditions) grey_tearDown] + 134
48 XCTest 0x000000011ea1b2ae __24-[XCTestCase invokeTest]_block_invoke_2 + 1304
49 XCTest 0x000000011ea537df -[XCTestContext performInScope:] + 190
50 XCTest 0x000000011ea1ad83 -[XCTestCase invokeTest] + 255
51 EarlGrey 0x000000011f054f45 -[XCTestCase(GREYAdditions) grey_invokeTest] + 1813
52 XCTest 0x000000011ea1b59c -[XCTestCase performTest:] + 457
53 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
54 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
55 XCTest 0x000000011ea18664 -[XCTestSuite performTest:] + 491
56 XCTest 0x000000011ea04618 __25-[XCTestDriver _runSuite]_block_invoke + 51
57 XCTest 0x000000011ea25d2b -[XCTestObservationCenter _observeTestExecutionForBlock:] + 602
58 XCTest 0x000000011ea044b5 -[XCTestDriver _runSuite] + 436
59 XCTest 0x000000011ea05302 -[XCTestDriver _checkForTestManager] + 287
60 XCTest 0x000000011ea54d67 _XCTestMain + 628
61 CoreFoundation 0x000000010fdb36ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
62 CoreFoundation 0x000000010fd986f4 __CFRunLoopDoBlocks + 356
63 CoreFoundation 0x000000010fd97e65 __CFRunLoopRun + 901
64 CoreFoundation 0x000000010fd97884 CFRunLoopRunSpecific + 420
65 GraphicsServices 0x0000000115887a6f GSEventRunModal + 161
66 UIKit 0x0000000110f1bc68 UIApplicationMain + 159
67 PuYin 0x000000010c24546f main + 111
68 libdyld.dylib 0x000000011318768d start + 1
69 ??? 0x0000000000000005 0x0 + 5
)

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.