Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 676189 Details for
Bug 758020
dev-python/numba-0.52.0::science: numba-0.52.0-skip_tests.patch missing
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
skip_tests patch for numba-0.52.0 to go to FILESDIR
numba-0.52.0-skip_tests.patch (text/plain), 1.65 KB, created by
Bernd Feige
on 2020-12-02 08:51:21 UTC
(
hide
)
Description:
skip_tests patch for numba-0.52.0 to go to FILESDIR
Filename:
MIME Type:
Creator:
Bernd Feige
Created:
2020-12-02 08:51:21 UTC
Size:
1.65 KB
patch
obsolete
>Index: numba-0.52.0/numba/tests/test_jitclasses.py >=================================================================== >--- numba-0.52.0.orig/numba/tests/test_jitclasses.py >+++ numba-0.52.0/numba/tests/test_jitclasses.py >@@ -929,6 +929,7 @@ class TestJitClass(TestCase, MemoryLeakM > self.assertEqual(t[2:2:1], 2) > self.assertEqual(t[6:6:1], 3) > >+ @unittest.skip("Gentoo has not reverted the LLVM 'truncate longlabel' patch") > def test_jitclass_longlabel_not_truncated(self): > # See issue #3872, llvm 7 introduced a max label length of 1024 chars > # Numba ships patched llvm 7.1 (ppc64le) and patched llvm 8 to undo this >Index: numba-0.52.0/numba/tests/test_record_dtype.py >=================================================================== >--- numba-0.52.0.orig/numba/tests/test_record_dtype.py >+++ numba-0.52.0/numba/tests/test_record_dtype.py >@@ -796,7 +796,7 @@ class TestRecordDtype(unittest.TestCase) > # len(transformed) is generally 10, but could be longer if a large > # number of typecodes are in use. Checking <20 should provide enough > # tolerance. >- self.assertLess(len(transformed), 20) >+ self.assertLessEqual(len(transformed), 20) > > struct_arr = types.Array(rec, 1, 'C') > transformed = mangle_type(struct_arr) >@@ -804,7 +804,7 @@ class TestRecordDtype(unittest.TestCase) > self.assertNotIn('first', transformed) > self.assertNotIn('second', transformed) > # Length is usually 50 - 5 chars tolerance as above. >- self.assertLess(len(transformed), 50) >+ self.assertLessEqual(len(transformed), 50) > > def test_record_two_arrays(self): > """
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 758020
: 676189