This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer_common] Add tests for NetBSD funopen*()
ClosedPublic

Authored by mgorny on Dec 29 2018, 11:43 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Dec 29 2018, 11:43 AM
krytarowski added inline comments.Dec 29 2018, 11:50 AM
test/sanitizer_common/TestCases/NetBSD/funopen2.cc
2 ↗(On Diff #179704)

// UNSUPPORTED: linux, freebsd, solaris, darwin

krytarowski accepted this revision.Dec 29 2018, 11:51 AM
krytarowski added inline comments.
test/sanitizer_common/TestCases/NetBSD/funopen2.cc
2 ↗(On Diff #179704)

Ah, it's already in NetBSD/, so it's fine.

This revision is now accepted and ready to land.Dec 29 2018, 11:51 AM
mgorny marked 2 inline comments as done.Dec 29 2018, 1:20 PM
mgorny updated this revision to Diff 179713.Dec 29 2018, 2:49 PM

Added assertions for fileno() returning -1.

This revision was automatically updated to reflect the committed changes.