summaryrefslogtreecommitdiffstats
path: root/tests/winDde.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7. Add "ilp32" build flagjan.nijtmans2021-05-261-1/+2
|\
| * Respect TIP #587 in dde test-cases.jan.nijtmans2021-05-141-1/+2
| |
* | Remove "testpurify" and "testdebug" test commandsjan.nijtmans2021-04-291-1/+1
| |
* | Merge 8.7. Undo 2 unnecessary signature changesjan.nijtmans2021-02-281-1/+1
|\ \ | |/
* | Merge 8.7jan.nijtmans2021-01-281-2/+2
|\ \ | |/
| * TIP #590 follow-up: Restore 2nd 'load' argument in dde/registry ↵jan.nijtmans2021-01-061-2/+2
| | | | | | | | | | pkgIndex.tcl. Otherwise those pkgIndex.tcl files no longer work in a Tcl 8.6 environment. dde -> 1.4.4, registry -> 1.3.6 (to stop all confusion about the difference to Tcl 8.6.11)
* | Merge 8.7jan.nijtmans2020-12-131-4/+4
|\ \ | |/
| * TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
| |\
| | * Fix testcases on Windows. Use more "info loaded" as appropriatejan.nijtmans2020-11-241-1/+1
| | |
| * | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
| | |
| * | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-1/+1
| |/ | | | | | | whenever reasonable.
| * Merge 8.6dkf2020-11-161-1/+1
| |\
| * \ Merge 8.6jan.nijtmans2020-11-061-2/+2
| |\ \ | | |/
| | * Add MSVC "StaticPackage" build to travis. Fix another bug in winDde.test ↵jan.nijtmans2020-11-061-2/+2
| | | | | | | | | | | | which didn't account for statically loaded dde package.
* | | Merge 8.7jan.nijtmans2020-10-301-3/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-10-301-3/+3
| |\ \ | | |/
| | * Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-301-3/+3
| | |
* | | Merge 8.7jan.nijtmans2020-10-161-1/+2
|\ \ \ | |/ /
| * | Fix env.test when running under wine on Linux. jan.nijtmans2020-10-161-1/+2
| | | | | | | | | Mark other tests with "notWine", which fail currently under wine
* | | Merge 8.7jan.nijtmans2020-09-291-1/+1
|/ /
* | Merge 8.6jan.nijtmans2020-09-251-2/+2
|\ \ | |/
| * It's "utf-8", not "utf8" or "UTF8"jan.nijtmans2020-09-251-2/+2
| |
* | Merge 8.6jan.nijtmans2020-09-041-3/+2
|\ \ | |/
| * Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-2/+2
|/ | | | tcltest 2.5, since we never test with earlier tcltest versions
* TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-89/+89
|
* Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-261-2/+2
| | | Make tclWinReg.c compilable with C++ compiler. registry -> 1.3.5
* Bump to dde 1.4.2 and registry 1.3.4.dgp2019-10-211-2/+2
|
* tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-120/+170
|
* Bug [3549770]: Multiple test failures running tcltest outside build treejan.nijtmans2012-07-281-12/+5
|
* [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-281-9/+10
|
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ | | | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | more harm than good. Purged them.
| * * tests/winDde.test: Added some waits to the dde server script topatthoyts2005-06-211-32/+40
| | | | | | | | | | | | let event processing run after we create the dde server and before we exit the server process. This avoids 'server did not respond' errors.
| * Fixed dde -async test.patthoyts2004-06-151-1/+2
| |
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
| |
* | * tests/winDde.test: Fixed broken test result.patthoyts2005-01-051-2/+2
| |
* | Oops! <:^)dkf2004-12-011-2/+2
| |
* | Fix reported problems with tests for dde error messages. Also use more tcltest2dkf2004-12-011-81/+60
| | | | | | | | features to reduce [catch] count...
* | * tests/registry.test: Fixed test files to load the correctdavygrvy2004-10-271-34/+29
| | | | | | | | | | | | | | | | | | * tests/winDde.test: registry and dde packages by using the info * win/Makefile.in: from makefiles to tell tcltest where to load * win/makefile.vc: them from. This avoids grabbing the wrong package from $auto_path which might be the install point rather than the dev location. Kudos to Jennifer Hom for adding -load and -loadfile to the tcltest package. [Bug 926088]
* | Add update to let the async events workpatthoyts2004-06-231-1/+2
| |
* | * tests/winDde.test (createChildProcess): Added a 200-ms delayKevin B Kenny2004-06-231-2/+6
| | | | | | | | | | | | | | (with the event loop live) when shutting down the test DDE server process, With the delay in place, nuisance failures of tests winDde-4.2, -6.5, and -6.6 appear to be much less frequent. [Bug #957449]
* | Standardize some use of test constraints onto names that are documenteddkf2004-06-231-44/+44
| |
* | Massive test cleanup; all tests are run, and constraints are used where ↵dkf2004-05-191-380/+242
| | | | | | | | necessary.
* | * tests/reg.test: Corrected duplicate test names.dgp2003-10-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * tests/resource.test: [Bugs 710370, 710358] * tests/dict.test: * tests/dict.test: Updated [package require tcltest] lines to * tests/fileSystem.test: indiciate that these test files * tests/lrepeat.test: use features of tcltest 2. [Bug 706114] * tests/notify.test: * tests/parseExpr.test: * tests/unixNotfy.test: * tests/winDde.test:
* | * doc/dde.n: Committed TIP #135 which changes thepatthoyts2003-06-231-11/+23
| | | | | | | | | | | | * win/tclWinDde.c: -exact option to -force. Also cleaned * tests/winDde.test: a bug in the tests. * library/dde/pkgIndex.tcl: Incremented version to 1.2.5
* | * doc/dde.n: Committed TIP #120 which provides thepatthoyts2003-06-231-10/+254
| | | | | | | | | | | | * win/tclWinDde.c: dde package for safe interpreters. * tests/winDde.test: Incremented package version to 1.2.4 * library/dde/pkgIndex.tcl:
* | * doc/dde.n: Updated documentation re TIP #130.patthoyts2003-05-161-70/+120
| | | | | | | | | | * tests/winDde.test: Applied patch for [Bug 738929] by KKB and changed to new-style tests.
* | * library/dde/pkgIndex.tcl: Applied TIP #130 which providespatthoyts2003-05-161-19/+140
| | | | | | | | | | * tests/winDde.test: for unique dde server names. Added * win/tclWinDde.c: some more tests. Fixes [Bug 219293]
* | * win/tclWinDde.c: Make dde services conform the the documentationpatthoyts2003-03-221-5/+12
|/ | | | | | | | | such that giving only a topic name really returns all services with that topic. [Bug 219155] Prevent hangup caused by dde server applications failing to process messages [Bug 707822] * tests/winDde.test: Corrected labels and added a test for search by topic name.
* * tests/winDde.test:hobbs2003-01-161-1/+5
| | | | | | * win/tclWinDde.c (Tcl_DdeObjCmd): Prevent crash when empty service name is passed to 'dde eval' and goto errorNoResult in request and poke error cases to free up any allocated data.