jputcu / serialport

Cross platform haskell library for using the serial port
Other
43 stars 36 forks source link

serialport-0.4.7 test suite failure #25

Closed peti closed 9 years ago

peti commented 9 years ago

I'm getting the following error trying to run the test suite on Linux:

Running 1 test suites...
Test suite Tests: RUNNING...
Tests: user error (Pattern match failure in do expression at tests/Tests.hs:105:3-27)
Test suite Tests: FAIL

The complete build log is at http://hydra.cryp.to/build/496544/nixlog/1/raw.

jputcu commented 9 years ago

It is not clear from the output if you passed the same cabal test arguments as stated in README.md: cabal test --test-options="/dev/ttyACM0 /dev/ttyUSB0"? Both serial ports should link to an Arduino Leonardo with the correct firmware and FTDI breakout.

peti commented 9 years ago

ah, okay. We cannot satisfy these constraints. I guess we'll have to disable the test suite in NixOS then. Thank you for the quick response!