[PATCH 2/4] sockets: Add a testcase to test invalid input

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[PATCH 2/4] sockets: Add a testcase to test invalid input

Holger Freyther

This test is simply testing if the VM is crashing or not. There
is no open network socket. So all the syscalls should fail immediately.

2011-02-04  Holger Hans Peter Freyther  <[hidden email]>

        * tests/testsuite.at: Add the Sockets test.

2011-02-04  Holger Hans Peter Freyther  <[hidden email]>

        * package.xml: Add test section.
        * UnitTest.st: Add SUnit based testcase.

Signed-off-by: Holger Hans Peter Freyther <[hidden email]>
---
 ChangeLog                    |    4 +++
 packages/sockets/ChangeLog   |    5 ++++
 packages/sockets/UnitTest.st |   53 ++++++++++++++++++++++++++++++++++++++++++
 packages/sockets/package.xml |    6 ++++
 tests/testsuite.at           |    1 +
 5 files changed, 69 insertions(+), 0 deletions(-)
 create mode 100644 packages/sockets/UnitTest.st



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

0002-sockets-Add-a-testcase-to-test-invalid-input.patch (3K) Download Attachment