SIGINT is ignored in the Guix build environment. --- a/Lib/test/test_regrtest.py +++ b/Lib/test/test_regrtest.py @@ -399,6 +399,8 @@ output = self.run_tests('--fromfile', filename) self.check_executed_tests(output, tests) + @unittest.skipIf(True, + "KeyboardInterrupts do not work in the build environment") def test_interrupted(self): code = TEST_INTERRUPTED test = self.create_test('sigint', code=code) @@ -416,6 +418,8 @@ % (self.TESTNAME_REGEX, len(tests))) self.check_line(output, regex) + @unittest.skipIf(True, + "KeyboardInterrupts do not work in the build environment") def test_slow_interrupted(self): # Issue #25373: test --slowest with an interrupted test code = TEST_INTERRUPTED Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/examples/bare-hurd.tmpl
AgeCommit message (Expand)Author
2023-07-13services: childhurd: Bump default qemu memory to 2048MB....Janneke Nieuwenhuizen
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
2021-01-19system: Rename 'disk-image' command 'image'....Mathieu Othacehe
2020-10-09system: hurd: Add PAM support with shadow and sudo....Jan (janneke) Nieuwenhuizen
2020-06-13system: bare-hurd.tmpl: Add openssh-sans-x client and service....Jan (janneke) Nieuwenhuizen
2020-06-08system: examples: Add bare-hurd.tmpl....Jan (janneke) Nieuwenhuizen