summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TestingGuide.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: Sphinxify TestingGuideSean Silva2012-11-141-921/+0
| | | | llvm-svn: 167979
* Added %(line), %(line+<number>), %(line-<number>) substitutions to litAlexander Kornienko2012-11-141-0/+5
| | | | llvm-svn: 167971
* fix typo PR1476Pawel Wodnicki2012-11-071-1/+1
| | | | llvm-svn: 167536
* fix for PR1476Pawel Wodnicki2012-11-071-2/+2
| | | | llvm-svn: 167535
* Fix some doc-os.Daniel Dunbar2012-10-191-2/+2
| | | | llvm-svn: 166290
* lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar2012-10-181-8/+9
| | | | llvm-svn: 166224
* Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", thisDaniel Dunbar2012-05-081-12/+20
| | | | | | patch wasn't ready yet. llvm-svn: 156395
* [tests] Remove some remaining DejaGNU related cruft.Daniel Dunbar2012-05-081-20/+12
| | | | llvm-svn: 156393
* [docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar2012-04-191-1/+1
| | | | | | with Sphinx. llvm-svn: 155153
* [docs] Convert docs index page into Sphinx.Daniel Dunbar2012-04-191-0/+9
| | | | | | | | - Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation. - Lots of styling, editing, and integration work yet to come… - PR12589 llvm-svn: 155133
* A bit of cleanup in the TestingGuide doc - dg.exp files no longer existEli Bendersky2012-04-181-9/+9
| | | | llvm-svn: 154992
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-271-2/+0
| | | | llvm-svn: 153508
* docs: Update TestingGuide to change recommended practice to using LNT to driveDaniel Dunbar2012-03-151-327/+54
| | | | | | the test-suite. llvm-svn: 152860
* Update the docs for some of the test-suite configure changes andEric Christopher2011-11-291-16/+11
| | | | | | be more clear about what to do and how to do it. llvm-svn: 145426
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-311-0/+1
| | | | llvm-svn: 143348
* tests: Rip out a bunch of now unused test code relating to use of llvm-gcc ↵Daniel Dunbar2011-10-271-27/+0
| | | | | | in LLVM tests. llvm-svn: 143143
* Correct typos in TestingGuide.htmlChad Rosier2011-05-181-2/+2
| | | | llvm-svn: 131546
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-32/+42
| | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-41/+46
| | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-091-0/+1
| | | | | FIXME: The logo handling in ReleaseNotes.html llvm-svn: 129208
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-2/+2
| | | | llvm-svn: 129181
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-151-1/+1
| | | | llvm-svn: 125563
* Reapply 122341 to fix PR8199 now that clang changes are in.David Greene2011-01-031-0/+5
| | | | llvm-svn: 122754
* Revert 122341. It breaks some darwin tests.David Greene2010-12-211-5/+0
| | | | llvm-svn: 122346
* Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene2010-12-211-0/+5
| | | | | | | | being tested. This ensures that we test the tools just built and not some random tools that might happen to be in the user's PATH. This makes LLVM testing much more stable and predictable. llvm-svn: 122341
* Document debuginfo-tests.Devang Patel2010-11-111-0/+38
| | | | llvm-svn: 118746
* Fix typo, pointed out by Trevor Harmon.Duncan Sands2010-11-031-1/+1
| | | | llvm-svn: 118163
* fix typo, patch by Trevor Harmon (PR8537)Chris Lattner2010-11-031-1/+1
| | | | llvm-svn: 118131
* Fix Getting Started docs.Andrew Trick2010-09-231-9/+9
| | | | | | | | configure expects LLVM Test Suite to be in projects/test-suite. Made the "getting started" and "testing infrastructure" docs internally consistent. Avoid confusion between llvm-test and llvm/test. llvm-svn: 114691
* docs/TestingGuide: Minimal update to describe 'lit' based regression testingDaniel Dunbar2010-08-021-79/+81
| | | | | | | instead of DejaGNU. Still a bit kooky, since the current test format still has some strong Tcl roots. Oh well! llvm-svn: 110005
* docs/TestingGuide: Rip out description of old nightly tester infrastructure. TheDaniel Dunbar2010-08-021-61/+0
| | | | | | | official recommendation is to use LNT instead. I will write docs on setting up an LNT installation for submission to llvm.org, one day. llvm-svn: 110004
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+1212
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-1212/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213
* 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
OpenPOWER on IntegriCloud