Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-11 | Use binary:copy/2 when generating largish data in test suites | Anders Svensson | |
Faster than lists:duplicate/2. | |||
2015-06-22 | Merge branch 'bruce/change-license' | Bruce Yinhe | |
OTP-12845 * bruce/change-license: fix errors caused by changed line numbers Change license text to APLv2 | |||
2015-06-19 | Decrease unnecessarily long testsuite timetraps | Anders Svensson | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-02-20 | Add gen_tcp testcase that fails sporadically | Anders Svensson | |
On OS X at least. The testcase opens a listening socket, spawns 8 processes that call gen_tcp:accept/1, waits a couple of seconds, and then spawns 8 processes that call gen_tcp:connect/3. Some of these occasionally return {error, econnreset}. | |||
2013-04-15 | Add gen_tcp suite | Anders Svensson | |
This is initially to identify the source of some flakiness on Windows. |