Title: [110417] trunk/LayoutTests
- Revision
- 110417
- Author
- [email protected]
- Date
- 2012-03-12 02:02:56 -0700 (Mon, 12 Mar 2012)
Log Message
Unreviewed flakiness fix.
* inspector/timeline/timeline-start-time.html:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (110416 => 110417)
--- trunk/LayoutTests/ChangeLog 2012-03-12 08:59:55 UTC (rev 110416)
+++ trunk/LayoutTests/ChangeLog 2012-03-12 09:02:56 UTC (rev 110417)
@@ -1,3 +1,9 @@
+2012-03-12 Andrey Kosyakov <[email protected]>
+
+ Unreviewed flakiness fix.
+
+ * inspector/timeline/timeline-start-time.html:
+
2012-03-12 Philippe Normand <[email protected]>
Unreviewed, GTK rebaseline after r110409. And skip a new GTK
Modified: trunk/LayoutTests/inspector/timeline/timeline-start-time.html (110416 => 110417)
--- trunk/LayoutTests/inspector/timeline/timeline-start-time.html 2012-03-12 08:59:55 UTC (rev 110416)
+++ trunk/LayoutTests/inspector/timeline/timeline-start-time.html 2012-03-12 09:02:56 UTC (rev 110417)
@@ -21,7 +21,7 @@
var now = Date.now();
var eventTime = record.startTime;
InspectorTest.assertGreaterOrEqual(eventTime, beforeStart, "event time should be after timeline start time");
- InspectorTest.assertGreaterOrEqual(now, eventTime, "event time should be before now");
+ InspectorTest.assertGreaterOrEqual(now, Math.floor(eventTime), "event time should be before now");
InspectorTest.addResult("done");
InspectorTest.stopTimeline(InspectorTest.completeTest.bind(InspectorTest));
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes