From c6e32eb9ce753f8cbb1330f72d488ac73b763778 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 13 May 2005 19:48:07 +0000 Subject: [PATCH] Minor corrections and clarifications. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21961 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index ced17745def..2dd66d31c08 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -396,8 +396,8 @@ test suite creates temporary files during execution.

tests. By default, it will run all of these tests.

To run only the DejaGNU driven tests, run gmake at the -command line in llvm/tests. To run a specific directory of tests, use the -TESTSUITE variable. +command line in llvm/test. To run a specific directory of tests, use +the TESTSUITE variable.

For example, to run the Regression tests, type @@ -422,7 +422,7 @@ directory to run them.

properly configured.
  • Use the configure script found in the llvm-test source directory:
    - $BUILD_SRC_DIR/configure --with-llvmsrc=$LLVM_SRC_ROOT --with-llvmobj=$LLVM_OBJ_ROOT + $LLVM_SRC_ROOT/projects/llvm-test/configure --with-llvmsrc=$LLVM_SRC_ROOT --with-llvmobj=$LLVM_OBJ_ROOT
  • gmake
  • @@ -450,7 +450,7 @@ others are features that we haven't added yet (or may never add). In DejaGNU, the result for such tests will be XFAIL (eXpected FAILure). In this way, you can tell the difference between an expected and unexpected failure.

    -

    The tests in llvm-test have no such feature as of this time. If the +

    The tests in llvm-test have no such feature at this time. If the test passes, only warnings and other miscellaneous output will be generated. If a test fails, a large <program> FAILED message will be displayed. This will help you separate benign warnings from actual test failures.

    @@ -516,7 +516,7 @@ we'll link your page to the global tester page. Thanks!

    Valid HTML 4.01! - John T. Criswell
    + John T. Criswell, Reid Spencer, and Tanya Lattner
    The LLVM Compiler Infrastructure
    Last modified: $Date$ -- 2.34.1