Title: [92629] trunk/Tools
Revision
92629
Author
[email protected]
Date
2011-08-08 13:37:24 -0700 (Mon, 08 Aug 2011)

Log Message

Move the --leaks bot back over to NRWT now that I'm back
from vacation and able to debug it.

Unreviewed.

* Scripts/run-webkit-tests:
(usingWebKit2):
(useNewRunWebKitTests):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (92628 => 92629)


--- trunk/Tools/ChangeLog	2011-08-08 20:29:40 UTC (rev 92628)
+++ trunk/Tools/ChangeLog	2011-08-08 20:37:24 UTC (rev 92629)
@@ -1,3 +1,14 @@
+2011-08-08  Eric Seidel  <[email protected]>
+
+        Move the --leaks bot back over to NRWT now that I'm back
+        from vacation and able to debug it.
+
+        Unreviewed.
+
+        * Scripts/run-webkit-tests:
+        (usingWebKit2):
+        (useNewRunWebKitTests):
+
 2011-08-05  Dimitri Glazkov  <[email protected]>
 
         Wire up updating expectations in garden-o-matic.

Modified: trunk/Tools/Scripts/run-webkit-tests (92628 => 92629)


--- trunk/Tools/Scripts/run-webkit-tests	2011-08-08 20:29:40 UTC (rev 92628)
+++ trunk/Tools/Scripts/run-webkit-tests	2011-08-08 20:37:24 UTC (rev 92629)
@@ -65,13 +65,6 @@
     return grep(/(-2|--webkit-test-runner)/, @ARGV);
 }
 
-sub usingLeaks()
-{
-    # NRWT doesn't support --leaks yet.
-    # https://bugs.webkit.org/show_bug.cgi?id=63832
-    return grep(/--leaks/, @ARGV);
-}
-
 sub useNewRunWebKitTests()
 {
     # Change this check to control which platforms use new-run-webkit-tests by default.
@@ -89,7 +82,7 @@
         return (!isDarwin() and !isARM() and (getQtVersion() ne "4.8"));
     }
 
-    return ((isLeopard() or isSnowLeopard() or isGtk()) and !usingWebKit2() and !usingLeaks());
+    return ((isLeopard() or isSnowLeopard() or isGtk()) and !usingWebKit2());
 }
 
 my $harnessName = "old-run-webkit-tests";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to