Title: [230320] trunk/JSTests
Revision
230320
Author
[email protected]
Date
2018-04-05 19:38:41 -0700 (Thu, 05 Apr 2018)

Log Message

[test262] Mark line-terminator-normalisation-CR.js as a binary file.
https://bugs.webkit.org/show_bug.cgi?id=184341

Reviewed by Yusuke Suzuki.

This test is all about CR line endings, but `svn-apply` can't deal with them.
Treating the file as binary ensures that its contents never are never shown in a diff.

* .gitattributes: Added.

Modified Paths

Added Paths

Diff

Added: trunk/JSTests/.gitattributes (0 => 230320)


--- trunk/JSTests/.gitattributes	                        (rev 0)
+++ trunk/JSTests/.gitattributes	2018-04-06 02:38:41 UTC (rev 230320)
@@ -0,0 +1 @@
+test262/test/built-ins/Function/prototype/toString/line-terminator-normalisation-CR.js binary

Modified: trunk/JSTests/ChangeLog (230319 => 230320)


--- trunk/JSTests/ChangeLog	2018-04-06 02:25:41 UTC (rev 230319)
+++ trunk/JSTests/ChangeLog	2018-04-06 02:38:41 UTC (rev 230320)
@@ -1,3 +1,15 @@
+2018-04-05  Ross Kirsling  <[email protected]>
+
+        [test262] Mark line-terminator-normalisation-CR.js as a binary file.
+        https://bugs.webkit.org/show_bug.cgi?id=184341
+
+        Reviewed by Yusuke Suzuki.
+
+        This test is all about CR line endings, but `svn-apply` can't deal with them.
+        Treating the file as binary ensures that its contents never are never shown in a diff.
+
+        * .gitattributes: Added.
+
 2018-04-05  Robin Morisset  <[email protected]>
 
         Fix testcase (missing try/catch).
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to