These checks appear linux-specific, disable them on darwin, at
least for now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I would slightly prefer to have a Linux/ subdirectory with Linux-specific tests. Are there more tests that will need to be skipped on Darwin? If not, the using UNSUPPORTED works as well.
Comment Actions
Yeah, there are a few more - tests using dlopen() without dlclose() and fork() without exec()
Comment Actions
I can combine all of those diffs into a single patch to move things to a new directory, and leave this one as just the code-change portion.