Searched refs:checkException (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| H A D | BooleanExpression.py | 185 def checkException(self, expr, error): member in TestBooleanExpression 199 self.checkException("ba#d", 203 self.checkException("true and true", 208 self.checkException("|| true", 213 self.checkException("true &&", 218 self.checkException("", 223 self.checkException("*", 227 self.checkException("no wait stop", 232 self.checkException("no-$-please", 236 self.checkException("(((true && true) || true)", [all …]
|