summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.html
Commit message (Collapse)AuthorAgeFilesLines
* Test autoupdate.Tanya Lattner2010-02-261-1/+0
| | | | llvm-svn: 97266
* Test auto update.Tanya Lattner2010-02-261-2/+0
| | | | llvm-svn: 97265
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-231-12/+7
| | | | llvm-svn: 96908
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-231-3/+0
| | | | llvm-svn: 96906
* rename REG -> REGISTER to make it explicit in the doc. <tt>ify some stuff.Chris Lattner2009-09-271-8/+8
| | | | llvm-svn: 82892
* implement and document support for filecheck variables. ThisChris Lattner2009-09-271-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 Lattner2009-09-241-0/+34
| | | | | | | | ; CHECK: movl {{%e[a-z][xi]}}, %eax or whatever. llvm-svn: 82717
* grammaroChris Lattner2009-09-201-1/+1
| | | | llvm-svn: 82412
* implement and document support for CHECK-NOTChris Lattner2009-09-201-0/+30
| | | | llvm-svn: 82408
* Remove prcontext.Daniel Dunbar2009-09-101-8/+0
| | | | llvm-svn: 81427
* wrap to 80 colsChris Lattner2009-08-151-2/+4
| | | | llvm-svn: 79124
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-151-1/+42
| | | | llvm-svn: 79123
* document filecheck.Chris Lattner2009-08-151-3/+87
| | | | llvm-svn: 79110
* add a stub for futher description of filecheck.Chris Lattner2009-08-151-0/+21
| | | | llvm-svn: 79106
* Clarify how to configure llvm-gcc-4.2 for use withShantonu Sen2009-06-261-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 Hastings2009-05-211-14/+23
| | | | llvm-svn: 72222
* docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required ↵John Mosby2009-03-301-7/+3
| | | | | | for running test-suite), removed refs to llvm-test llvm-svn: 68051
* Clarify section on setting up and running test-suiteJohn Mosby2009-03-301-14/+27
| | | | llvm-svn: 68023
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Rewrite instructions for configuring external testsDale Johannesen2008-12-101-25/+17
| | | | | | to reflect reality. llvm-svn: 60825
* add info about how to run the tests with valgrindNuno Lopes2008-11-251-0/+9
| | | | llvm-svn: 60030
* LLVM does have a fortran FE!Duraid Madina2008-11-211-12/+0
| | | | llvm-svn: 59795
* Update testing documentation with more consistent terminology.Matthijs Kooijman2008-06-241-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 Kooijman2008-05-231-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 Kooijman2008-05-201-5/+13
| | | | llvm-svn: 51313
* Fix typoTanya Lattner2007-11-281-1/+1
| | | | llvm-svn: 44391
* Modified instructions to configure llvm-test by configure llvm with the Path ↵Tanya Lattner2007-11-281-25/+9
| | | | | | --with-llvmgccdir set. llvm-svn: 44390
* Validation fixesBill Wendling2007-09-221-4/+5
| | | | llvm-svn: 42224
* Formatting changes.Bill Wendling2007-09-221-51/+147
| | | | llvm-svn: 42223
* Subversionify the documentation.Reid Spencer2007-07-091-26/+17
| | | | llvm-svn: 38442
* first pass of nomenclature changes in .html filesGabor Greif2007-07-061-2/+2
| | | | llvm-svn: 37956
* Describe quoting rules.Reid Spencer2007-04-151-4/+46
| | | | llvm-svn: 36060
* Add some info about the pipelines and redirection.Reid Spencer2007-04-141-0/+18
| | | | llvm-svn: 36030
* For PR1319:Reid Spencer2007-04-141-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 Spencer2007-02-081-13/+21
| | | | llvm-svn: 34055
* Added information for the new nightly tester.Patrick Jenkins2006-08-111-19/+35
| | | | llvm-svn: 29635
* Fix a typoChris Lattner2006-06-011-1/+1
| | | | llvm-svn: 28627
* Describe how to add a custom test.Chris Lattner2006-05-231-3/+82
| | | | llvm-svn: 28430
* Wrap long lines fix typoChris Lattner2006-05-231-12/+19
| | | | llvm-svn: 28429
* Fixed up comment on xfail for llvmgcc version.Tanya Lattner2006-04-201-2/+2
| | | | llvm-svn: 27857
* Added note about being able to XFAIL based on llvmgcc version.Tanya Lattner2006-04-201-2/+2
| | | | llvm-svn: 27856
* Misunderstanding.Jim Laskey2006-03-271-2/+2
| | | | llvm-svn: 27179
* Typo.Jim Laskey2006-03-271-1/+1
| | | | llvm-svn: 27178
* Clarity.Jim Laskey2006-03-271-4/+4
| | | | llvm-svn: 27177
* Adding other platforms.Jim Laskey2006-03-271-1/+4
| | | | llvm-svn: 27176
* Add note for Mac OS X developers.Jim Laskey2006-03-271-0/+3
| | | | llvm-svn: 27175
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-4/+4
| | | | llvm-svn: 26746
* More typo and wording fixes.John Criswell2005-05-131-5/+9
| | | | llvm-svn: 21974
* Minor corrections and clarifications.John Criswell2005-05-131-5/+5
| | | | llvm-svn: 21961
* * Add directions to send output of nightly test script to llvm-testresults@csMisha Brukman2005-03-101-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
OpenPOWER on IntegriCloud