Skip to content

Instantly share code, notes, and snippets.

@stefanor
Created May 19, 2014 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stefanor/885036d0d647d665bbd4 to your computer and use it in GitHub Desktop.
Save stefanor/885036d0d647d665bbd4 to your computer and use it in GitHub Desktop.
======================================================================
FAIL: CheckOpcodeCount (sqlite3.test.hooks.ProgressTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/«BUILDDIR»/pypy-2.3+dfsg/lib-python/2.7/sqlite3/test/hooks.py", line 165, in CheckOpcodeCount
self.assertTrue(first_count > second_count)
AssertionError: False is not true
----------------------------------------------------------------------
Ran 233 tests in 0.469s
FAILED (failures=1)
Traceback (most recent call last):
File "app_main.py", line 75, in run_toplevel
File "/«BUILDDIR»/pypy-2.3+dfsg/pypy/tool/pytest/run-script/regrverbose.py", line 14, in <module>
indirect_test()
File "/«BUILDDIR»/pypy-2.3+dfsg/lib-python/2.7/test/test_sqlite.py", line 13, in test_main
hooks.suite(), regression.suite(), dump.suite())
File "/«BUILDDIR»/pypy-2.3+dfsg/lib-python/2.7/test/test_support.py", line 1297, in run_unittest
_run_suite(suite)
File "/«BUILDDIR»/pypy-2.3+dfsg/lib-python/2.7/test/test_support.py", line 1251, in _run_suite
raise TestFailed(err)
TestFailed: Traceback (most recent call last):
File "/«BUILDDIR»/pypy-2.3+dfsg/lib-python/2.7/sqlite3/test/hooks.py", line 165, in CheckOpcodeCount
self.assertTrue(first_count > second_count)
AssertionError: False is not true
=========================== short test summary info ============================
FAIL lib-python/2.7/test/test_sqlite.py::unmodified
============== 1 failed, 340 passed, 57 skipped in 543.96 seconds ==============
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment