We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-14
1 parent 453d6fc commit 0cf462fCopy full SHA for 0cf462f
1 file changed
test/signal/test-signalhandler.py
@@ -62,6 +62,7 @@ def test_segv():
62
assert stderr == ''
63
lines = stdout.splitlines()
64
if sys.platform == "darwin":
65
+ print(platform.mac_ver())
66
if int(platform.mac_ver()[1][0]) >= 14:
67
assert lines[0] == 'Internal error: cppcheck received signal SIGSEGV - SEGV_ACCERR (at 0x0).'
68
else:
0 commit comments