Created
June 8, 2012 04:26
-
-
Save msabramo/2893582 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| == CPython 2.7.3 (dtrace-issue13405_2.7:f90a7bc1b307+, Jun 7 2012, 21:07:54) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] | |
| == Darwin-10.8.0-x86_64-i386-64bit little-endian | |
| == /Users/marca/src/python-hg/cpython-2011-marca/build/test_python_63506 | |
| Testing with flags: sys.flags(debug=0, py3k_warning=0, division_warning=0, division_new=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, tabcheck=0, verbose=0, unicode=0, bytes_warning=0, hash_randomization=0) | |
| test_dtrace | |
| test_function_entry_return (test.test_dtrace.DTraceTestsNormal) ... ok | |
| test_garbage_collection (test.test_dtrace.DTraceTestsNormal) ... FAIL | |
| test_instance_creation_destruction (test.test_dtrace.DTraceTestsNormal) ... ok | |
| test_line (test.test_dtrace.DTraceTestsNormal) ... ok | |
| test_stack (test.test_dtrace.DTraceTestsNormal) ... skipped "MacOS X doesn't support jstack()" | |
| test_verify_opcodes (test.test_dtrace.DTraceTestsNormal) ... test test_dtrace failed -- Traceback (most recent call last): | |
| File "/Users/marca/src/python-hg/cpython-2011-marca/Lib/test/test_dtrace.py", line 171, in test_garbage_collection | |
| self.assertEqual(actual_result, expected_result) | |
| AssertionError: '**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()' != '**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()' | |
| ok | |
| ====================================================================== | |
| FAIL: test_garbage_collection (test.test_dtrace.DTraceTestsNormal) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/Users/marca/src/python-hg/cpython-2011-marca/Lib/test/test_dtrace.py", line 171, in test_garbage_collection | |
| self.assertEqual(actual_result, expected_result) | |
| AssertionError: '**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()' != '**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()**gc-start()**gc-done()' | |
| ---------------------------------------------------------------------- | |
| Ran 6 tests in 0.741s | |
| FAILED (failures=1, skipped=1) | |
| 1 test failed: | |
| test_dtrace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment