Bug 148884 - http/tests/w3c/html/semantics/forms/textfieldselection/selection.html frequently fails
Summary: http/tests/w3c/html/semantics/forms/textfieldselection/selection.html frequen...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 22:47 PDT by Alexey Proskuryakov
Modified: 2015-09-04 22:49 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2015-09-04 22:47:44 PDT
http/tests/w3c/html/semantics/forms/textfieldselection/selection.html frequently fails, especially on debug builds:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fw3c%2Fhtml%2Fsemantics%2Fforms%2Ftextfieldselection%2Fselection.html

@@ -1,13 +1,3 @@
 
 
-PASS test if selection text is correct for input 
-PASS test if selection text is correct for textarea 
-PASS test if non-ascii selection text is correct for input 
-PASS test if non-ascii selection text is correct for textarea 
-PASS test SelectionStart offset for input 
-FAIL test SelectionStart offset for textarea assert_equals: SelectionStart offset without selection expected 10 but got 0
-PASS test SelectionEnd offset for input 
-FAIL test SelectionEnd offset for textarea assert_equals: SelectionEnd offset without selection expected 10 but got 0
-PASS test SelectionDirection for input 
-PASS test SelectionDirection for textarea 
-
+Harness Error. harness_status.status = 2 , harness_status.message = null
Comment 1 Alexey Proskuryakov 2015-09-04 22:49:35 PDT
Added a TestExpectation in r189423.