Bug 46911
| Summary: | accessibility/aria-hidden-update.html has been failing on Windows since it was added in r68108 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ahmad.saleem792, cfleizach, ctguil, kinuko |
| Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, PlatformOnly |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | http://build.webkit.org/results/Windows%20Debug%20(Tests)/r68779%20(20503)/accessibility/aria-hidden-update-pretty-diff.html | ||
Adam Roben (:aroben)
accessibility/aria-hidden-update.html has been failing on Windows since it was added in r68108. Here's the diff:
--- /home/buildbot/slave/WebKit-BuildSlave/win-debug-tests/build/layout-test-results/accessibility/aria-hidden-update-expected.txt 2010-09-30 07:51:18.758059800 -0700
+++ /home/buildbot/slave/WebKit-BuildSlave/win-debug-tests/build/layout-test-results/accessibility/aria-hidden-update-actual.txt 2010-09-30 07:51:18.757059800 -0700
@@ -6,14 +6,14 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS parent.childAtIndex(0).isEqual(button1) is true
-PASS parent.childAtIndex(1).isEqual(button2) is true
-PASS parent.childAtIndex(2).isEqual(button3) is true
-PASS parent.childAtIndex(0).isEqual(button1) is true
-PASS parent.childAtIndex(1).isEqual(button3) is true
-PASS parent.childAtIndex(0).isEqual(button3) is true
-PASS parent.childAtIndex(0).isEqual(button2) is true
-PASS parent.childAtIndex(1).isEqual(button3) is true
+FAIL parent.childAtIndex(0).isEqual(button1) should be true. Was false.
+FAIL parent.childAtIndex(1).isEqual(button2) should be true. Was false.
+FAIL parent.childAtIndex(2).isEqual(button3) should be true. Was false.
+FAIL parent.childAtIndex(0).isEqual(button1) should be true. Was false.
+FAIL parent.childAtIndex(1).isEqual(button3) should be true. Was false.
+FAIL parent.childAtIndex(0).isEqual(button3) should be true. Was false.
+FAIL parent.childAtIndex(0).isEqual(button2) should be true. Was false.
+FAIL parent.childAtIndex(1).isEqual(button3) should be true. Was false.
PASS successfullyParsed is true
TEST COMPLETE
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/8497220>
Chris Guillory
This is fixed by http://trac.webkit.org/changeset/71792.
Ahmad Saleem
We don't have any platform specific expectations for this test.
Marking this as 'RESOLVED CONFIGURATION CHANGED'.