summaryrefslogtreecommitdiffhomepage
path: root/test/mruby_io_test.c
AgeCommit message (Collapse)Author
2016-05-12Create socket in /tmp for securityEric Hodel
Some systems do not allow UNIX sockets from arbitrary directories. Instead of trying to `#define SOCKET_PATH` correctly I assume the /tmp/ directory is accessible and use it.
2016-05-12Include reason in test failure messageEric Hodel
I am seeing this test fail in some environments but can't determine why. The extra information will help me determine the reason bind(2) is failing.
2015-12-02fix tests for Win: use binary modetakahashim
2015-12-02build on Win32takahashim
2014-04-21more tests.Tomoyuki Sahara
2014-04-05Don't ignore the return value of symlink().Masaki Muranaka
2013-09-26remove duplicated white spaces.Tomoyuki Sahara
2013-09-25Catch up with API changes on mrb_intern() -> mrb_intern_cstr()Paolo Bosetti
2013-08-08tests for File.socket? and File.symlink?Tomoyuki Sahara
2013-05-12Use mkstemp instead of mktemp.Akira Yumiyama
2013-04-27put MRB_ prefix before ARGS_XXX macrosAkira Yumiyama
2013-04-01initial commitAkira Yumiyama