commit | bae4051d6a64a79881d3445c4dded31f3a711b1b | [log] [tgz] |
---|---|---|
author | Jacques Pienaar <jpienaar@google.com> | Sun Jun 24 09:10:36 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:25:23 2019 -0700 |
tree | 939182ed51b201f4995fd9736043123579e88e7e | |
parent | 45703fd65b4b086bd262db1b5735c228ac77bb88 [diff] |
Add negative parsing tests using mlir-opt. Add parsing tests with errors. Follows direct path of splitting file into test groups (using a marker) and parsing each section individually. The expected errors are checked using FileCheck and parser error does not result in terminating parsing the rest of the file if check-parser-error. This is an interim approach until refactoring lexer/parser. PiperOrigin-RevId: 201867941