Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthropics/defending-code-reference-harness
/ test_unparseable_output
Function
test_unparseable_output
tests/test_asan.py:91–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
90
91
def
test_unparseable_output():
92
r = crash_reason(
"<no parseable trace>"
)
93
assert r == {
"crash_type"
: None,
"operation"
: None}
94
95
96
def
test_empty_output():
Callers
nothing calls this directly
Calls
1
crash_reason
Function · 0.90
Tested by
no test coverage detected