Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test autoupdate. | Tanya Lattner | 2010-02-26 | 1 | -1/+0 |
| | | | | llvm-svn: 97266 | ||||
* | Test auto update. | Tanya Lattner | 2010-02-26 | 1 | -2/+0 |
| | | | | llvm-svn: 97265 | ||||
* | Eliminate llvmgcc_version testing variable. | Daniel Dunbar | 2010-02-23 | 1 | -12/+7 |
| | | | | llvm-svn: 96908 | ||||
* | Kill unused llvmgccmajvers testing variable. | Daniel Dunbar | 2010-02-23 | 1 | -3/+0 |
| | | | | llvm-svn: 96906 | ||||
* | rename REG -> REGISTER to make it explicit in the doc. <tt>ify some stuff. | Chris Lattner | 2009-09-27 | 1 | -8/+8 |
| | | | | llvm-svn: 82892 | ||||
* | implement and document support for filecheck variables. This | Chris Lattner | 2009-09-27 | 1 | -1/+40 |
| | | | | | | | | | | allows matching and remembering a string and then matching and verifying that the string occurs later in the file. Change X86/xor.ll to use this in some cases where the test was checking for an arbitrary register allocation decision. llvm-svn: 82891 | ||||
* | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -0/+34 |
| | | | | | | | | ; CHECK: movl {{%e[a-z][xi]}}, %eax or whatever. llvm-svn: 82717 | ||||
* | grammaro | Chris Lattner | 2009-09-20 | 1 | -1/+1 |
| | | | | llvm-svn: 82412 | ||||
* | implement and document support for CHECK-NOT | Chris Lattner | 2009-09-20 | 1 | -0/+30 |
| | | | | llvm-svn: 82408 | ||||
* | Remove prcontext. | Daniel Dunbar | 2009-09-10 | 1 | -8/+0 |
| | | | | llvm-svn: 81427 | ||||
* | wrap to 80 cols | Chris Lattner | 2009-08-15 | 1 | -2/+4 |
| | | | | llvm-svn: 79124 | ||||
* | implement support for CHECK-NEXT: in filecheck. | Chris Lattner | 2009-08-15 | 1 | -1/+42 |
| | | | | llvm-svn: 79123 | ||||
* | document filecheck. | Chris Lattner | 2009-08-15 | 1 | -3/+87 |
| | | | | llvm-svn: 79110 | ||||
* | add a stub for futher description of filecheck. | Chris Lattner | 2009-08-15 | 1 | -0/+21 |
| | | | | llvm-svn: 79106 | ||||
* | Clarify how to configure llvm-gcc-4.2 for use with | Shantonu Sen | 2009-06-26 | 1 | -28/+27 |
| | | | | | | | | | test suite. Remove documentation for --with-f2c, which is no longer supported. Remove information about obtaining tcl/expect, which ship with Mac OS X by default since 10.4. llvm-svn: 74271 | ||||
* | Add some missing steps to the sacred testing ritual scriptures. | Stuart Hastings | 2009-05-21 | 1 | -14/+23 |
| | | | | llvm-svn: 72222 | ||||
* | docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required ↵ | John Mosby | 2009-03-30 | 1 | -7/+3 |
| | | | | | | for running test-suite), removed refs to llvm-test llvm-svn: 68051 | ||||
* | Clarify section on setting up and running test-suite | John Mosby | 2009-03-30 | 1 | -14/+27 |
| | | | | llvm-svn: 68023 | ||||
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | llvm-svn: 60880 | ||||
* | Rewrite instructions for configuring external tests | Dale Johannesen | 2008-12-10 | 1 | -25/+17 |
| | | | | | | to reflect reality. llvm-svn: 60825 | ||||
* | add info about how to run the tests with valgrind | Nuno Lopes | 2008-11-25 | 1 | -0/+9 |
| | | | | llvm-svn: 60030 | ||||
* | LLVM does have a fortran FE! | Duraid Madina | 2008-11-21 | 1 | -12/+0 |
| | | | | llvm-svn: 59795 | ||||
* | Update testing documentation with more consistent terminology. | Matthijs Kooijman | 2008-06-24 | 1 | -74/+73 |
| | | | | | | | | All of LLVM's testing features are now referred to as the "Testing infrastructure", the DejaGNU tests are just that, and the whole program tests are referred to as the "test suite". llvm-svn: 52674 | ||||
* | Restructure the testing documentation. | Matthijs Kooijman | 2008-05-23 | 1 | -212/+285 |
| | | | | | | | | | I've tried to make the distinction between the DejaGNU tests and the test-suite more clear, added a small section about generating output from the test-suite, removed some duplication and fixed some wordings. Most of the changes are text movements, however. llvm-svn: 51480 | ||||
* | Clarify the testing documentation a bit and solve two HTML validator warnings. | Matthijs Kooijman | 2008-05-20 | 1 | -5/+13 |
| | | | | llvm-svn: 51313 | ||||
* | Fix typo | Tanya Lattner | 2007-11-28 | 1 | -1/+1 |
| | | | | llvm-svn: 44391 | ||||
* | Modified instructions to configure llvm-test by configure llvm with the Path ↵ | Tanya Lattner | 2007-11-28 | 1 | -25/+9 |
| | | | | | | --with-llvmgccdir set. llvm-svn: 44390 | ||||
* | Validation fixes | Bill Wendling | 2007-09-22 | 1 | -4/+5 |
| | | | | llvm-svn: 42224 | ||||
* | Formatting changes. | Bill Wendling | 2007-09-22 | 1 | -51/+147 |
| | | | | llvm-svn: 42223 | ||||
* | Subversionify the documentation. | Reid Spencer | 2007-07-09 | 1 | -26/+17 |
| | | | | llvm-svn: 38442 | ||||
* | first pass of nomenclature changes in .html files | Gabor Greif | 2007-07-06 | 1 | -2/+2 |
| | | | | llvm-svn: 37956 | ||||
* | Describe quoting rules. | Reid Spencer | 2007-04-15 | 1 | -4/+46 |
| | | | | llvm-svn: 36060 | ||||
* | Add some info about the pipelines and redirection. | Reid Spencer | 2007-04-14 | 1 | -0/+18 |
| | | | | llvm-svn: 36030 | ||||
* | For PR1319: | Reid Spencer | 2007-04-14 | 1 | -73/+191 |
| | | | | | | | Rewrite much of the DejaGnu section to bring it in line with the new facilities in llvm.exp. llvm-svn: 36015 | ||||
* | Describe llvm/test more accurately given recent changes. | Reid Spencer | 2007-02-08 | 1 | -13/+21 |
| | | | | llvm-svn: 34055 | ||||
* | Added information for the new nightly tester. | Patrick Jenkins | 2006-08-11 | 1 | -19/+35 |
| | | | | llvm-svn: 29635 | ||||
* | Fix a typo | Chris Lattner | 2006-06-01 | 1 | -1/+1 |
| | | | | llvm-svn: 28627 | ||||
* | Describe how to add a custom test. | Chris Lattner | 2006-05-23 | 1 | -3/+82 |
| | | | | llvm-svn: 28430 | ||||
* | Wrap long lines fix typo | Chris Lattner | 2006-05-23 | 1 | -12/+19 |
| | | | | llvm-svn: 28429 | ||||
* | Fixed up comment on xfail for llvmgcc version. | Tanya Lattner | 2006-04-20 | 1 | -2/+2 |
| | | | | llvm-svn: 27857 | ||||
* | Added note about being able to XFAIL based on llvmgcc version. | Tanya Lattner | 2006-04-20 | 1 | -2/+2 |
| | | | | llvm-svn: 27856 | ||||
* | Misunderstanding. | Jim Laskey | 2006-03-27 | 1 | -2/+2 |
| | | | | llvm-svn: 27179 | ||||
* | Typo. | Jim Laskey | 2006-03-27 | 1 | -1/+1 |
| | | | | llvm-svn: 27178 | ||||
* | Clarity. | Jim Laskey | 2006-03-27 | 1 | -4/+4 |
| | | | | llvm-svn: 27177 | ||||
* | Adding other platforms. | Jim Laskey | 2006-03-27 | 1 | -1/+4 |
| | | | | llvm-svn: 27176 | ||||
* | Add note for Mac OS X developers. | Jim Laskey | 2006-03-27 | 1 | -0/+3 |
| | | | | llvm-svn: 27175 | ||||
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -4/+4 |
| | | | | llvm-svn: 26746 | ||||
* | More typo and wording fixes. | John Criswell | 2005-05-13 | 1 | -5/+9 |
| | | | | llvm-svn: 21974 | ||||
* | Minor corrections and clarifications. | John Criswell | 2005-05-13 | 1 | -5/+5 |
| | | | | llvm-svn: 21961 | ||||
* | * Add directions to send output of nightly test script to llvm-testresults@cs | Misha Brukman | 2005-03-10 | 1 | -17/+23 |
| | | | | | | | | * Use the doc_code class to nightly test script example * Enclose file names in <tt> tags * Achieve compliance with HTML-4.01 Strict llvm-svn: 20556 |