Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 3 | <html> |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 4 | <head> |
NAKAMURA Takumi | 5c6e4df | 2011-10-31 11:21:59 +0000 | [diff] [blame] | 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
Matthijs Kooijman | 31ce08f | 2008-06-24 12:58:31 +0000 | [diff] [blame] | 6 | <title>LLVM Testing Infrastructure Guide</title> |
Daniel Dunbar | adea497 | 2012-04-19 20:20:34 +0000 | [diff] [blame] | 7 | <link rel="stylesheet" href="_static/llvm.css" type="text/css"> |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 8 | </head> |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 9 | <body> |
| 10 | |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 11 | <h1> |
Matthijs Kooijman | 31ce08f | 2008-06-24 12:58:31 +0000 | [diff] [blame] | 12 | LLVM Testing Infrastructure Guide |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 13 | </h1> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 14 | |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 15 | <ol> |
Reid Spencer | 820e247 | 2004-11-01 08:30:14 +0000 | [diff] [blame] | 16 | <li><a href="#overview">Overview</a></li> |
Matthijs Kooijman | 31ce08f | 2008-06-24 12:58:31 +0000 | [diff] [blame] | 17 | <li><a href="#requirements">Requirements</a></li> |
| 18 | <li><a href="#org">LLVM testing infrastructure organization</a> |
Reid Spencer | 820e247 | 2004-11-01 08:30:14 +0000 | [diff] [blame] | 19 | <ul> |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 20 | <li><a href="#regressiontests">Regression tests</a></li> |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 21 | <li><a href="#testsuite"><tt>test-suite</tt></a></li> |
Devang Patel | 40d438e | 2010-11-11 00:13:39 +0000 | [diff] [blame] | 22 | <li><a href="#debuginfotests">Debugging Information tests</a></li> |
Reid Spencer | 820e247 | 2004-11-01 08:30:14 +0000 | [diff] [blame] | 23 | </ul> |
| 24 | </li> |
Matthijs Kooijman | 31ce08f | 2008-06-24 12:58:31 +0000 | [diff] [blame] | 25 | <li><a href="#quick">Quick start</a> |
Chris Lattner | eb82da8 | 2006-05-23 01:40:20 +0000 | [diff] [blame] | 26 | <ul> |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 27 | <li><a href="#quickregressiontests">Regression tests</a></li> |
Devang Patel | 40d438e | 2010-11-11 00:13:39 +0000 | [diff] [blame] | 28 | <li><a href="#quickdebuginfotests">Debugging Information tests</a></li> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 29 | </ul> |
| 30 | </li> |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 31 | <li><a href="#rtstructure">Regression test structure</a> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 32 | <ul> |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 33 | <li><a href="#rtcustom">Writing new regression tests</a></li> |
Chris Lattner | 3d2de1d | 2009-08-15 15:40:48 +0000 | [diff] [blame] | 34 | <li><a href="#FileCheck">The FileCheck utility</a></li> |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 35 | <li><a href="#rtvars">Variables and substitutions</a></li> |
| 36 | <li><a href="#rtfeatures">Other features</a></li> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 37 | </ul> |
| 38 | </li> |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 39 | <li><a href="#testsuiteoverview"><tt>test-suite</tt> Overview</a> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 40 | <ul> |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 41 | <li><a href="#testsuitequickstart"><tt>test-suite</tt> Quickstart</a></li> |
| 42 | <li><a href="#testsuitemakefiles"><tt>test-suite</tt> Makefiles</a></li> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 43 | </ul> |
Chris Lattner | eb82da8 | 2006-05-23 01:40:20 +0000 | [diff] [blame] | 44 | </li> |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 45 | </ol> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 46 | |
Chris Lattner | 7911ce2 | 2004-05-23 21:07:27 +0000 | [diff] [blame] | 47 | <div class="doc_author"> |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 48 | <p>Written by John T. Criswell, Daniel Dunbar, Reid Spencer, and Tanya Lattner</p> |
Chris Lattner | 7911ce2 | 2004-05-23 21:07:27 +0000 | [diff] [blame] | 49 | </div> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 50 | |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 51 | <!--=========================================================================--> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 52 | <h2><a name="overview">Overview</a></h2> |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 53 | <!--=========================================================================--> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 54 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 55 | <div> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 56 | |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 57 | <p>This document is the reference manual for the LLVM testing infrastructure. It |
| 58 | documents the structure of the LLVM testing infrastructure, the tools needed to |
| 59 | use it, and how to add and run tests.</p> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 60 | |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 61 | </div> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 62 | |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 63 | <!--=========================================================================--> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 64 | <h2><a name="requirements">Requirements</a></h2> |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 65 | <!--=========================================================================--> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 66 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 67 | <div> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 68 | |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 69 | <p>In order to use the LLVM testing infrastructure, you will need all of the |
| 70 | software required to build LLVM, as well |
| 71 | as <a href="http://python.org">Python</a> 2.4 or later.</p> |
Jim Laskey | a2dee01 | 2006-03-27 18:41:06 +0000 | [diff] [blame] | 72 | |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 73 | </div> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 74 | |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 75 | <!--=========================================================================--> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 76 | <h2><a name="org">LLVM testing infrastructure organization</a></h2> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 77 | <!--=========================================================================--> |
| 78 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 79 | <div> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 80 | |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 81 | <p>The LLVM testing infrastructure contains two major categories of tests: |
| 82 | regression tests and whole programs. The regression tests are contained inside |
| 83 | the LLVM repository itself under <tt>llvm/test</tt> and are expected to always |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 84 | pass -- they should be run before every commit.</p> |
| 85 | |
| 86 | <p>The whole programs tests are referred to as the "LLVM test suite" (or |
| 87 | "test-suite") and are in the <tt>test-suite</tt> module in subversion. For |
| 88 | historical reasons, these tests are also referred to as the "nightly tests" in |
| 89 | places, which is less ambiguous than "test-suite" and remains in use although we |
| 90 | run them much more often than nightly.</p> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 91 | |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 92 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 93 | <h3><a name="regressiontests">Regression tests</a></h3> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 94 | <!-- _______________________________________________________________________ --> |
| 95 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 96 | <div> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 97 | |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 98 | <p>The regression tests are small pieces of code that test a specific feature of |
| 99 | LLVM or trigger a specific bug in LLVM. They are usually written in LLVM |
| 100 | assembly language, but can be written in other languages if the test targets a |
| 101 | particular language front end (and the appropriate <tt>--with-llvmgcc</tt> |
| 102 | options were used at <tt>configure</tt> time of the <tt>llvm</tt> module). These |
| 103 | tests are driven by the 'lit' testing tool, which is part of LLVM.</p> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 104 | |
Shantonu Sen | 1b6d3da | 2009-06-26 05:44:53 +0000 | [diff] [blame] | 105 | <p>These code fragments are not complete programs. The code generated |
| 106 | from them is never executed to determine correct behavior.</p> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 107 | |
| 108 | <p>These code fragment tests are located in the <tt>llvm/test</tt> |
| 109 | directory.</p> |
| 110 | |
| 111 | <p>Typically when a bug is found in LLVM, a regression test containing |
| 112 | just enough code to reproduce the problem should be written and placed |
| 113 | somewhere underneath this directory. In most cases, this will be a small |
| 114 | piece of LLVM assembly language code, often distilled from an actual |
| 115 | application or benchmark.</p> |
| 116 | |
| 117 | </div> |
| 118 | |
| 119 | <!-- _______________________________________________________________________ --> |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 120 | <h3><a name="testsuite"><tt>test-suite</tt></a></h3> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 121 | <!-- _______________________________________________________________________ --> |
| 122 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 123 | <div> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 124 | |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 125 | <p>The test suite contains whole programs, which are pieces of code which can be |
| 126 | compiled and linked into a stand-alone program that can be executed. These |
| 127 | programs are generally written in high level languages such as C or C++.</p> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 128 | |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 129 | <p>These programs are compiled using a user specified compiler and set of flags, |
| 130 | and then executed to capture the program output and timing information. The |
| 131 | output of these programs is compared to a reference output to ensure that the |
| 132 | program is being compiled correctly.</p> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 133 | |
| 134 | <p>In addition to compiling and executing programs, whole program tests serve as |
| 135 | a way of benchmarking LLVM performance, both in terms of the efficiency of the |
| 136 | programs generated as well as the speed with which LLVM compiles, optimizes, and |
| 137 | generates code.</p> |
| 138 | |
Matthijs Kooijman | 31ce08f | 2008-06-24 12:58:31 +0000 | [diff] [blame] | 139 | <p>The test-suite is located in the <tt>test-suite</tt> Subversion module.</p> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 140 | |
| 141 | </div> |
| 142 | |
Devang Patel | 40d438e | 2010-11-11 00:13:39 +0000 | [diff] [blame] | 143 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 144 | <h3><a name="debuginfotests">Debugging Information tests</a></h3> |
Devang Patel | 40d438e | 2010-11-11 00:13:39 +0000 | [diff] [blame] | 145 | <!-- _______________________________________________________________________ --> |
| 146 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 147 | <div> |
Devang Patel | 40d438e | 2010-11-11 00:13:39 +0000 | [diff] [blame] | 148 | |
| 149 | <p>The test suite contains tests to check quality of debugging information. |
| 150 | The test are written in C based languages or in LLVM assembly language. </p> |
| 151 | |
| 152 | <p>These tests are compiled and run under a debugger. The debugger output |
| 153 | is checked to validate of debugging information. See README.txt in the |
| 154 | test suite for more information . This test suite is located in the |
| 155 | <tt>debuginfo-tests</tt> Subversion module. </p> |
| 156 | |
| 157 | </div> |
| 158 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 159 | </div> |
| 160 | |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 161 | <!--=========================================================================--> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 162 | <h2><a name="quick">Quick start</a></h2> |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 163 | <!--=========================================================================--> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 164 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 165 | <div> |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 166 | |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 167 | <p>The tests are located in two separate Subversion modules. The regressions |
| 168 | tests are in the main "llvm" module under the directory |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 169 | <tt>llvm/test</tt> (so you get these tests for free with the main llvm |
| 170 | tree). Use "make check-all" to run the regression tests after building |
| 171 | LLVM.</p> |
| 172 | |
| 173 | <p>The more comprehensive test suite that includes whole programs in C and C++ |
| 174 | is in the <tt>test-suite</tt> |
| 175 | module. See <a href="#testsuitequickstart"><tt>test-suite</tt> Quickstart</a> |
| 176 | for more information on running these tests.</p> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 177 | |
| 178 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 179 | <h3><a name="quickregressiontests">Regression tests</a></h3> |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 180 | <div> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 181 | <!-- _______________________________________________________________________ --> |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 182 | <p>To run all of the LLVM regression tests, use master Makefile in |
| 183 | the <tt>llvm/test</tt> directory:</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 184 | |
| 185 | <div class="doc_code"> |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 186 | <pre> |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 187 | % gmake -C llvm/test |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 188 | </pre> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 189 | </div> |
| 190 | |
| 191 | <p>or</p> |
| 192 | |
| 193 | <div class="doc_code"> |
Tanya Lattner | 5026c7f | 2004-12-06 02:11:52 +0000 | [diff] [blame] | 194 | <pre> |
| 195 | % gmake check |
| 196 | </pre> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 197 | </div> |
John Criswell | 0c8a9a1 | 2005-05-13 20:25:49 +0000 | [diff] [blame] | 198 | |
NAKAMURA Takumi | b9a3363 | 2011-04-09 02:13:37 +0000 | [diff] [blame] | 199 | <p>If you have <a href="http://clang.llvm.org/">Clang</a> checked out and built, |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 200 | you can run the LLVM and Clang tests simultaneously using:</p> |
| 201 | |
| 202 | <p>or</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 203 | |
| 204 | <div class="doc_code"> |
Tanya Lattner | 5026c7f | 2004-12-06 02:11:52 +0000 | [diff] [blame] | 205 | <pre> |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 206 | % gmake check-all |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 207 | </pre> |
| 208 | </div> |
| 209 | |
Nuno Lopes | 21bfe0b | 2008-11-25 15:57:52 +0000 | [diff] [blame] | 210 | <p>To run the tests with Valgrind (Memcheck by default), just append |
| 211 | <tt>VG=1</tt> to the commands above, e.g.:</p> |
| 212 | |
| 213 | <div class="doc_code"> |
| 214 | <pre> |
| 215 | % gmake check VG=1 |
| 216 | </pre> |
| 217 | </div> |
| 218 | |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 219 | <p>To run individual tests or subsets of tests, you can use the 'llvm-lit' |
| 220 | script which is built as part of LLVM. For example, to run the |
| 221 | 'Integer/BitCast.ll' test by itself you can run:</p> |
| 222 | |
| 223 | <div class="doc_code"> |
| 224 | <pre> |
| 225 | % llvm-lit ~/llvm/test/Integer/BitCast.ll |
| 226 | </pre> |
| 227 | </div> |
| 228 | |
| 229 | <p>or to run all of the ARM CodeGen tests:</p> |
| 230 | |
| 231 | <div class="doc_code"> |
| 232 | <pre> |
| 233 | % llvm-lit ~/llvm/test/CodeGen/ARM |
| 234 | </pre> |
| 235 | </div> |
| 236 | |
| 237 | <p>For more information on using the 'lit' tool, see 'llvm-lit --help' or the |
| 238 | 'lit' man page.</p> |
| 239 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 240 | </div> |
| 241 | |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 242 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 243 | <h3><a name="quickdebuginfotests">Debugging Information tests</a></h3> |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 244 | <div> |
Devang Patel | 40d438e | 2010-11-11 00:13:39 +0000 | [diff] [blame] | 245 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 246 | <div> |
Devang Patel | 40d438e | 2010-11-11 00:13:39 +0000 | [diff] [blame] | 247 | |
| 248 | <p> To run debugging information tests simply checkout the tests inside |
| 249 | clang/test directory. </p> |
| 250 | |
| 251 | <div class="doc_code"> |
| 252 | <pre> |
| 253 | %cd clang/test |
| 254 | % svn co http://llvm.org/svn/llvm-project/debuginfo-tests/trunk debuginfo-tests |
| 255 | </pre> |
| 256 | </div> |
| 257 | |
| 258 | <p> These tests are already set up to run as part of clang regression tests.</p> |
| 259 | |
| 260 | </div> |
| 261 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 262 | </div> |
| 263 | |
| 264 | </div> |
| 265 | |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 266 | <!--=========================================================================--> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 267 | <h2><a name="rtstructure">Regression test structure</a></h2> |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 268 | <!--=========================================================================--> |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 269 | <div> |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 270 | <p>The LLVM regression tests are driven by 'lit' and are located in |
| 271 | the <tt>llvm/test</tt> directory. |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 272 | |
Reid Spencer | a99256e | 2007-02-08 17:00:55 +0000 | [diff] [blame] | 273 | <p>This directory contains a large array of small tests |
| 274 | that exercise various features of LLVM and to ensure that regressions do not |
| 275 | occur. The directory is broken into several sub-directories, each focused on |
Bill Wendling | eb6aace | 2007-09-22 09:20:07 +0000 | [diff] [blame] | 276 | a particular area of LLVM. A few of the important ones are:</p> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 277 | |
Bill Wendling | eb6aace | 2007-09-22 09:20:07 +0000 | [diff] [blame] | 278 | <ul> |
Reid Spencer | a99256e | 2007-02-08 17:00:55 +0000 | [diff] [blame] | 279 | <li><tt>Analysis</tt>: checks Analysis passes.</li> |
| 280 | <li><tt>Archive</tt>: checks the Archive library.</li> |
| 281 | <li><tt>Assembler</tt>: checks Assembly reader/writer functionality.</li> |
Gabor Greif | 04367bf | 2007-07-06 22:07:22 +0000 | [diff] [blame] | 282 | <li><tt>Bitcode</tt>: checks Bitcode reader/writer functionality.</li> |
Reid Spencer | a99256e | 2007-02-08 17:00:55 +0000 | [diff] [blame] | 283 | <li><tt>CodeGen</tt>: checks code generation and each target.</li> |
| 284 | <li><tt>Features</tt>: checks various features of the LLVM language.</li> |
Gabor Greif | 04367bf | 2007-07-06 22:07:22 +0000 | [diff] [blame] | 285 | <li><tt>Linker</tt>: tests bitcode linking.</li> |
Reid Spencer | a99256e | 2007-02-08 17:00:55 +0000 | [diff] [blame] | 286 | <li><tt>Transforms</tt>: tests each of the scalar, IPO, and utility |
| 287 | transforms to ensure they make the right transformations.</li> |
| 288 | <li><tt>Verifier</tt>: tests the IR verifier.</li> |
Bill Wendling | eb6aace | 2007-09-22 09:20:07 +0000 | [diff] [blame] | 289 | </ul> |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 290 | |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 291 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 292 | <h3><a name="rtcustom">Writing new regression tests</a></h3> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 293 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 294 | <div> |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 295 | <p>The regression test structure is very simple, but does require some |
| 296 | information to be set. This information is gathered via <tt>configure</tt> and |
| 297 | is written to a file, <tt>lit.site.cfg</tt> |
| 298 | in <tt>llvm/test</tt>. The <tt>llvm/test</tt> Makefile does this work for |
| 299 | you.</p> |
Tanya Lattner | 5026c7f | 2004-12-06 02:11:52 +0000 | [diff] [blame] | 300 | |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 301 | <p>In order for the regression tests to work, each directory of tests must |
Eli Bendersky | ecc754d | 2012-04-18 08:02:25 +0000 | [diff] [blame] | 302 | have a <tt>lit.local.cfg</tt> file. Lit looks for this file to determine how |
| 303 | to run the tests. This file is just Python code and thus is very flexible, |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 304 | but we've standardized it for the LLVM regression tests. If you're adding a |
Eli Bendersky | ecc754d | 2012-04-18 08:02:25 +0000 | [diff] [blame] | 305 | directory of tests, just copy <tt>lit.local.cfg</tt> from another directory to |
| 306 | get running. The standard <tt>lit.local.cfg</tt> simply specifies which files |
| 307 | to look in for tests. Any directory that contains only directories does not |
| 308 | need the <tt>lit.local.cfg</tt> file. Read the |
| 309 | <a href="http://llvm.org/cmds/lit.html">Lit documentation</a> for more |
| 310 | information. </p> |
Tanya Lattner | 5026c7f | 2004-12-06 02:11:52 +0000 | [diff] [blame] | 311 | |
Daniel Dunbar | f468fd8 | 2012-05-08 18:26:07 +0000 | [diff] [blame] | 312 | <p>The <tt>llvm-runtests</tt> function looks at each file that is passed to |
| 313 | it and gathers any lines together that match "RUN:". These are the "RUN" lines |
| 314 | that specify how the test is to be run. So, each test script must contain |
| 315 | RUN lines if it is to do anything. If there are no RUN lines, the |
| 316 | <tt>llvm-runtests</tt> function will issue an error and the test will |
| 317 | fail.</p> |
Misha Brukman | fc1a27b | 2005-03-10 22:51:59 +0000 | [diff] [blame] | 318 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 319 | <p>RUN lines are specified in the comments of the test program using the |
| 320 | keyword <tt>RUN</tt> followed by a colon, and lastly the command (pipeline) |
| 321 | to execute. Together, these lines form the "script" that |
Daniel Dunbar | f468fd8 | 2012-05-08 18:26:07 +0000 | [diff] [blame] | 322 | <tt>llvm-runtests</tt> executes to run the test case. The syntax of the |
| 323 | RUN lines is similar to a shell's syntax for pipelines including I/O |
| 324 | redirection and variable substitution. However, even though these lines |
| 325 | may <i>look</i> like a shell script, they are not. RUN lines are interpreted |
| 326 | directly by the Tcl <tt>exec</tt> command. They are never executed by a |
| 327 | shell. Consequently the syntax differs from normal shell script syntax in a |
| 328 | few ways. You can specify as many RUN lines as needed.</p> |
Tanya Lattner | 5026c7f | 2004-12-06 02:11:52 +0000 | [diff] [blame] | 329 | |
David Greene | 18d4987 | 2011-01-03 17:30:25 +0000 | [diff] [blame] | 330 | <p>lit performs substitution on each RUN line to replace LLVM tool |
| 331 | names with the full paths to the executable built for each tool (in |
| 332 | $(LLVM_OBJ_ROOT)/$(BuildMode)/bin). This ensures that lit does not |
| 333 | invoke any stray LLVM tools in the user's path during testing.</p> |
| 334 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 335 | <p>Each RUN line is executed on its own, distinct from other lines unless |
| 336 | its last character is <tt>\</tt>. This continuation character causes the RUN |
| 337 | line to be concatenated with the next one. In this way you can build up long |
| 338 | pipelines of commands without making huge line lengths. The lines ending in |
| 339 | <tt>\</tt> are concatenated until a RUN line that doesn't end in <tt>\</tt> is |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 340 | found. This concatenated set of RUN lines then constitutes one execution. |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 341 | Tcl will substitute variables and arrange for the pipeline to be executed. If |
| 342 | any process in the pipeline fails, the entire line (and test case) fails too. |
| 343 | </p> |
Tanya Lattner | 5026c7f | 2004-12-06 02:11:52 +0000 | [diff] [blame] | 344 | |
Reid Spencer | f190277 | 2007-04-15 08:01:04 +0000 | [diff] [blame] | 345 | <p> Below is an example of legal RUN lines in a <tt>.ll</tt> file:</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 346 | |
| 347 | <div class="doc_code"> |
| 348 | <pre> |
| 349 | ; RUN: llvm-as < %s | llvm-dis > %t1 |
| 350 | ; RUN: llvm-dis < %s.bc-13 > %t2 |
| 351 | ; RUN: diff %t1 %t2 |
| 352 | </pre> |
| 353 | </div> |
Reid Spencer | f190277 | 2007-04-15 08:01:04 +0000 | [diff] [blame] | 354 | |
Reid Spencer | 024a126 | 2007-04-14 23:27:06 +0000 | [diff] [blame] | 355 | <p>As with a Unix shell, the RUN: lines permit pipelines and I/O redirection |
| 356 | to be used. However, the usage is slightly different than for Bash. To check |
| 357 | what's legal, see the documentation for the |
| 358 | <a href="http://www.tcl.tk/man/tcl8.5/TclCmd/exec.htm#M2">Tcl exec</a> |
| 359 | command and the |
| 360 | <a href="http://www.tcl.tk/man/tcl8.5/tutorial/Tcl26.html">tutorial</a>. |
| 361 | The major differences are:</p> |
| 362 | <ul> |
| 363 | <li>You can't do <tt>2>&1</tt>. That will cause Tcl to write to a |
| 364 | file named <tt>&1</tt>. Usually this is done to get stderr to go through |
| 365 | a pipe. You can do that in tcl with <tt>|&</tt> so replace this idiom: |
| 366 | <tt>... 2>&1 | grep</tt> with <tt>... |& grep</tt></li> |
| 367 | <li>You can only redirect to a file, not to another descriptor and not from |
| 368 | a here document.</li> |
| 369 | <li>tcl supports redirecting to open files with the @ syntax but you |
| 370 | shouldn't use that here.</li> |
| 371 | </ul> |
| 372 | |
Reid Spencer | f190277 | 2007-04-15 08:01:04 +0000 | [diff] [blame] | 373 | <p>There are some quoting rules that you must pay attention to when writing |
| 374 | your RUN lines. In general nothing needs to be quoted. Tcl won't strip off any |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 375 | quote characters so they will get passed to the invoked program. For |
| 376 | example:</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 377 | |
| 378 | <div class="doc_code"> |
| 379 | <pre> |
| 380 | ... | grep 'find this string' |
| 381 | </pre> |
| 382 | </div> |
| 383 | |
Reid Spencer | f190277 | 2007-04-15 08:01:04 +0000 | [diff] [blame] | 384 | <p>This will fail because the ' characters are passed to grep. This would |
| 385 | instruction grep to look for <tt>'find</tt> in the files <tt>this</tt> and |
| 386 | <tt>string'</tt>. To avoid this use curly braces to tell Tcl that it should |
| 387 | treat everything enclosed as one value. So our example would become:</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 388 | |
| 389 | <div class="doc_code"> |
| 390 | <pre> |
| 391 | ... | grep {find this string} |
| 392 | </pre> |
| 393 | </div> |
| 394 | |
Reid Spencer | f190277 | 2007-04-15 08:01:04 +0000 | [diff] [blame] | 395 | <p>Additionally, the characters <tt>[</tt> and <tt>]</tt> are treated |
| 396 | specially by Tcl. They tell Tcl to interpret the content as a command to |
| 397 | execute. Since these characters are often used in regular expressions this can |
| 398 | have disastrous results and cause the entire test run in a directory to fail. |
| 399 | For example, a common idiom is to look for some basicblock number:</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 400 | |
| 401 | <div class="doc_code"> |
| 402 | <pre> |
| 403 | ... | grep bb[2-8] |
| 404 | </pre> |
| 405 | </div> |
| 406 | |
Reid Spencer | f190277 | 2007-04-15 08:01:04 +0000 | [diff] [blame] | 407 | <p>This, however, will cause Tcl to fail because its going to try to execute |
| 408 | a program named "2-8". Instead, what you want is this:</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 409 | |
| 410 | <div class="doc_code"> |
| 411 | <pre> |
| 412 | ... | grep {bb\[2-8\]} |
| 413 | </pre> |
| 414 | </div> |
| 415 | |
Reid Spencer | f190277 | 2007-04-15 08:01:04 +0000 | [diff] [blame] | 416 | <p>Finally, if you need to pass the <tt>\</tt> character down to a program, |
| 417 | then it must be doubled. This is another Tcl special character. So, suppose |
| 418 | you had: |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 419 | |
| 420 | <div class="doc_code"> |
| 421 | <pre> |
| 422 | ... | grep 'i32\*' |
| 423 | </pre> |
| 424 | </div> |
| 425 | |
Reid Spencer | f190277 | 2007-04-15 08:01:04 +0000 | [diff] [blame] | 426 | <p>This will fail to match what you want (a pointer to i32). First, the |
| 427 | <tt>'</tt> do not get stripped off. Second, the <tt>\</tt> gets stripped off |
| 428 | by Tcl so what grep sees is: <tt>'i32*'</tt>. That's not likely to match |
| 429 | anything. To resolve this you must use <tt>\\</tt> and the <tt>{}</tt>, like |
| 430 | this:</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 431 | |
| 432 | <div class="doc_code"> |
| 433 | <pre> |
| 434 | ... | grep {i32\\*} |
| 435 | </pre> |
| 436 | </div> |
Reid Spencer | f190277 | 2007-04-15 08:01:04 +0000 | [diff] [blame] | 437 | |
Shantonu Sen | 1b6d3da | 2009-06-26 05:44:53 +0000 | [diff] [blame] | 438 | <p>If your system includes GNU <tt>grep</tt>, make sure |
| 439 | that <tt>GREP_OPTIONS</tt> is not set in your environment. Otherwise, |
| 440 | you may get invalid results (both false positives and false |
| 441 | negatives).</p> |
| 442 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 443 | </div> |
Tanya Lattner | 5026c7f | 2004-12-06 02:11:52 +0000 | [diff] [blame] | 444 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 445 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 446 | <h3><a name="FileCheck">The FileCheck utility</a></h3> |
Chris Lattner | 3d2de1d | 2009-08-15 15:40:48 +0000 | [diff] [blame] | 447 | <!-- _______________________________________________________________________ --> |
| 448 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 449 | <div> |
Chris Lattner | 3d2de1d | 2009-08-15 15:40:48 +0000 | [diff] [blame] | 450 | |
| 451 | <p>A powerful feature of the RUN: lines is that it allows any arbitrary commands |
| 452 | to be executed as part of the test harness. While standard (portable) unix |
| 453 | tools like 'grep' work fine on run lines, as you see above, there are a lot |
Chris Lattner | 272e308 | 2009-08-15 16:51:06 +0000 | [diff] [blame] | 454 | of caveats due to interaction with Tcl syntax, and we want to make sure the |
Chris Lattner | 3d2de1d | 2009-08-15 15:40:48 +0000 | [diff] [blame] | 455 | run lines are portable to a wide range of systems. Another major problem is |
| 456 | that grep is not very good at checking to verify that the output of a tools |
| 457 | contains a series of different output in a specific order. The FileCheck |
| 458 | tool was designed to help with these problems.</p> |
| 459 | |
Chris Lattner | 272e308 | 2009-08-15 16:51:06 +0000 | [diff] [blame] | 460 | <p>FileCheck (whose basic command line arguments are described in <a |
| 461 | href="http://llvm.org/cmds/FileCheck.html">the FileCheck man page</a> is |
| 462 | designed to read a file to check from standard input, and the set of things |
| 463 | to verify from a file specified as a command line argument. A simple example |
| 464 | of using FileCheck from a RUN line looks like this:</p> |
| 465 | |
| 466 | <div class="doc_code"> |
| 467 | <pre> |
| 468 | ; RUN: llvm-as < %s | llc -march=x86-64 | <b>FileCheck %s</b> |
| 469 | </pre> |
| 470 | </div> |
Chris Lattner | 3d2de1d | 2009-08-15 15:40:48 +0000 | [diff] [blame] | 471 | |
Chris Lattner | 272e308 | 2009-08-15 16:51:06 +0000 | [diff] [blame] | 472 | <p>This syntax says to pipe the current file ("%s") into llvm-as, pipe that into |
| 473 | llc, then pipe the output of llc into FileCheck. This means that FileCheck will |
| 474 | be verifying its standard input (the llc output) against the filename argument |
| 475 | specified (the original .ll file specified by "%s"). To see how this works, |
Eli Bendersky | ecc754d | 2012-04-18 08:02:25 +0000 | [diff] [blame] | 476 | let's look at the rest of the .ll file (after the RUN line):</p> |
Chris Lattner | 272e308 | 2009-08-15 16:51:06 +0000 | [diff] [blame] | 477 | |
| 478 | <div class="doc_code"> |
| 479 | <pre> |
| 480 | define void @sub1(i32* %p, i32 %v) { |
| 481 | entry: |
| 482 | ; <b>CHECK: sub1:</b> |
| 483 | ; <b>CHECK: subl</b> |
| 484 | %0 = tail call i32 @llvm.atomic.load.sub.i32.p0i32(i32* %p, i32 %v) |
| 485 | ret void |
| 486 | } |
| 487 | |
| 488 | define void @inc4(i64* %p) { |
| 489 | entry: |
| 490 | ; <b>CHECK: inc4:</b> |
| 491 | ; <b>CHECK: incq</b> |
| 492 | %0 = tail call i64 @llvm.atomic.load.add.i64.p0i64(i64* %p, i64 1) |
| 493 | ret void |
| 494 | } |
| 495 | </pre> |
| 496 | </div> |
| 497 | |
| 498 | <p>Here you can see some "CHECK:" lines specified in comments. Now you can see |
| 499 | how the file is piped into llvm-as, then llc, and the machine code output is |
| 500 | what we are verifying. FileCheck checks the machine code output to verify that |
| 501 | it matches what the "CHECK:" lines specify.</p> |
| 502 | |
| 503 | <p>The syntax of the CHECK: lines is very simple: they are fixed strings that |
| 504 | must occur in order. FileCheck defaults to ignoring horizontal whitespace |
| 505 | differences (e.g. a space is allowed to match a tab) but otherwise, the contents |
| 506 | of the CHECK: line is required to match some thing in the test file exactly.</p> |
| 507 | |
| 508 | <p>One nice thing about FileCheck (compared to grep) is that it allows merging |
| 509 | test cases together into logical groups. For example, because the test above |
| 510 | is checking for the "sub1:" and "inc4:" labels, it will not match unless there |
| 511 | is a "subl" in between those labels. If it existed somewhere else in the file, |
| 512 | that would not count: "grep subl" matches if subl exists anywhere in the |
| 513 | file.</p> |
| 514 | |
Chris Lattner | 5dafafd | 2009-08-15 18:32:21 +0000 | [diff] [blame] | 515 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 516 | <h4> |
| 517 | <a name="FileCheck-check-prefix">The FileCheck -check-prefix option</a> |
| 518 | </h4> |
Chris Lattner | 272e308 | 2009-08-15 16:51:06 +0000 | [diff] [blame] | 519 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 520 | <div> |
Chris Lattner | 5dafafd | 2009-08-15 18:32:21 +0000 | [diff] [blame] | 521 | |
Chris Lattner | 272e308 | 2009-08-15 16:51:06 +0000 | [diff] [blame] | 522 | <p>The FileCheck -check-prefix option allows multiple test configurations to be |
| 523 | driven from one .ll file. This is useful in many circumstances, for example, |
| 524 | testing different architectural variants with llc. Here's a simple example:</p> |
| 525 | |
Chris Lattner | 272e308 | 2009-08-15 16:51:06 +0000 | [diff] [blame] | 526 | <div class="doc_code"> |
| 527 | <pre> |
| 528 | ; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin9 -mattr=sse41 \ |
| 529 | ; RUN: | <b>FileCheck %s -check-prefix=X32</b> |
| 530 | ; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin9 -mattr=sse41 \ |
| 531 | ; RUN: | <b>FileCheck %s -check-prefix=X64</b> |
| 532 | |
| 533 | define <4 x i32> @pinsrd_1(i32 %s, <4 x i32> %tmp) nounwind { |
| 534 | %tmp1 = insertelement <4 x i32> %tmp, i32 %s, i32 1 |
| 535 | ret <4 x i32> %tmp1 |
| 536 | ; <b>X32:</b> pinsrd_1: |
| 537 | ; <b>X32:</b> pinsrd $1, 4(%esp), %xmm0 |
| 538 | |
| 539 | ; <b>X64:</b> pinsrd_1: |
| 540 | ; <b>X64:</b> pinsrd $1, %edi, %xmm0 |
| 541 | } |
| 542 | </pre> |
| 543 | </div> |
| 544 | |
| 545 | <p>In this case, we're testing that we get the expected code generation with |
| 546 | both 32-bit and 64-bit code generation.</p> |
| 547 | |
Chris Lattner | 5dafafd | 2009-08-15 18:32:21 +0000 | [diff] [blame] | 548 | </div> |
| 549 | |
| 550 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 551 | <h4> |
| 552 | <a name="FileCheck-CHECK-NEXT">The "CHECK-NEXT:" directive</a> |
| 553 | </h4> |
Chris Lattner | 5dafafd | 2009-08-15 18:32:21 +0000 | [diff] [blame] | 554 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 555 | <div> |
Chris Lattner | 5dafafd | 2009-08-15 18:32:21 +0000 | [diff] [blame] | 556 | |
| 557 | <p>Sometimes you want to match lines and would like to verify that matches |
Duncan Sands | ab4c366 | 2011-02-15 09:23:02 +0000 | [diff] [blame] | 558 | happen on exactly consecutive lines with no other lines in between them. In |
Chris Lattner | 5dafafd | 2009-08-15 18:32:21 +0000 | [diff] [blame] | 559 | this case, you can use CHECK: and CHECK-NEXT: directives to specify this. If |
| 560 | you specified a custom check prefix, just use "<PREFIX>-NEXT:". For |
| 561 | example, something like this works as you'd expect:</p> |
| 562 | |
| 563 | <div class="doc_code"> |
| 564 | <pre> |
Chris Lattner | e93f373 | 2009-08-15 18:33:10 +0000 | [diff] [blame] | 565 | define void @t2(<2 x double>* %r, <2 x double>* %A, double %B) { |
Chris Lattner | 5dafafd | 2009-08-15 18:32:21 +0000 | [diff] [blame] | 566 | %tmp3 = load <2 x double>* %A, align 16 |
| 567 | %tmp7 = insertelement <2 x double> undef, double %B, i32 0 |
Chris Lattner | e93f373 | 2009-08-15 18:33:10 +0000 | [diff] [blame] | 568 | %tmp9 = shufflevector <2 x double> %tmp3, |
| 569 | <2 x double> %tmp7, |
| 570 | <2 x i32> < i32 0, i32 2 > |
Chris Lattner | 5dafafd | 2009-08-15 18:32:21 +0000 | [diff] [blame] | 571 | store <2 x double> %tmp9, <2 x double>* %r, align 16 |
| 572 | ret void |
| 573 | |
| 574 | ; <b>CHECK:</b> t2: |
| 575 | ; <b>CHECK:</b> movl 8(%esp), %eax |
| 576 | ; <b>CHECK-NEXT:</b> movapd (%eax), %xmm0 |
| 577 | ; <b>CHECK-NEXT:</b> movhpd 12(%esp), %xmm0 |
| 578 | ; <b>CHECK-NEXT:</b> movl 4(%esp), %eax |
| 579 | ; <b>CHECK-NEXT:</b> movapd %xmm0, (%eax) |
| 580 | ; <b>CHECK-NEXT:</b> ret |
| 581 | } |
| 582 | </pre> |
| 583 | </div> |
| 584 | |
| 585 | <p>CHECK-NEXT: directives reject the input unless there is exactly one newline |
| 586 | between it an the previous directive. A CHECK-NEXT cannot be the first |
| 587 | directive in a file.</p> |
Chris Lattner | 3d2de1d | 2009-08-15 15:40:48 +0000 | [diff] [blame] | 588 | |
| 589 | </div> |
| 590 | |
| 591 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 592 | <h4> |
| 593 | <a name="FileCheck-CHECK-NOT">The "CHECK-NOT:" directive</a> |
| 594 | </h4> |
Chris Lattner | f15380b | 2009-09-20 22:35:26 +0000 | [diff] [blame] | 595 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 596 | <div> |
Chris Lattner | f15380b | 2009-09-20 22:35:26 +0000 | [diff] [blame] | 597 | |
| 598 | <p>The CHECK-NOT: directive is used to verify that a string doesn't occur |
Chris Lattner | 4d0764d | 2009-09-20 22:45:18 +0000 | [diff] [blame] | 599 | between two matches (or the first match and the beginning of the file). For |
Chris Lattner | f15380b | 2009-09-20 22:35:26 +0000 | [diff] [blame] | 600 | example, to verify that a load is removed by a transformation, a test like this |
| 601 | can be used:</p> |
| 602 | |
| 603 | <div class="doc_code"> |
| 604 | <pre> |
| 605 | define i8 @coerce_offset0(i32 %V, i32* %P) { |
| 606 | store i32 %V, i32* %P |
| 607 | |
| 608 | %P2 = bitcast i32* %P to i8* |
| 609 | %P3 = getelementptr i8* %P2, i32 2 |
| 610 | |
| 611 | %A = load i8* %P3 |
| 612 | ret i8 %A |
| 613 | ; <b>CHECK:</b> @coerce_offset0 |
| 614 | ; <b>CHECK-NOT:</b> load |
| 615 | ; <b>CHECK:</b> ret i8 |
| 616 | } |
| 617 | </pre> |
| 618 | </div> |
| 619 | |
| 620 | </div> |
| 621 | |
| 622 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 623 | <h4> |
| 624 | <a name="FileCheck-Matching">FileCheck Pattern Matching Syntax</a> |
| 625 | </h4> |
Chris Lattner | 5287008 | 2009-09-24 21:47:32 +0000 | [diff] [blame] | 626 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 627 | <div> |
Chris Lattner | 5287008 | 2009-09-24 21:47:32 +0000 | [diff] [blame] | 628 | |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 629 | <!-- {% raw %} --> |
| 630 | |
Chris Lattner | 5287008 | 2009-09-24 21:47:32 +0000 | [diff] [blame] | 631 | <p>The CHECK: and CHECK-NOT: directives both take a pattern to match. For most |
| 632 | uses of FileCheck, fixed string matching is perfectly sufficient. For some |
| 633 | things, a more flexible form of matching is desired. To support this, FileCheck |
| 634 | allows you to specify regular expressions in matching strings, surrounded by |
| 635 | double braces: <b>{{yourregex}}</b>. Because we want to use fixed string |
| 636 | matching for a majority of what we do, FileCheck has been designed to support |
| 637 | mixing and matching fixed string matching with regular expressions. This allows |
| 638 | you to write things like this:</p> |
| 639 | |
| 640 | <div class="doc_code"> |
| 641 | <pre> |
| 642 | ; CHECK: movhpd <b>{{[0-9]+}}</b>(%esp), <b>{{%xmm[0-7]}}</b> |
| 643 | </pre> |
| 644 | </div> |
| 645 | |
| 646 | <p>In this case, any offset from the ESP register will be allowed, and any xmm |
| 647 | register will be allowed.</p> |
| 648 | |
| 649 | <p>Because regular expressions are enclosed with double braces, they are |
| 650 | visually distinct, and you don't need to use escape characters within the double |
| 651 | braces like you would in C. In the rare case that you want to match double |
| 652 | braces explicitly from the input, you can use something ugly like |
| 653 | <b>{{[{][{]}}</b> as your pattern.</p> |
| 654 | |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 655 | <!-- {% endraw %} --> |
| 656 | |
Chris Lattner | 5287008 | 2009-09-24 21:47:32 +0000 | [diff] [blame] | 657 | </div> |
| 658 | |
Chris Lattner | eec9695 | 2009-09-27 07:56:52 +0000 | [diff] [blame] | 659 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 660 | <h4> |
| 661 | <a name="FileCheck-Variables">FileCheck Variables</a> |
| 662 | </h4> |
Chris Lattner | 5287008 | 2009-09-24 21:47:32 +0000 | [diff] [blame] | 663 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 664 | <div> |
Chris Lattner | eec9695 | 2009-09-27 07:56:52 +0000 | [diff] [blame] | 665 | |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 666 | |
| 667 | <!-- {% raw %} --> |
| 668 | |
Chris Lattner | eec9695 | 2009-09-27 07:56:52 +0000 | [diff] [blame] | 669 | <p>It is often useful to match a pattern and then verify that it occurs again |
| 670 | later in the file. For codegen tests, this can be useful to allow any register, |
| 671 | but verify that that register is used consistently later. To do this, FileCheck |
| 672 | allows named variables to be defined and substituted into patterns. Here is a |
| 673 | simple example:</p> |
| 674 | |
| 675 | <div class="doc_code"> |
| 676 | <pre> |
| 677 | ; CHECK: test5: |
Chris Lattner | 9217f6b | 2009-09-27 08:01:44 +0000 | [diff] [blame] | 678 | ; CHECK: notw <b>[[REGISTER:%[a-z]+]]</b> |
| 679 | ; CHECK: andw {{.*}}<b>[[REGISTER]]</b> |
Chris Lattner | eec9695 | 2009-09-27 07:56:52 +0000 | [diff] [blame] | 680 | </pre> |
| 681 | </div> |
| 682 | |
Chris Lattner | 9217f6b | 2009-09-27 08:01:44 +0000 | [diff] [blame] | 683 | <p>The first check line matches a regex (<tt>%[a-z]+</tt>) and captures it into |
| 684 | the variables "REGISTER". The second line verifies that whatever is in REGISTER |
| 685 | occurs later in the file after an "andw". FileCheck variable references are |
| 686 | always contained in <tt>[[ ]]</tt> pairs, are named, and their names can be |
| 687 | formed with the regex "<tt>[a-zA-Z][a-zA-Z0-9]*</tt>". If a colon follows the |
| 688 | name, then it is a definition of the variable, if not, it is a use.</p> |
Chris Lattner | eec9695 | 2009-09-27 07:56:52 +0000 | [diff] [blame] | 689 | |
| 690 | <p>FileCheck variables can be defined multiple times, and uses always get the |
| 691 | latest value. Note that variables are all read at the start of a "CHECK" line |
| 692 | and are all defined at the end. This means that if you have something like |
| 693 | "<tt>CHECK: [[XYZ:.*]]x[[XYZ]]</tt>" that the check line will read the previous |
| 694 | value of the XYZ variable and define a new one after the match is performed. If |
| 695 | you need to do something like this you can probably take advantage of the fact |
| 696 | that FileCheck is not actually line-oriented when it matches, this allows you to |
| 697 | define two separate CHECK lines that match on the same line. |
| 698 | </p> |
| 699 | |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 700 | <!-- {% endraw %} --> |
| 701 | |
Chris Lattner | eec9695 | 2009-09-27 07:56:52 +0000 | [diff] [blame] | 702 | </div> |
Chris Lattner | 5287008 | 2009-09-24 21:47:32 +0000 | [diff] [blame] | 703 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 704 | </div> |
| 705 | |
Chris Lattner | 5287008 | 2009-09-24 21:47:32 +0000 | [diff] [blame] | 706 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 707 | <h3><a name="rtvars">Variables and substitutions</a></h3> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 708 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 709 | <div> |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 710 | <p>With a RUN line there are a number of substitutions that are permitted. In |
| 711 | general, any Tcl variable that is available in the <tt>substitute</tt> |
| 712 | function (in <tt>test/lib/llvm.exp</tt>) can be substituted into a RUN line. |
| 713 | To make a substitution just write the variable's name preceded by a $. |
| 714 | Additionally, for compatibility reasons with previous versions of the test |
| 715 | library, certain names can be accessed with an alternate syntax: a % prefix. |
| 716 | These alternates are deprecated and may go away in a future version. |
| 717 | </p> |
Bill Wendling | eb6aace | 2007-09-22 09:20:07 +0000 | [diff] [blame] | 718 | <p>Here are the available variable names. The alternate syntax is listed in |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 719 | parentheses.</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 720 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 721 | <dl style="margin-left: 25px"> |
| 722 | <dt><b>$test</b> (%s)</dt> |
| 723 | <dd>The full path to the test case's source. This is suitable for passing |
| 724 | on the command line as the input to an llvm tool.</dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 725 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 726 | <dt><b>$srcdir</b></dt> |
| 727 | <dd>The source directory from where the "<tt>make check</tt>" was run.</dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 728 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 729 | <dt><b>objdir</b></dt> |
Bill Wendling | eb6aace | 2007-09-22 09:20:07 +0000 | [diff] [blame] | 730 | <dd>The object directory that corresponds to the <tt>$srcdir</tt>.</dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 731 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 732 | <dt><b>subdir</b></dt> |
| 733 | <dd>A partial path from the <tt>test</tt> directory that contains the |
| 734 | sub-directory that contains the test source being executed.</dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 735 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 736 | <dt><b>srcroot</b></dt> |
| 737 | <dd>The root directory of the LLVM src tree.</dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 738 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 739 | <dt><b>objroot</b></dt> |
| 740 | <dd>The root directory of the LLVM object tree. This could be the same |
| 741 | as the srcroot.</dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 742 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 743 | <dt><b>path</b><dt> |
| 744 | <dd>The path to the directory that contains the test case source. This is |
| 745 | for locating any supporting files that are not generated by the test, but |
| 746 | used by the test.</dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 747 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 748 | <dt><b>tmp</b></dt> |
| 749 | <dd>The path to a temporary file name that could be used for this test case. |
| 750 | The file name won't conflict with other test cases. You can append to it if |
| 751 | you need multiple temporaries. This is useful as the destination of some |
| 752 | redirected output.</dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 753 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 754 | <dt><b>target_triplet</b> (%target_triplet)</dt> |
| 755 | <dd>The target triplet that corresponds to the current host machine (the one |
| 756 | running the test cases). This should probably be called "host".<dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 757 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 758 | <dt><b>link</b> (%link)</dt> |
| 759 | <dd>This full link command used to link LLVM executables. This has all the |
| 760 | configured -I, -L and -l options.</dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 761 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 762 | <dt><b>shlibext</b> (%shlibext)</dt> |
| 763 | <dd>The suffix for the host platforms share library (dll) files. This |
| 764 | includes the period as the first character.</dd> |
| 765 | </dl> |
| 766 | <p>To add more variables, two things need to be changed. First, add a line in |
| 767 | the <tt>test/Makefile</tt> that creates the <tt>site.exp</tt> file. This will |
| 768 | "set" the variable as a global in the site.exp file. Second, in the |
| 769 | <tt>test/lib/llvm.exp</tt> file, in the substitute proc, add the variable name |
| 770 | to the list of "global" declarations at the beginning of the proc. That's it, |
| 771 | the variable can then be used in test scripts.</p> |
| 772 | </div> |
| 773 | |
| 774 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | 05d0265 | 2011-04-18 23:59:50 +0000 | [diff] [blame] | 775 | <h3><a name="rtfeatures">Other Features</a></h3> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 776 | <!-- _______________________________________________________________________ --> |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 777 | <div> |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 778 | <p>To make RUN line writing easier, there are several shell scripts located |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 779 | in the <tt>llvm/test/Scripts</tt> directory. This directory is in the PATH |
| 780 | when running tests, so you can just call these scripts using their name. For |
| 781 | example:</p> |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 782 | <dl> |
| 783 | <dt><b>ignore</b></dt> |
| 784 | <dd>This script runs its arguments and then always returns 0. This is useful |
| 785 | in cases where the test needs to cause a tool to generate an error (e.g. to |
| 786 | check the error output). However, any program in a pipeline that returns a |
| 787 | non-zero result will cause the test to fail. This script overcomes that |
| 788 | issue and nicely documents that the test case is purposefully ignoring the |
| 789 | result code of the tool</dd> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 790 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 791 | <dt><b>not</b></dt> |
| 792 | <dd>This script runs its arguments and then inverts the result code from |
| 793 | it. Zero result codes become 1. Non-zero result codes become 0. This is |
| 794 | useful to invert the result of a grep. For example "not grep X" means |
| 795 | succeed only if you don't find X in the input.</dd> |
| 796 | </dl> |
Tanya Lattner | 5026c7f | 2004-12-06 02:11:52 +0000 | [diff] [blame] | 797 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 798 | <p>Sometimes it is necessary to mark a test case as "expected fail" or XFAIL. |
Daniel Dunbar | 3d4d01b | 2010-02-23 07:56:28 +0000 | [diff] [blame] | 799 | You can easily mark a test as XFAIL just by including <tt>XFAIL: </tt> on a |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 800 | line near the top of the file. This signals that the test case should succeed |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 801 | if the test fails. Such test cases are counted separately by the testing tool. To |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 802 | specify an expected fail, use the XFAIL keyword in the comments of the test |
| 803 | program followed by a colon and one or more regular expressions (separated by |
Daniel Dunbar | 3d4d01b | 2010-02-23 07:56:28 +0000 | [diff] [blame] | 804 | a comma). The regular expressions allow you to XFAIL the test conditionally by |
| 805 | host platform. The regular expressions following the : are matched against the |
| 806 | target triplet for the host machine. If there is a match, the test is expected |
| 807 | to fail. If not, the test is expected to succeed. To XFAIL everywhere just |
| 808 | specify <tt>XFAIL: *</tt>. Here is an example of an <tt>XFAIL</tt> line:</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 809 | |
| 810 | <div class="doc_code"> |
| 811 | <pre> |
Daniel Dunbar | 3d4d01b | 2010-02-23 07:56:28 +0000 | [diff] [blame] | 812 | ; XFAIL: darwin,sun |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 813 | </pre> |
| 814 | </div> |
Tanya Lattner | 5026c7f | 2004-12-06 02:11:52 +0000 | [diff] [blame] | 815 | |
Daniel Dunbar | f468fd8 | 2012-05-08 18:26:07 +0000 | [diff] [blame] | 816 | <p>To make the output more useful, the <tt>llvm_runtest</tt> function wil |
| 817 | scan the lines of the test case for ones that contain a pattern that matches |
| 818 | PR[0-9]+. This is the syntax for specifying a PR (Problem Report) number that |
| 819 | is related to the test case. The number after "PR" specifies the LLVM bugzilla |
| 820 | number. When a PR number is specified, it will be used in the pass/fail |
| 821 | reporting. This is useful to quickly get some context when a test fails.</p> |
| 822 | |
Reid Spencer | bbb2a7a | 2007-04-14 21:46:15 +0000 | [diff] [blame] | 823 | <p>Finally, any line that contains "END." will cause the special |
| 824 | interpretation of lines to terminate. This is generally done right after the |
| 825 | last RUN: line. This has two side effects: (a) it prevents special |
| 826 | interpretation of lines that are part of the test program, not the |
| 827 | instructions to the test case, and (b) it speeds things up for really big test |
| 828 | cases by avoiding interpretation of the remainder of the file.</p> |
Tanya Lattner | 5026c7f | 2004-12-06 02:11:52 +0000 | [diff] [blame] | 829 | |
| 830 | </div> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 831 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 832 | </div> |
| 833 | |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 834 | <!--=========================================================================--> |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 835 | <h2><a name="testsuiteoverview"><tt>test-suite</tt> Overview</a></h2> |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 836 | <!--=========================================================================--> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 837 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 838 | <div> |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 839 | |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 840 | <p>The <tt>test-suite</tt> module contains a number of programs that can be |
| 841 | compiled and executed. The <tt>test-suite</tt> includes reference outputs for |
| 842 | all of the programs, so that the output of the executed program can be checked |
| 843 | for correctness.</p> |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 844 | |
Andrew Trick | bcf0116 | 2010-09-23 20:26:44 +0000 | [diff] [blame] | 845 | <p><tt>test-suite</tt> tests are divided into three types of tests: MultiSource, |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 846 | SingleSource, and External.</p> |
Reid Spencer | 3281ead | 2004-12-08 16:52:51 +0000 | [diff] [blame] | 847 | |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 848 | <ul> |
Andrew Trick | bcf0116 | 2010-09-23 20:26:44 +0000 | [diff] [blame] | 849 | <li><tt>test-suite/SingleSource</tt> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 850 | <p>The SingleSource directory contains test programs that are only a single |
| 851 | source file in size. These are usually small benchmark programs or small |
| 852 | programs that calculate a particular value. Several such programs are grouped |
| 853 | together in each directory.</p></li> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 854 | |
Andrew Trick | bcf0116 | 2010-09-23 20:26:44 +0000 | [diff] [blame] | 855 | <li><tt>test-suite/MultiSource</tt> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 856 | <p>The MultiSource directory contains subdirectories which contain entire |
| 857 | programs with multiple source files. Large benchmarks and whole applications |
| 858 | go here.</p></li> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 859 | |
Andrew Trick | bcf0116 | 2010-09-23 20:26:44 +0000 | [diff] [blame] | 860 | <li><tt>test-suite/External</tt> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 861 | <p>The External directory contains Makefiles for building code that is external |
| 862 | to (i.e., not distributed with) LLVM. The most prominent members of this |
| 863 | directory are the SPEC 95 and SPEC 2000 benchmark suites. The <tt>External</tt> |
Stuart Hastings | c4c268b | 2009-05-21 20:23:59 +0000 | [diff] [blame] | 864 | directory does not contain these actual tests, but only the Makefiles that know |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 865 | how to properly compile these programs from somewhere else. When |
| 866 | using <tt>LNT</tt>, use the <tt>--test-externals</tt> option to include these |
| 867 | tests in the results.</p></li> |
Matthijs Kooijman | 6fce844 | 2008-05-23 11:45:18 +0000 | [diff] [blame] | 868 | </ul> |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 869 | </div> |
| 870 | |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 871 | <!--=========================================================================--> |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 872 | <h2><a name="testsuitequickstart"><tt>test-suite</tt> Quickstart</a></h2> |
Reid Spencer | 8284f1f | 2004-09-05 20:07:26 +0000 | [diff] [blame] | 873 | <!--=========================================================================--> |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 874 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 875 | <div> |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 876 | <p>The modern way of running the <tt>test-suite</tt> is focused on testing and |
| 877 | benchmarking complete compilers using |
| 878 | the <a href="http://llvm.org/docs/lnt">LNT</a> testing infrastructure.</p> |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 879 | |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 880 | <p>For more information on using LNT to execute the <tt>test-suite</tt>, please |
| 881 | see the <a href="http://llvm.org/docs/lnt/quickstart.html">LNT Quickstart</a> |
| 882 | documentation.</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 883 | </div> |
Matthijs Kooijman | d30020a | 2008-05-20 10:28:55 +0000 | [diff] [blame] | 884 | |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 885 | <!--=========================================================================--> |
| 886 | <h2><a name="testsuitemakefiles"><tt>test-suite</tt> Makefiles</a></h2> |
| 887 | <!--=========================================================================--> |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 888 | |
NAKAMURA Takumi | f5af6ad | 2011-04-23 00:30:22 +0000 | [diff] [blame] | 889 | <div> |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 890 | <p>Historically, the <tt>test-suite</tt> was executed using a complicated setup |
| 891 | of Makefiles. The LNT based approach above is recommended for most users, but |
| 892 | there are some testing scenarios which are not supported by the LNT approach. In |
| 893 | addition, LNT currently uses the Makefile setup under the covers and so |
| 894 | developers who are interested in how LNT works under the hood may want to |
| 895 | understand the Makefile based setup.</p> |
Bill Wendling | da51c4c | 2007-09-22 09:16:44 +0000 | [diff] [blame] | 896 | |
Daniel Dunbar | 90d9e02 | 2012-03-15 22:19:35 +0000 | [diff] [blame] | 897 | <p>For more information on the <tt>test-suite</tt> Makefile setup, please see |
| 898 | the <a href="TestSuiteMakefileGuide.html">Test Suite Makefile Guide.</a></p> |
Chris Lattner | eb82da8 | 2006-05-23 01:40:20 +0000 | [diff] [blame] | 899 | </div> |
| 900 | |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 901 | <!-- *********************************************************************** --> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 902 | |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 903 | <hr> |
| 904 | <address> |
| 905 | <a href="http://jigsaw.w3.org/css-validator/check/referer"><img |
Misha Brukman | 4440870 | 2008-12-11 17:34:48 +0000 | [diff] [blame] | 906 | src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"></a> |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 907 | <a href="http://validator.w3.org/check/referer"><img |
Misha Brukman | 4440870 | 2008-12-11 17:34:48 +0000 | [diff] [blame] | 908 | src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"></a> |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 909 | |
Daniel Dunbar | cd3b117 | 2010-08-02 01:20:23 +0000 | [diff] [blame] | 910 | John T. Criswell, Daniel Dunbar, Reid Spencer, and Tanya Lattner<br> |
NAKAMURA Takumi | b9a3363 | 2011-04-09 02:13:37 +0000 | [diff] [blame] | 911 | <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br> |
Misha Brukman | 1d83e11 | 2004-03-01 18:21:04 +0000 | [diff] [blame] | 912 | Last modified: $Date$ |
| 913 | </address> |
Brian Gaeke | af19f2e | 2003-10-23 18:10:28 +0000 | [diff] [blame] | 914 | </body> |
John Criswell | 020cbd8 | 2003-10-10 18:42:49 +0000 | [diff] [blame] | 915 | </html> |