Skip to content

Instantly share code, notes, and snippets.

@msabramo
Created June 8, 2012 04:15
Show Gist options
  • Select an option

  • Save msabramo/2893532 to your computer and use it in GitHub Desktop.

Select an option

Save msabramo/2893532 to your computer and use it in GitHub Desktop.
== 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_63327
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) ... ok
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) ... ok
----------------------------------------------------------------------
Ran 6 tests in 0.754s
OK (skipped=1)
test_function_entry_return (test.test_dtrace.DTraceTestsOptimize) ... ok
test_garbage_collection (test.test_dtrace.DTraceTestsOptimize) ... ok
test_instance_creation_destruction (test.test_dtrace.DTraceTestsOptimize) ... ok
test_line (test.test_dtrace.DTraceTestsOptimize) ... ok
test_stack (test.test_dtrace.DTraceTestsOptimize) ... skipped "MacOS X doesn't support jstack()"
test_verify_opcodes (test.test_dtrace.DTraceTestsOptimize) ... ok
----------------------------------------------------------------------
Ran 6 tests in 0.750s
OK (skipped=1)
1 test OK.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment