-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
This is really about the #231 PR. However, since the current master doesnt build, there is no way to reproduce test errors there.
On #231, commit 6dd5782, the run_tests completes successfully on travis. However, on my local test box the same test fails, with lots of messages like
timer_tests.short_intervals
/home/mk/cxx-serial/cxx-serial/tests/unit/unix_timer_tests.cc:24: Failure
The difference between r+1 and 0 is 11, which exceeds 1, where
r+1 evaluates to -11,
0 evaluates to 0, and
1 evaluates to 1.
My local box is pretty fast, a Ryzen 7 gen3. OTOH, the Debian machine I use for testing is a vm under VirtualBox.
But then again, I guess the travis build also runs on a vm.
Metadata
Metadata
Assignees
Labels
No labels