Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test for the old EH system. It doesn't parse anymore. | Rafael Espindola | 2013-07-03 | 1 | -19/+0 |
| | | | | llvm-svn: 185551 | ||||
* | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | another mechanical change accomplished though the power of terrible Perl scripts. I have manually switched some "s to 's to make escaping simpler. While I started this to fix tests that aren't run in all configurations, the massive number of tests is due to a really frustrating fragility of our testing infrastructure: things like 'grep -v', 'not grep', and 'expected failures' can mask broken tests all too easily. Essentially, I'm deeply disturbed that I can change the testsuite so radically without causing any change in results for most platforms. =/ llvm-svn: 159547 | ||||
* | Update more tests to the new EH scheme. | Bill Wendling | 2011-08-31 | 1 | -0/+4 |
| | | | | llvm-svn: 138903 | ||||
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -1/+1 |
| | | | | | | are either unreduced or only test old syntax. llvm-svn: 133228 | ||||
* | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands | 2010-05-02 | 1 | -1/+1 |
| | | | | | | | Remove the -enable-eh option which is only used by the JIT, and replace it with -jit-enable-eh. llvm-svn: 102865 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | Try fixing it again. | Evan Cheng | 2007-07-19 | 1 | -1/+1 |
| | | | | llvm-svn: 40072 | ||||
* | Fix test. | Evan Cheng | 2007-07-17 | 1 | -2/+1 |
| | | | | llvm-svn: 39976 | ||||
* | Use push / pop for prologues and epilogues. | Evan Cheng | 2007-07-17 | 1 | -1/+2 |
| | | | | llvm-svn: 39967 | ||||
* | Testcase for PR1398. | Duncan Sands | 2007-05-07 | 1 | -0/+15 |
llvm-svn: 36905 |