* Scripts/run-webkit-tests:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@24012
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-07-05 Adam Roben <aroben@apple.com>
+
+ Warn about tests in the Skipped file that succeeded
+
+ * Scripts/run-webkit-tests:
+
2007-07-05 Adam Roben <aroben@apple.com>
Removed unused install-win-extras script
print "\n";
+if ($skippedOnly && $counts{"match"}) {
+ print "The following tests are in the Skipped file (" . File::Spec->abs2rel("$platformTestDirectory/Skipped", $testDirectory) . "), but succeeded:\n";
+ foreach my $test (@{$tests{"match"}}) {
+ print " $test\n";
+ }
+}
+
if ($resetResults || ($counts{match} && $counts{match} == $count)) {
print "all $count test cases succeeded\n";
unlink $testResults;