[Webkit-unassigned] [Bug 36078] new-run-webkit-tests fails java/lc3 on a clean checkout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 26 12:16:39 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36078





--- Comment #2 from Eric Seidel <eric at webkit.org>  2010-03-26 12:16:39 PST ---
I ran new-run-webkit-tests again last night.  Wow.  Very impressive.

But I ran into this bug.

if (isAppleMacWebKit()) {
    print STDERR "Compiling Java tests\n";
    my $javaTestsDirectory = catdir($testDirectory, "java");

    if (system("/usr/bin/make", "-C", "$javaTestsDirectory")) {
        exit 1;
    }
}

Seems to be the perl code used for the fix.  I'll prepare a patch.

-- 
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