Home
last modified time | relevance | path

Searched refs:checkException (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DBooleanExpression.py224 def checkException(self, expr, error): member in TestBooleanExpression
238 self.checkException("ba#d",
247 self.checkException("|| true",
252 self.checkException("true &&",
257 self.checkException("",
262 self.checkException("*",
271 self.checkException("no-$-please",
280 self.checkException("true (true)",
285 self.checkException("( )",
290 self.checkException("abc{{def",
[all …]