Bug 106850 - REGRESSION(r139681): platform/mac/accessibility/progressbar.html fails on Mac
Summary: REGRESSION(r139681): platform/mac/accessibility/progressbar.html fails on Mac
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on: 106679
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-14 17:59 PST by Stephanie Lewis
Modified: 2013-01-15 00:42 PST (History)
10 users (show)

See Also:


Attachments
Fixes the bug (2.64 KB, patch)
2013-01-14 21:14 PST, Ryosuke Niwa
cfleizach: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephanie Lewis 2013-01-14 17:59:55 PST
http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK2%20(Tests)/r139681%20(4804)/results.html

Failing on WK1  and WK2, Lion and Mountain Lion.

Happened between http://trac.webkit.org/changeset/139679 and http://trac.webkit.org/changeset/139681.

results:
http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK1%20(Tests)/r139681%20(5660)/platform/mac/accessibility/progressbar-pretty-diff.html

--- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/platform/mac/accessibility/progressbar-expected.txt
+++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/platform/mac/accessibility/progressbar-actual.txt
@@ -6,7 +6,7 @@
 
 PASS obj.intValue is 7
 PASS obj.intValue is 0
-PASS obj.intValue is 7
+FAIL obj.intValue should be 7. Was 0.
 PASS obj.role is 'AXRole: AXProgressIndicator'
 PASS obj.intValue is 0
 PASS obj.role is 'AXRole: AXProgressIndicator'
Comment 1 Ryosuke Niwa 2013-01-14 19:04:57 PST
I'm investigating this issue but it's gonna take a while to build & run the test.
Comment 2 Ryosuke Niwa 2013-01-14 21:14:43 PST
Created attachment 182694 [details]
Fixes the bug
Comment 3 chris fleizach 2013-01-14 23:26:05 PST
Comment on attachment 182694 [details]
Fixes the bug

thanks
Comment 4 Ryosuke Niwa 2013-01-15 00:31:51 PST
Committed r139723: <http://trac.webkit.org/changeset/139723>
Comment 5 Benjamin Poulain 2013-01-15 00:42:14 PST
Nice catch.