Title: [258363] branches/safari-609-branch/LayoutTests
Revision
258363
Author
[email protected]
Date
2020-03-12 15:29:59 -0700 (Thu, 12 Mar 2020)

Log Message

Cherry-pick r254979. rdar://problem/58836694

    Actually fix history link directs on dashboard and results.html
    https://bugs.webkit.org/show_bug.cgi?id=206666

    Reviewed by Jonathan Bedard.

    * fast/harness/results.html:
    * legacy-animation-engine/fast/harness/results.html:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254979 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-609-branch/LayoutTests/ChangeLog (258362 => 258363)


--- branches/safari-609-branch/LayoutTests/ChangeLog	2020-03-12 21:56:10 UTC (rev 258362)
+++ branches/safari-609-branch/LayoutTests/ChangeLog	2020-03-12 22:29:59 UTC (rev 258363)
@@ -1,3 +1,27 @@
+2020-03-12  Ryan Haddad  <[email protected]>
+
+        Cherry-pick r254979. rdar://problem/58836694
+
+    Actually fix history link directs on dashboard and results.html
+    https://bugs.webkit.org/show_bug.cgi?id=206666
+    
+    Reviewed by Jonathan Bedard.
+    
+    * fast/harness/results.html:
+    * legacy-animation-engine/fast/harness/results.html:
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254979 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-01-23  Matt Lewis  <[email protected]>
+
+            Actually fix history link directs on dashboard and results.html
+            https://bugs.webkit.org/show_bug.cgi?id=206666
+
+            Reviewed by Jonathan Bedard.
+
+            * fast/harness/results.html:
+            * legacy-animation-engine/fast/harness/results.html:
+
 2020-02-21  Russell Epstein  <[email protected]>
 
         Cherry-pick r257089. rdar://problem/59676923

Modified: branches/safari-609-branch/LayoutTests/fast/harness/results.html (258362 => 258363)


--- branches/safari-609-branch/LayoutTests/fast/harness/results.html	2020-03-12 21:56:10 UTC (rev 258362)
+++ branches/safari-609-branch/LayoutTests/fast/harness/results.html	2020-03-12 22:29:59 UTC (rev 258363)
@@ -887,7 +887,7 @@
                 testList += ',';
         }
 
-        return 'http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=' + encodeURIComponent(testList);
+        return 'https://results.webkit.org/?suite=layout-tests&test=' + encodeURIComponent(testList);
     }
 
     _updatePageTitle()

Modified: branches/safari-609-branch/LayoutTests/legacy-animation-engine/fast/harness/results.html (258362 => 258363)


--- branches/safari-609-branch/LayoutTests/legacy-animation-engine/fast/harness/results.html	2020-03-12 21:56:10 UTC (rev 258362)
+++ branches/safari-609-branch/LayoutTests/legacy-animation-engine/fast/harness/results.html	2020-03-12 22:29:59 UTC (rev 258363)
@@ -687,7 +687,7 @@
             testList += ",";
     }
 
-    return 'http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=' + encodeURIComponent(testList);
+    return 'https://results.webkit.org/?suite=layout-tests&test=' + encodeURIComponent(testList);
 }
 
 function tableRow(testObject)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to