Bug 158279 - LayoutTest accessibility/ios-simulator/attributed-string-for-range.html failing on ios-simulator debug
Summary: LayoutTest accessibility/ios-simulator/attributed-string-for-range.html faili...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-01 15:45 PDT by Ryan Haddad
Modified: 2016-06-01 20:18 PDT (History)
9 users (show)

See Also:


Attachments
Patch (1.64 KB, patch)
2016-06-01 15:51 PDT, chris fleizach
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.