summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.html
Commit message (Collapse)AuthorAgeFilesLines
* 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
* * HTML 4.01 Strict complianceMisha Brukman2004-03-011-401/+355
| | | | | | * Removed unnecessary tabs in the entire file llvm-svn: 12051
* Closed the h2 header for the LLVM Test Suite Organization section.John Criswell2003-11-031-1/+1
| | | | llvm-svn: 9676
* Merged in RELEASE_1.John Criswell2003-10-271-0/+2
| | | | llvm-svn: 9538
* Gotta use gmake, not make. make on Solaris is Sun's make which does not work.Vikram S. Adve2003-10-261-8/+8
| | | | llvm-svn: 9510
* Reformat. A few minor edits.Brian Gaeke2003-10-231-221/+297
| | | | llvm-svn: 9434
* Renamed the feature subtests so that they do not begin with 'f'. It wasJohn Criswell2003-10-101-9/+4
| | | | | | | | never necessary to do that to denote them as feature tests. Removed the Feature.asm tests as they are the same as the Feature.mc tests. llvm-svn: 9039
* Initial checkin of Testing Guide.John Criswell2003-10-101-0/+356
Still very rough, IMHO. llvm-svn: 9030
OpenPOWER on IntegriCloud