[Webkit-unassigned] [Bug 28907] [Qt] The --strict switch of run-webkit-tests does not work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 7 11:10:50 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28907
Tor Arne Vestbø <vestbo at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vestbo at webkit.org
--- Comment #11 from Tor Arne Vestbø <vestbo at webkit.org> 2009-09-07 11:10:50 PDT ---
I'll land this tomorrow.
Also, I just realized the stripMetrics() function can be simplified to:
my ($actual, $expected) = @_;
foreach my $result ($actual, $expected) {
$result =~ s/at \(-?[0-9]+,-?[0-9]+\) *//g;
...
}
But I'll do that change before landing.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list