Searched refs:verifyExceptionHandling (Results 1 – 1 of 1) sorted by relevance
58 def verifyExceptionHandling(self, py_exp, tf_exp, eager=False): member in PyFuncTestBase456 self.verifyExceptionHandling(ValueError, errors.InvalidArgumentError)457 self.verifyExceptionHandling(TypeError, errors.InvalidArgumentError)458 self.verifyExceptionHandling(StopIteration, errors.OutOfRangeError)459 self.verifyExceptionHandling(MemoryError, errors.ResourceExhaustedError)460 self.verifyExceptionHandling(NotImplementedError,466 self.verifyExceptionHandling(WeirdError, errors.UnknownError)616 self.verifyExceptionHandling(618 self.verifyExceptionHandling(620 self.verifyExceptionHandling([all …]