Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d87254aa4b2936116573a8f1c6cac118dd78cb43
      
https://github.com/WebKit/WebKit/commit/d87254aa4b2936116573a8f1c6cac118dd78cb43
  Author: Aakash Jain <[email protected]>
  Date:   2023-10-20 (Fri, 20 Oct 2023)

  Changed paths:
    M Tools/CISupport/ews-build/steps.py

  Log Message:
  -----------
  [ews-build] run-api-tests step should fail builds that exceed a predefined 
threshold of log lines
https://bugs.webkit.org/show_bug.cgi?id=263450

Reviewed by Jonathan Bedard and Elliott Williams.

* Tools/CISupport/ews-build/steps.py:
(CompileWebKit.handleExcessiveLogging): Drive-by fix.
(RunAPITests): Stop subclassing from TestWithFailureCount which uses 
BufferLogObserver.
(RunAPITests.run):
(RunAPITests.parseOutputLine): Parse each log ling as it comes.
(RunAPITests.handleExcessiveLogging): Handle excessive logging by stopping the 
build.
(RunAPITests.getResultSummary): Custom failure message.
(RunAPITests.countFailures): Deleted. Re-implemented in parseOutputLine.

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to