Bug 77636 - [GTK] fast/forms/radio/radio-group.html is flaky
Summary: [GTK] fast/forms/radio/radio-group.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-02 05:56 PST by Philippe Normand
Modified: 2012-06-23 08:01 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2012-02-02 05:56:33 PST
Diff:

--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/forms/radio/radio-group-expected.txt 
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/fast/forms/radio/radio-group-actual.txt 
@@ -35,7 +35,7 @@
 PASS $("radio1-3").checked is true
 PASS $("radio1-4").checked is true
 (The following test depends on gc(). It might fail on a real browser.)
-PASS $("radio1-1").checked is false
+FAIL $("radio1-1").checked should be false. Was true.
 PASS $("radio1-3").checked is true
 
 Adding a radio button to an orphan tree:


I'll update test_expectations accordingly.
Comment 1 Zan Dobersek 2012-06-23 08:01:59 PDT
The test is consistently passing so its expectation was removed in http://trac.webkit.org/changeset/120476. Closing the bug.