Title: [261121] trunk/LayoutTests
Revision
261121
Author
[email protected]
Date
2020-05-04 16:17:51 -0700 (Mon, 04 May 2020)

Log Message

REGRESSION (r261108): [ Mac ] inspector/timeline/timeline-recording.html is failing
https://bugs.webkit.org/show_bug.cgi?id=211404
<rdar://problem/62863766>

Unreviewed, update test expectation.

* inspector/timeline/timeline-recording-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261120 => 261121)


--- trunk/LayoutTests/ChangeLog	2020-05-04 22:58:01 UTC (rev 261120)
+++ trunk/LayoutTests/ChangeLog	2020-05-04 23:17:51 UTC (rev 261121)
@@ -1,3 +1,13 @@
+2020-05-04  Devin Rousso  <[email protected]>
+
+        REGRESSION (r261108): [ Mac ] inspector/timeline/timeline-recording.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=211404
+        <rdar://problem/62863766>
+
+        Unreviewed, update test expectation.
+
+        * inspector/timeline/timeline-recording-expected.txt:
+
 2020-05-04  Jacob Uphoff  <[email protected]>
 
         [ macOS ] webgl/2.0.0/conformance/extensions/webgl-draw-buffers.html has been timing out ever since it was introduced.

Modified: trunk/LayoutTests/inspector/timeline/timeline-recording-expected.txt (261120 => 261121)


--- trunk/LayoutTests/inspector/timeline/timeline-recording-expected.txt	2020-05-04 22:58:01 UTC (rev 261120)
+++ trunk/LayoutTests/inspector/timeline/timeline-recording-expected.txt	2020-05-04 23:17:51 UTC (rev 261121)
@@ -38,8 +38,8 @@
     "timeline-record-type-network",
     "timeline-record-type-layout",
     "timeline-record-type-script",
-    "timeline-record-type-cpu",
-    "timeline-record-type-rendering-frame"
+    "timeline-record-type-rendering-frame",
+    "timeline-record-type-cpu"
   ],
   "records": [
     "<filtered>"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to