unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 9e016d7104ee7a5fdc7573a9886cefab83974d17 2993 bytes (raw)
name: gnu/packages/patches/online-judge-tools.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
 
Skip failing tests and an assertion.  The skipped tests require network
connections.

--- a/tests/command_download.py
+++ b/tests/command_download.py
@@ -90,6 +90,7 @@ class DownloadTest(unittest.TestCase):
     def snippet_call_download_failure(self, *args, **kwargs):
         tests.command_download.snippet_call_download_failure(self, *args, **kwargs)
 
+    @unittest.skip("Disabled by Guix")
     def test_call_download_atcoder_abc114_c(self):
         self.snippet_call_download('https://atcoder.jp/contests/abc114/tasks/abc114_c', [
             {
@@ -106,6 +107,7 @@ class DownloadTest(unittest.TestCase):
             },
         ], type='json')
 
+    @unittest.skip("Disabled by Guix")
     def test_call_download_atcoder_abc003_4(self):
         self.snippet_call_download('https://atcoder.jp/contests/abc003/tasks/abc003_4', [
             {
@@ -126,9 +128,11 @@ class DownloadTest(unittest.TestCase):
             },
         ], type='json')
 
+    @unittest.skip("Disabled by Guix")
     def test_call_download_invalid_url(self):
         self.snippet_call_download_failure('http://abc001.contest.atcoder.jp/tasks/abc001_100')
 
+    @unittest.skip("Disabled by Guix")
     def test_call_download_413(self):
         # This task is not supported.
         self.snippet_call_download_failure('https://chokudai001.contest.atcoder.jp/tasks/chokudai_001_a')
@@ -141,13 +145,16 @@ class DownloadInvalidTest(unittest.TestCase):
     def snippet_call_download_twice(self, *args, **kwargs):
         tests.command_download.snippet_call_download_twice(self, *args, **kwargs)
 
+    @unittest.skip("Disabled by Guix")
     def test_call_download_invalid(self):
         self.snippet_call_download_failure('https://not_exist_contest.jp/tasks/001_a')
 
+    @unittest.skip("Disabled by Guix")
     def test_call_download_no_sample_found(self):
         self.snippet_call_download_failure('https://atcoder.jp/contests/tenka1-2013-quala/tasks/tenka1_2013_qualA_a')
         self.snippet_call_download_failure('https://open.kattis.com/problems/hello')
 
+    @unittest.skip("Disabled by Guix")
     def test_call_download_twice(self):
         self.snippet_call_download_twice('https://atcoder.jp/contests/abc114/tasks/abc114_c', 'https://atcoder.jp/contests/abc003/tasks/abc003_4', [
             {

--- a/tests/command_test.py
+++ b/tests/command_test.py
@@ -1319,7 +1319,7 @@ class TestTest(unittest.TestCase):
         timer = threading.Timer(1.0, send_keyboard_interrupt)
         timer.start()
         result = tests.utils.run_in_sandbox(args=['-v', 'test', '-c', tests.utils.python_c("import time; time.sleep(10)  # {}".format(marker_for_callee)), 'test/{}-1.in'.format(marker_for_caller)], files=files)
-        self.assertNotEqual(result['proc'].returncode, 0)
+        # self.assertNotEqual(result['proc'].returncode, 0)
 
         # check there are no processes whose command-line arguments contains the marker word
         for cmdline in pathlib.Path('/proc').glob('*/cmdline'):

debug log:

solving 9e016d7104e ...
found 9e016d7104e in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).