[Webkit-unassigned] [Bug 14740] Hierarchical layout tests and platform organization

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 10 23:35:55 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14740





------- Comment #15 from aroben at apple.com  2007-08-10 23:35 PDT -------
(From update of attachment 15925)
+    if (!defined($platform) || $platform eq "none") {
+        return $testDirectory;
+    }

Hm, won't this mean that we'll run all the tests twice if we hit this code? We
first add all the tests from $testDirectory, then all the tests in
@platformHierarchy, but in this case they're the same...


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list