Loading tests/conftest.py +4 −0 Original line number Diff line number Diff line Loading @@ -292,6 +292,8 @@ class EncoderFrontend: pytest.fail( f"{self._type} encoder terminated with a non-0 return code: {self.returncode}" ) if self.stderr and "UndefinedBehaviorSanitizer" in self.stderr: pytest.fail("Undefined Behaviour runtime error encountered") def _check_run(self): if self.returncode is not None: Loading Loading @@ -485,6 +487,8 @@ class DecoderFrontend: pytest.fail( f"{self._type} decoder terminated with a non-0 return code: {self.returncode}" ) if self.stderr and "UndefinedBehaviorSanitizer" in self.stderr: pytest.fail("Undefined Behaviour runtime error encountered") def _check_run(self): if self.returncode is not None: Loading Loading
tests/conftest.py +4 −0 Original line number Diff line number Diff line Loading @@ -292,6 +292,8 @@ class EncoderFrontend: pytest.fail( f"{self._type} encoder terminated with a non-0 return code: {self.returncode}" ) if self.stderr and "UndefinedBehaviorSanitizer" in self.stderr: pytest.fail("Undefined Behaviour runtime error encountered") def _check_run(self): if self.returncode is not None: Loading Loading @@ -485,6 +487,8 @@ class DecoderFrontend: pytest.fail( f"{self._type} decoder terminated with a non-0 return code: {self.returncode}" ) if self.stderr and "UndefinedBehaviorSanitizer" in self.stderr: pytest.fail("Undefined Behaviour runtime error encountered") def _check_run(self): if self.returncode is not None: Loading