summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.html
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Correct the name of the executables to which llvmgcc and llvmgxx variablesReid Spencer2004-12-221-2/+2
| | | | | | point to. llvm-svn: 19100
* Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in theReid Spencer2004-12-151-2/+1
| | | | | | | GettingStarted.html document in the environment section and only as an optional feature. llvm-svn: 18944
* Correct documentation to reflect the change in location of the CFE runtimeReid Spencer2004-12-141-2/+2
| | | | | | libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939
* Merged in RELEASE_14 changes.John Criswell2004-12-101-6/+8
| | | | llvm-svn: 18763
* Fixed typo in Dejagnu section.Tanya Lattner2004-12-081-1/+1
| | | | llvm-svn: 18642
* Removed QMTest reference.Tanya Lattner2004-12-081-117/+11
| | | | llvm-svn: 18641
* Move documentation for various configuration options applicabe only to theReid Spencer2004-12-081-1/+27
| | | | | | llvm-test directory into this document from GettingStarted.html. llvm-svn: 18637
* Added DejaGNU information to the testing guide. This should go into the 1.4 ↵Tanya Lattner2004-12-061-11/+102
| | | | | | | | release. I left the QMTest stuff in place but made it appear to be optional. llvm-svn: 18564
* Remove spurious end tag, fix indentation.Reid Spencer2004-11-011-16/+16
| | | | llvm-svn: 17397
* Make HTML 4.01 Strict compliant.Reid Spencer2004-11-011-3/+3
| | | | llvm-svn: 17396
* Describe how to configure tests to work with f2cMisha Brukman2004-10-081-0/+26
| | | | llvm-svn: 16829
* * Reformat to fit 80 colsMisha Brukman2004-10-081-54/+53
| | | | | | * Add missing <li> tags llvm-svn: 16828
* Make section separator comments 80 chars, not 70.Reid Spencer2004-09-051-184/+245
| | | | | | | | | Revise descriptions to account for llvm/test/Programs being moved to the new CVS module llvm-test. Incoporate an example of how to run the NightlyTest.pl script from a shell script. llvm-svn: 16192
* Add a section about running the nightly tester proper.Chris Lattner2004-06-241-0/+32
| | | | llvm-svn: 14370
* link to qmtest-2.0.3 tar fileBrian Gaeke2004-06-221-1/+2
| | | | llvm-svn: 14331
* Added a note about requiring QMTest 2.0.3 instead of any other version.Reid Spencer2004-06-201-1/+3
| | | | llvm-svn: 14274
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-1/+3
| | | | | | they said. llvm-svn: 13675
OpenPOWER on IntegriCloud