Title: [288154] trunk/PerformanceTests
Revision
288154
Author
ross.kirsl...@sony.com
Date
2022-01-18 15:40:21 -0800 (Tue, 18 Jan 2022)

Log Message

Speedometer should be locally runnable on Windows
https://bugs.webkit.org/show_bug.cgi?id=235334

Reviewed by Don Olmstead.

It's currently not possible to run Speedometer locally on Windows (even using Chrome or Firefox):
the EmberJS-TodoMVC test fails its subresource integrity checks due to line endings.

* .gitattributes:
Ensure two JS files never include CRLFs.

Modified Paths

Diff

Modified: trunk/PerformanceTests/.gitattributes (288153 => 288154)


--- trunk/PerformanceTests/.gitattributes	2022-01-18 22:40:52 UTC (rev 288153)
+++ trunk/PerformanceTests/.gitattributes	2022-01-18 23:40:21 UTC (rev 288154)
@@ -4,4 +4,5 @@
 PageLoad/svg/files/france.svg -crlf
 PageLoad/svg/files/mtsthelens.svg -crlf
 PageLoad/svg/files/worldcup.svg -crlf
+Speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/*.js -crlf
 SunSpider/tests/parse-only/jquery-1.3.2.js -crlf

Modified: trunk/PerformanceTests/ChangeLog (288153 => 288154)


--- trunk/PerformanceTests/ChangeLog	2022-01-18 22:40:52 UTC (rev 288153)
+++ trunk/PerformanceTests/ChangeLog	2022-01-18 23:40:21 UTC (rev 288154)
@@ -1,3 +1,16 @@
+2022-01-18  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Speedometer should be locally runnable on Windows
+        https://bugs.webkit.org/show_bug.cgi?id=235334
+
+        Reviewed by Don Olmstead.
+
+        It's currently not possible to run Speedometer locally on Windows (even using Chrome or Firefox):
+        the EmberJS-TodoMVC test fails its subresource integrity checks due to line endings.
+
+        * .gitattributes:
+        Ensure two JS files never include CRLFs.
+
 2021-12-17  Rob Buis  <rb...@igalia.com>
 
         [css-contain][Performance test] Add test contain-paint-text-nowrap.html
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to