[erlang-bugs] Eunit Possibly Failing Under Windows

Larry Jones mrwizard82d1@REDACTED
Thu Apr 30 01:43:21 CEST 2009


When I try to run eunit tests on Windows (XP SP2) using erlang 5.7.1, I keep receiving the following  error:
$ erl -noshell -s eunit test reverse_test -s init stop
reverse_test: reverse_test (module 'reverse_test')...*skipped*
undefined
*unexpected termination of test process*
::{badarg,[{io,put_chars,[<0.32.0>,unicode,<<>>]},
           {eunit_proc,handle_test,2},
           {eunit_proc,tests_inorder,3},
           {eunit_proc,with_timeout,3},
           {eunit_proc,run_group,2},
           {eunit_proc,child_process,2}]}

=======================================================
  Failed: 0.  Skipped: 0.  Passed: 0.
One or more tests were cancelled.

I've attached the file the produces this error.

I think I'm doing everything correctly - but I've been known to fail before :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: reverse_test.erl
Type: application/octet-stream
Size: 111 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20090429/accc2afb/attachment.obj>


More information about the erlang-bugs mailing list