help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [PATCH 2/3] sockets: Add a testcase to test invalid inp


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] [PATCH 2/3] sockets: Add a testcase to test invalid input
Date: Fri, 04 Feb 2011 22:28:05 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b2 Thunderbird/3.1.7

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  <address@hidden>

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

2011-02-04  Holger Hans Peter Freyther  <address@hidden>

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

Signed-off-by: Holger Hans Peter Freyther <address@hidden>
---
 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


Attachment: 0002-sockets-Add-a-testcase-to-test-invalid-input.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]