Bug 96196 - REGRESSION (r127882): accessibility/spinbutton-value.html failing on GTK
Summary: REGRESSION (r127882): accessibility/spinbutton-value.html failing on GTK
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/GTK%2...
Keywords: LayoutTestFailure, MakingBotsRed, Regression
Depends on:
Blocks:
 
Reported: 2012-09-09 00:10 PDT by Zan Dobersek
Modified: 2012-09-21 13:03 PDT (History)
3 users (show)

See Also:


Attachments
Patch (6.00 KB, patch)
2012-09-21 12:00 PDT, Joanmarie Diggs
no flags Details | Formatted Diff | Diff
Patch (6.04 KB, patch)
2012-09-21 12:10 PDT, Joanmarie Diggs
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2012-09-09 00:10:24 PDT
accessibility/spinbutton-value.html started failing on GTK after it was introduced in r127882
http://trac.webkit.org/changeset/127882.

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/accessibility/spinbutton-value-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/accessibility/spinbutton-value-actual.txt 
@@ -5,10 +5,10 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS endsWith(axSpin.intValue, '5') is true
-PASS endsWith(axSpin.minValue, '1') is true
-PASS endsWith(axSpin.maxValue, '9') is true
-PASS endsWith(axSpin.valueDescription, '5 of 9') is true
+FAIL endsWith(axSpin.intValue, '5') should be true. Was false.
+FAIL endsWith(axSpin.minValue, '1') should be true. Was false.
+FAIL endsWith(axSpin.maxValue, '9') should be true. Was false.
+FAIL endsWith(axSpin.valueDescription, '5 of 9') should be true. Was false.
 PASS axSpin.title is axUntitled.title
 PASS successfullyParsed is true
Comment 1 Joanmarie Diggs 2012-09-19 22:54:15 PDT
This test is passing for me. Is it still failing for you?
Comment 3 Joanmarie Diggs 2012-09-21 12:00:24 PDT
Created attachment 165166 [details]
Patch
Comment 4 Joanmarie Diggs 2012-09-21 12:10:10 PDT
Created attachment 165170 [details]
Patch
Comment 5 Joanmarie Diggs 2012-09-21 12:12:17 PDT
Comment on attachment 165170 [details]
Patch

Same changes; applyable (fingers crossed) patch.

The previous one could not be applied due to a change in TestExpectations. Guess we are all working at once. :)
Comment 6 WebKit Review Bot 2012-09-21 13:03:37 PDT
Comment on attachment 165170 [details]
Patch

Clearing flags on attachment: 165170

Committed r129247: <http://trac.webkit.org/changeset/129247>
Comment 7 WebKit Review Bot 2012-09-21 13:03:41 PDT
All reviewed patches have been landed.  Closing bug.