Title: [125801] trunk/Tools
- Revision
- 125801
- Author
- [email protected]
- Date
- 2012-08-16 12:50:22 -0700 (Thu, 16 Aug 2012)
Log Message
Typo in old-run-webkit-tests script from https://bugs.webkit.org/show_bug.cgi?id=93904.
https://bugs.webkit.org/show_bug.cgi?id=94228
Patch by Roger Fong <[email protected]> on 2012-08-16
Reviewed by Tim Horton.
I previously made the change but made a typo that causes the script not ignore mismatch ref tests.
* Scripts/old-run-webkit-tests:
(isUsedInReftest):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (125800 => 125801)
--- trunk/Tools/ChangeLog 2012-08-16 19:42:21 UTC (rev 125800)
+++ trunk/Tools/ChangeLog 2012-08-16 19:50:22 UTC (rev 125801)
@@ -1,3 +1,15 @@
+2012-08-16 Roger Fong <[email protected]>
+
+ Typo in old-run-webkit-tests script from https://bugs.webkit.org/show_bug.cgi?id=93904.
+ https://bugs.webkit.org/show_bug.cgi?id=94228
+
+ Reviewed by Tim Horton.
+
+ I previously made the change but made a typo that causes the script not ignore mismatch ref tests.
+
+ * Scripts/old-run-webkit-tests:
+ (isUsedInReftest):
+
2012-08-16 Peter Beverloo <[email protected]>
[Chromium] Pass the --strip-binary argument to the apk test generator
Modified: trunk/Tools/Scripts/old-run-webkit-tests (125800 => 125801)
--- trunk/Tools/Scripts/old-run-webkit-tests 2012-08-16 19:42:21 UTC (rev 125800)
+++ trunk/Tools/Scripts/old-run-webkit-tests 2012-08-16 19:50:22 UTC (rev 125801)
@@ -2570,7 +2570,7 @@
my $base = stripExtension($filename);
foreach my $extension (@extensions) {
- if (-f "$base-$expectedTag.$extension" || -f "$base-$expectedTag-$mismatchTag.$extensionsJoined") {
+ if (-f "$base-$expectedTag.$extension" || -f "$base-$expectedTag-$mismatchTag.$extension") {
return 1;
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes