From: eseidel Date: Tue, 11 Apr 2006 19:45:14 +0000 (+0000) Subject: 2006-04-11 Eric Seidel X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=215be97811672868944bec5be5383bd4d4fff421 2006-04-11 Eric Seidel Reviewed by andersca. * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests git-svn-id: https://svn.webkit.org/repository/webkit/trunk@13823 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog index 14e6ae175a56..6d0502ae35fa 100644 --- a/WebKitSite/ChangeLog +++ b/WebKitSite/ChangeLog @@ -1,3 +1,9 @@ +2006-04-11 Eric Seidel + + Reviewed by andersca. + + * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests + 2006-04-10 Geoffrey Garen Reviewed by Beth. diff --git a/WebKitSite/quality/testing.html b/WebKitSite/quality/testing.html index 7e44998a30df..5e8c42b9663d 100644 --- a/WebKitSite/quality/testing.html +++ b/WebKitSite/quality/testing.html @@ -69,8 +69,8 @@ This is the Mozilla JavaScript test suite.

How to run the tests

-

From JavaScriptCore/tests/mozilla, run the following command:

-

./run-mozilla-tests

+ +

WebKitTools/Scripts/run-javascriptcore-tests

The script will run all the tests and summarize how the results differ from what is currently expected.

What just happened

@@ -89,8 +89,8 @@ If you fixed a bug that caused an existing failure, you'll also be made aware of

What happens if I caused a regression?

-

It's not the end of the world. Go back and fix your bug and re-run run-mozilla-tests as many times as necessary.

+

It's not the end of the world. Go back and fix your bug and re-run run-javascriptcore-tests as many times as necessary.

\ No newline at end of file +?>