[webkit-changes] [WebKit/WebKit] 26498f: [ews-build.webkit.org] Use new-style test in TestW...
Jonathan Bedard
noreply at github.com
Thu Jan 5 11:26:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 26498f2bd9a1111d2e94db122b993faddf1aa1b7
https://github.com/WebKit/WebKit/commit/26498f2bd9a1111d2e94db122b993faddf1aa1b7
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
M Tools/CISupport/ews-build/steps.py
Log Message:
-----------
[ews-build.webkit.org] Use new-style test in TestWithFailureCount
https://bugs.webkit.org/show_bug.cgi?id=249729
rdar://103604782
Reviewed by Dewei Zhu.
* Tools/CISupport/ews-build/steps.py:
(TestWithFailureCount.run): Convert start to new-style 'run' commands.
(TestWithFailureCount.countFailures): Accept returncode instead of command result.
(CheckStyle.countFailures): Accept returncode instead of command result.
(customBuildFlag): Renamed from appendCustomBuildFlags, detatch from step type.
(CompileWebKit.start): Replace appendCustomBuildFlags with customBuildFlag.
(RunJavaScriptCoreTests.start): Ditto.
(RunWebKitTests.setLayoutTestCommand): Ditto.
(RunAPITests.run): Convert start to new-style 'run' command.
(RunAPITests.countFailures): Accept returncode instead of command result.
(RunAPITests.doOnFailure): Set of specific actions to take upon failure.
(ReRunAPITests.doOnFailure): Ditto.
(RunAPITestsWithoutChange):
(TestWithFailureCount.start): Deleted.
(TestWithFailureCount.commandComplete): Deleted.
(TestWithFailureCount.evaluateCommand): Deleted.
(appendCustomBuildFlags): Renamed customBuildFlag.
(RunAPITests.start): Deleted.
(RunAPITests.evaluateCommand): Deleted.
(ReRunAPITests.evaluateCommand): Deleted.
(RunAPITestsWithoutChange.evaluateCommand): Deleted.
Canonical link: https://commits.webkit.org/258497@main
More information about the webkit-changes
mailing list