Overview
Comment: | disabled failing remote server div-by-zero test |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d971efad8006ed59dcb2f95414bbb27c |
User & Date: | aborr on 2000-06-07 02:31:15 |
Other Links: | manifest | tags |
Context
2000-06-07
| ||
17:44 | this file now has both OpenSSL and BSAFE versions of each test check-in: 1cdb251f75 user: aborr tags: trunk | |
02:31 | disabled failing remote server div-by-zero test check-in: d971efad80 user: aborr tags: trunk | |
01:32 | remove port conflict with remote server check-in: aa5cde54c8 user: aborr tags: trunk | |
Changes
Modified tests/tlsIO.test from [82184bb27c] to [8fe9376cff].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + | # Commands tested in this file: socket. # # This file contains a collection of tests for one or more of the Tcl # built-in commands. Sourcing this file into Tcl runs the tests and # generates output for errors. No output means no errors were found. # # Copyright (c) 1994-1996 Sun Microsystems, Inc. # Copyright (c) 1998-2000 Ajuba Solutions. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # |
︙ | |||
1512 1513 1514 1515 1516 1517 1518 | 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 | - + | vwait x after cancel $timer close $s rename bgerror {} set x } {{divide by zero}} |
︙ |