Home | History | Annotate | Download | only in test

Lines Matching refs:KeyboardInterrupt

39         except KeyboardInterrupt:
40 self.fail("KeyboardInterrupt not handled")
74 except KeyboardInterrupt:
75 self.fail("KeyboardInterrupt not handled")
94 self.fail("Second KeyboardInterrupt not raised")
98 except KeyboardInterrupt:
101 self.fail("Second KeyboardInterrupt not raised")
124 except KeyboardInterrupt:
125 self.fail("KeyboardInterrupt not handled")
150 except KeyboardInterrupt:
189 except KeyboardInterrupt: