membarrier-rs icon indicating copy to clipboard operation
membarrier-rs copied to clipboard

Test sys_membarrier

Open jeehoonkang opened this issue 7 years ago • 3 comments

Travis CI doesn't support Linux 4.14+, so we cannot properly test --features linux_membarrier in Travis.

They support Ubuntu 14.04, and it seems they have no plan to upgrade the Linux image: https://github.com/travis-ci/travis-ci/issues/5821

jeehoonkang avatar Mar 28 '18 15:03 jeehoonkang

We can't do much about this, but a fallback for older Linux kernels (see #3) would at least make tests run on Linux.

ghost avatar Nov 12 '18 12:11 ghost

Not much to do here. At least now tests pass on Travis. Close the issue?

ghost avatar Nov 13 '18 16:11 ghost

I changed the issue name to reflect my intention more clearly. IMO, the issue here is that our CI doesn't test sys_membarrier at all...

jeehoonkang avatar Nov 14 '18 00:11 jeehoonkang