[webkit-changes] [WebKit/WebKit] ab68ab: [run-webkit-tests] Process names do not have exten...

Jonathan Bedard noreply at github.com
Mon Dec 19 16:20:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ab68abe37c220a56bce5c25dd2e274b713d7257c
      https://github.com/WebKit/WebKit/commit/ab68abe37c220a56bce5c25dd2e274b713d7257c
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2022-12-19 (Mon, 19 Dec 2022)

  Changed paths:
    M LayoutTests/fast/harness/results.html
    M Tools/Scripts/webkitpy/layout_tests/controllers/test_result_writer.py

  Log Message:
  -----------
  [run-webkit-tests] Process names do not have extensions
https://bugs.webkit.org/show_bug.cgi?id=249274
rdar://103326384

Reviewed by Dewei Zhu.

Instead of guessing which file names are actually process names, we should
treat process names as if they have no extension.

* LayoutTests/fast/harness/results.html: Explicit process names should be
treated as if they do not have an extension.
* Tools/Scripts/webkitpy/layout_tests/controllers/test_result_writer.py:
(TestResultWriter.output_filename): Ditto.

Canonical link: https://commits.webkit.org/258104@main




More information about the webkit-changes mailing list