MCPcopy Create free account
hub / github.com/boostorg/build / collectDebugInfo

Function collectDebugInfo

v2/test/collect_debug_info.py:23–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21###############################################################################
22
23def collectDebugInfo():
24 t = _init()
25
26 global tag
27
28 tag = "Python version"
29 try:
30 _info(sys.version)
31 except:
32 _info_exc()
33
34 tag = "Python platform"
35 try:
36 _info(sys.platform)
37 except:
38 _info_exc()
39
40 tag = "Boost Jam/Build version"
41 try:
42 _infoX(_getJamVersionInfo(t))
43 except:
44 _info_exc()
45
46 #_collectDebugInfo_environ()
47
48 # Report prepared annotations.
49 t.fail_test(1, dump_difference=False, dump_stdio=False, dump_stack=False)
50
51
52###############################################################################

Callers 1

Calls 6

_initFunction · 0.85
_infoFunction · 0.85
_info_excFunction · 0.85
_infoXFunction · 0.85
_getJamVersionInfoFunction · 0.85
fail_testMethod · 0.45

Tested by

no test coverage detected