Bug 165539
Summary: | REGRESSION (r209462): LayoutTestfast/dom/Window/web-timing-minimal-performance-now.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ggaren, mark.lam |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
LayoutTestfast/dom/Window/web-timing-minimal-performance-now.html is a flaky failure
https://build.webkit.org/results/Apple%20Yosemite%20Release%20WK2%20(Tests)/r209465%20(19807)/results.html
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fdom%2FWindow%2Fweb-timing-minimal-performance-now.html
--- /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/fast/dom/Window/web-timing-minimal-performance-now-expected.txt
+++ /Volumes/Data/slave/yosemite-release-tests-wk2/build/layout-test-results/fast/dom/Window/web-timing-minimal-performance-now-actual.txt
@@ -3,7 +3,7 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS isMonotonicClock is true
+FAIL isMonotonicClock should be true. Was false.
PASS successfullyParsed is true
TEST COMPLETE
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Started after "performance.now() should truncate to 100us" https://trac.webkit.org/changeset/209462
Geoffrey Garen
Committed r209471: <http://trac.webkit.org/changeset/209471>