⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 201555 in webkit


Ignore:
Timestamp:
Jun 1, 2016, 9:22:01 AM (10 years ago)
Author:
youenn.fablet@crf.canon.fr
Message:

Close wptserve response file handles explicitly
https://bugs.webkit.org/show_bug.cgi?id=158253

Reviewed by Alexey Proskuryakov.

See https://github.com/youennf/wptserve/commit/fc902e97a21b8470dcdaab8c70691aea1fecbc12

  • resources/web-platform-tests-modules.json: Updating wptserve module to close response file handles once written.
Location:
trunk/LayoutTests/imported/w3c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r201491 r201555  
     12016-06-01  Youenn Fablet  <youenn.fablet@crf.canon.fr>
     2
     3        Close wptserve response file handles explicitly
     4        https://bugs.webkit.org/show_bug.cgi?id=158253
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        See https://github.com/youennf/wptserve/commit/fc902e97a21b8470dcdaab8c70691aea1fecbc12
     9
     10        * resources/web-platform-tests-modules.json: Updating wptserve module to close response file handles once written.
     11
    1122016-05-28  Youenn Fablet  <youenn.fablet@crf.canon.fr>
    213
  • trunk/LayoutTests/imported/w3c/resources/web-platform-tests-modules.json

    r201491 r201555  
    8888            "wptserve"
    8989        ],
    90         "url": "https://github.com/youennf/wptserve/archive/9c84ebd90130bef40d440981e0f55947418678b3.tar.gz",
    91         "url_subpath": "wptserve-9c84ebd90130bef40d440981e0f55947418678b3"
     90        "url": "https://github.com/youennf/wptserve/archive/fc902e97a21b8470dcdaab8c70691aea1fecbc12.tar.gz",
     91        "url_subpath": "wptserve-fc902e97a21b8470dcdaab8c70691aea1fecbc12"
    9292    }
    9393]
Note: See TracChangeset for help on using the changeset viewer.