Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve codegen coverage tests. | Daniel Dunbar | 2008-10-05 | 5 | -9/+13 | |
| | | | | | | | - Hit debug info generation. - Hit both ObjC runtimes. llvm-svn: 57088 | |||||
* | Add coverage tests of C and Obj-C language features. | Daniel Dunbar | 2008-10-04 | 11 | -0/+211 | |
| | | | | | | | | | | - AST printing, dumping, serialization, codegen. - HTML printing. - Parser callbacks. Several of these are XFAIL because they trigger unimplemented code. llvm-svn: 57081 | |||||
* | Add test/Driver. | Daniel Dunbar | 2008-10-04 | 2 | -0/+16 | |
- env-include-paths.c is XFAIL as it exposed a bug. Add test/Coverage. - For tests which achieve code coverage but don't validate anything. llvm-svn: 57070 |