Bug 158279

Summary: LayoutTest accessibility/ios-simulator/attributed-string-for-range.html failing on ios-simulator debug
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aboxhall, apinheiro, cfleizach, commit-queue, dmazzoni, jcraig, jdiggs, mario, samuel_white
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Ryan Haddad 2016-06-01 15:45:14 PDT
--- /Volumes/Data/slave/ios-simulator-9-debug-tests-wk2/build/layout-test-results/accessibility/ios-simulator/attributed-string-for-range-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-debug-tests-wk2/build/layout-test-results/accessibility/ios-simulator/attributed-string-for-range-actual.txt
@@ -9,13 +9,13 @@
     UIAccessibilityTokenFontName = "Times New Roman";
     UIAccessibilityTokenFontSize = 16;
 }{
-    UIAccessibilityTokenAttachment = "WebAccessibilityObjectWrapper: cake";
+    UIAccessibilityTokenAttachment = "Role: (48) - Text: cake: Value: (null) -- Frame: 0.000000 0.000000 0.000000 0.000000";
 }  {
     UIAccessibilityTokenFontFamily = "Times New Roman";
     UIAccessibilityTokenFontName = "Times New Roman";
     UIAccessibilityTokenFontSize = 16;
 }{
-    UIAccessibilityTokenAttachment = "WebAccessibilityObjectWrapper: title, subtitle, action";
+    UIAccessibilityTokenAttachment = "Role: (14) - Text: title, subtitle, action: Value: 0.50 -- Frame: 47.000000 23.000000 161.000000 119.000000";
 } {
     UIAccessibilityTokenFontFamily = "Times New Roman";
     UIAccessibilityTokenFontName = "Times New Roman";

<https://build.webkit.org/builders/Apple%20iOS%209%20Simulator%20Debug%20WK2%20(Tests)/builds/2302>
Comment 2 chris fleizach 2016-06-01 15:48:55 PDT
(In reply to comment #1)
> Test added with <https://trac.webkit.org/changeset/201568>.
> 
> Seems to pass on ios-simulator release
> <http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.
> html#showAllRuns=true&tests=accessibility%2Fios-simulator%2Fattributed-
> string-for-range.html>

- (NSString *)description is implemented differently on debug/release

We should just not do that I think
Comment 3 chris fleizach 2016-06-01 15:51:00 PDT
Created attachment 280274 [details]
Patch
Comment 4 WebKit Commit Bot 2016-06-01 20:18:35 PDT
Comment on attachment 280274 [details]
Patch

Clearing flags on attachment: 280274

Committed r201585: <http://trac.webkit.org/changeset/201585>
Comment 5 WebKit Commit Bot 2016-06-01 20:18:41 PDT
All reviewed patches have been landed.  Closing bug.