Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Object/invalid.test] - Convert most of the sub tests to YAML. | George Rimar | 2019-06-27 | 1 | -0/+0 |
| | | | | | | | | | | | | | Object/invalid.test is a test case that is used to check the behavior of tools when broken inputs are used. The most often tool tested there is llvm-readobj. I think we might want to move such tests to test\tools\llvm-readobj. For now this patch converts many sub-tests to use YAML and removes 12 binaries from the inputs. Differential revision: https://reviews.llvm.org/D63762 llvm-svn: 364522 | ||||
* | Add a testcase for an invalid file. | Rafael Espindola | 2015-06-29 | 1 | -0/+0 |
We were already checking this, but had no tests. llvm-svn: 240945 |