Changeset 230320 in webkit


Ignore:
Timestamp:
Apr 5, 2018 7:38:41 PM (6 years ago)
Author:
Ross Kirsling
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.
Location:
trunk/JSTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r230306 r230320  
     12018-04-05  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        [test262] Mark line-terminator-normalisation-CR.js as a binary file.
     4        https://bugs.webkit.org/show_bug.cgi?id=184341
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        This test is all about CR line endings, but `svn-apply` can't deal with them.
     9        Treating the file as binary ensures that its contents never are never shown in a diff.
     10
     11        * .gitattributes: Added.
     12
    1132018-04-05  Robin Morisset  <rmorisset@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.