We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepare-Changelog
No new tests
JSTests
1 parent 7b5547b commit c07db62Copy full SHA for c07db62
Tools/Scripts/prepare-ChangeLog
@@ -2160,6 +2160,11 @@ sub generateFileList(\%$$$\%)
2160
&& $file !~ /-expected(-mismatch)?\.html$/
2161
&& !scalar(grep(/^resources$/i, @components))
2162
&& !scalar(grep(/^script-tests$/i, @components));
2163
+ } elsif ($components[0] eq "JSTests") {
2164
+ push @addedRegressionTests, $file
2165
+ if isAddedStatus($status)
2166
+ && $file =~ /\.js$/
2167
+ && !scalar(grep(/^resources$/i, @components));
2168
} elsif (attributeCommand($attributeCache, $file, "test")) {
2169
push @addedRegressionTests, $file;
2170
} elsif (attributeCommand($attributeCache, $file, "requiresTests")) {
0 commit comments