Bug 68341 - [Qt] [ARMv5] fast/events/media-element-focus-tab.html fast/spatial-navigation/snav-media-elements.html fail
Summary: [Qt] [ARMv5] fast/events/media-element-focus-tab.html fast/spatial-navigation...
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:
Keywords:
Depends on: 67190
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-19 01:45 PDT by Kristóf Kosztyó
Modified: 2013-06-13 02:52 PDT (History)
5 users (show)

See Also:


Attachments
skip the failing tests (1.28 KB, patch)
2011-09-19 02:06 PDT, Kristóf Kosztyó
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kristóf Kosztyó 2011-09-19 01:45:52 PDT
The tests added in r95381

fast/events/media-element-focus-tab.html diff:
--- /home/buildbot/cute1/slaves/armReleaseTest/buildslave/arm-qt-linux-release-arm-test/build/layout-test-results_arm-layout/fast/events/media-element-focus-tab-expected.txt	2011-09-18 18:59:09.967318298 -0700
+++ /home/buildbot/cute1/slaves/armReleaseTest/buildslave/arm-qt-linux-release-arm-test/build/layout-test-results_arm-layout/fast/events/media-element-focus-tab-actual.txt	2011-09-18 18:59:09.959318005 -0700
@@ -1,18 +1,18 @@
 This tests that a media element ie: <Audio> or <video>, without tabindex can be selected with keyboard (TAB Key)
 
 SUCCESS: Tab-Key did tab to the Media Element (video1). TEST: WithTabIndexVideo.
-SUCCESS: Tab-Key did tab to the Media Element (video2). TEST: WithoutTabIndexVideo.
+FAIL: Tab-Key did not tab to the Media Element (video2). TEST: WithoutTabIndexVideo.
 SUCCESS: Tab-Key did tab to the Media Element (video3). TEST: WithoutControlsButWithTabIndexVideo.
-SUCCESS: Tab-Key did tab to the Media Element (audio1). TEST: WithoutTabIndexAudio.
+FAIL: Tab-Key did not tab to the Media Element (audio1). TEST: WithoutTabIndexAudio.
 SUCCESS: Tab-Key did not tab to the Media Element (audio2). TEST: WithoutControlaAndTabIndexAudio.
  
+
  
+
  
+
  
- 
- 
- 
- 
+

fast/spatial-navigation/snav-media-elements.html diff:
--- /home/buildbot/cute1/slaves/armReleaseTest/buildslave/arm-qt-linux-release-arm-test/build/layout-test-results_arm-layout/fast/spatial-navigation/snav-media-elements-expected.txt	2011-09-18 19:02:03.420068064 -0700
+++ /home/buildbot/cute1/slaves/armReleaseTest/buildslave/arm-qt-linux-release-arm-test/build/layout-test-results_arm-layout/fast/spatial-navigation/snav-media-elements-actual.txt	2011-09-18 19:02:03.411569211 -0700
@@ -11,14 +11,14 @@
 This is a link End of Test.
 
 PASS gFocusedDocument.activeElement.getAttribute("id") is "start"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "v1"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "i2"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "v3"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "i4"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "v5"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "i6"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "a7"
-PASS gFocusedDocument.activeElement.getAttribute("id") is "i8"
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be v1. Was i2.
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be i2. Was i4.
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be v3. Was i6.
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be i4. Was i8.
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be v5. Was end.
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be i6. Was end.
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be a7. Was end.
+FAIL gFocusedDocument.activeElement.getAttribute("id") should be i8. Was end.
 PASS gFocusedDocument.activeElement.getAttribute("id") is "end"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "i8"
 PASS gFocusedDocument.activeElement.getAttribute("id") is "end"
Comment 1 Kristóf Kosztyó 2011-09-19 02:06:27 PDT
Created attachment 107817 [details]
skip the failing tests
Comment 2 Csaba Osztrogonác 2011-09-19 02:19:26 PDT
Comment on attachment 107817 [details]
skip the failing tests

View in context: https://bugs.webkit.org/attachment.cgi?id=107817&action=review

r+ with typo fix.

> LayoutTests/ChangeLog:6
> +        * platform/qt-arm/Skipped: Skipp the failing tests

s/skipp/skip
Comment 3 Csaba Osztrogonác 2011-09-22 03:40:23 PDT
Comment on attachment 107817 [details]
skip the failing tests

Landed in http://trac.webkit.org/changeset/95407
Comment 4 Csaba Osztrogonác 2011-09-22 03:40:40 PDT
Waiting for the proper fix ...
Comment 5 Csaba Osztrogonác 2013-06-13 02:52:10 PDT
unskipped by https://trac.webkit.org/changeset/151511