| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ↵ | Eli Bendersky | 2012-02-16 | 2 | -3/+1 | 
| | | | | | | | | | run with LIT now and now Dejagnu. dg.exp is no longer needed. Patch reviewed by Daniel Dunbar. It will be followed by additional cleanup patches. llvm-svn: 150664 | ||||
| * | Avoid writing to an arbitrary filename during the test run by writing to | Chandler Carruth | 2011-07-02 | 1 | -8/+8 | 
| | | | | | | | a file descriptor. llvm-svn: 134355 | ||||
| * | Many LLVM tests relies on standard output stream be in the binary mode. ↵ | Galina Kistanova | 2011-05-05 | 1 | -0/+4 | 
| | | | | | | | Which is not always the case (on Windows in particular). The patch adds a test to verify that the standard output stream is actually in the binary mode. llvm-svn: 130936 | ||||
| * | Revert test/Archive/check_binary_output.ll". It fails on a buildbot. | NAKAMURA Takumi | 2010-12-07 | 1 | -4/+0 | 
| | | | | | llvm-svn: 121113 | ||||
| * | test/Archive/check_binary_output.ll: Add a new test to check output of ↵ | NAKAMURA Takumi | 2010-12-07 | 1 | -0/+4 | 
| | | | | | | | 'llvm-ar -p' is sane. Thanks to Danil Malyshev! llvm-svn: 121106 | ||||
| * | test/Archive/extract.ll: Use cmp instead of diff. Thanks to Danil Malyshev! | NAKAMURA Takumi | 2010-12-02 | 1 | -4/+4 | 
| | | | | | llvm-svn: 120698 | ||||
| * | test/Archive: FileCheck-ize, and remove *.toc. These may be CRLF-tolerant. | NAKAMURA Takumi | 2010-12-01 | 8 | -25/+21 | 
| | | | | | llvm-svn: 120506 | ||||
| * | These tests are no longer stored in *CVS*. | Dan Gohman | 2010-08-04 | 1 | -1/+1 | 
| | | | | | llvm-svn: 110201 | ||||
| * | fix a broken archive that was breaking dejagnu only (not lit) | Chris Lattner | 2010-02-04 | 1 | -0/+0 | 
| | | | | | | | after r95292 llvm-svn: 95296 | ||||
| * | From PR6228: | Chris Lattner | 2010-02-04 | 1 | -0/+0 | 
| | | | | | | | | | | | | | "Attached patch removes the extra NUL bytes from the output and changes test/Archive/MacOSX.toc from a binary to a text file (removes svn:mime-type=application/octet-stream and adds svn:eol-style=native). I can't figure out how to get SVN to include the new contents of the file in the patch so I'm attaching it separately." Patch by James Abbatiello! llvm-svn: 95292 | ||||
| * | Merge Archive/extract* tests into one; this avoids a race when tests are run in | Daniel Dunbar | 2009-09-08 | 5 | -23/+16 | 
| | | | | | | | parallel (the test should really use temps for the output, though). llvm-svn: 81287 | ||||
| * | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 | 
| | | | | | llvm-svn: 51349 | ||||
| * | Rename the last test with .llx extension to .ll, resolve duplicate test by ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 | 
| | | | | | | | renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. llvm-svn: 51328 | ||||
| * | Delete the svn:executable property on these files, which aren't executable. | Dan Gohman | 2007-07-23 | 1 | -0/+0 | 
| | | | | | llvm-svn: 40441 | ||||
| * | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 | 
| | | | | | llvm-svn: 37801 | ||||
| * | This needs to stay in the old bytecode format. | Reid Spencer | 2007-04-16 | 1 | -0/+0 | 
| | | | | | llvm-svn: 36113 | ||||
| * | This tests aren't particularly interesting. They are redundant with the | Reid Spencer | 2007-04-16 | 5 | -34/+0 | 
| | | | | | | | | extract_* tests. They are also perniciously difficult to maintain because they depend on the bytecode format. llvm-svn: 36112 | ||||
| * | Update for 2.0 bytecode format. | Reid Spencer | 2007-04-16 | 1 | -0/+0 | 
| | | | | | llvm-svn: 36111 | ||||
| * | For PR1336: | Reid Spencer | 2007-04-15 | 4 | -1/+4 | 
| | | | | | | | XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. llvm-svn: 36093 | ||||
| * | For PR1319: Upgrade to new test harness. | Reid Spencer | 2007-04-15 | 1 | -2/+2 | 
| | | | | | llvm-svn: 36091 | ||||
| * | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 | 
| | | | | | | | | | global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918 | ||||
| * | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 27 | -0/+118 | 
| llvm-svn: 33296 | |||||

