Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 381780 Details for
Bug 510824
dev-lang/python-2.7.6-r1 fails tests CheckOpcodeCount (sqlite3.test.hooks.ProgressTests)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix test_sqlite
24_all_sqlite-3.8.4.patch (text/plain), 419 bytes, created by
Paolo Pedroni
on 2014-07-29 10:25:40 UTC
(
hide
)
Description:
Patch to fix test_sqlite
Filename:
MIME Type:
Creator:
Paolo Pedroni
Created:
2014-07-29 10:25:40 UTC
Size:
419 bytes
patch
obsolete
>http://bugs.python.org/issue20901 >http://hg.python.org/cpython/rev/dbc9e3ed5e9f > >--- Lib/sqlite3/test/hooks.py >+++ Lib/sqlite3/test/hooks.py >@@ -162,7 +162,7 @@ > create table bar (a, b) > """) > second_count = len(progress_calls) >- self.assertTrue(first_count > second_count) >+ self.assertTrue(first_count >= second_count) > > def CheckCancelOperation(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 510824
: 381780