From d7f7197fd1b0e06098379fad6cc1adbe69c442e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 24 Jan 2006 21:58:29 +0000 Subject: tests whether the "help"-message crashes an object (esp. on w32) svn path=/trunk/externals/zexy/; revision=4485 --- tests/help-msg/0x260x260x7e.pd | 14 ++++++++++++++ tests/help-msg/0x2e.pd | 14 ++++++++++++++ tests/help-msg/0x3c0x7e.pd | 14 ++++++++++++++ tests/help-msg/0x3d0x3d0x7e.pd | 14 ++++++++++++++ tests/help-msg/0x3e0x7e.pd | 14 ++++++++++++++ tests/help-msg/0x7c0x7c0x7e.pd | 14 ++++++++++++++ tests/help-msg/a2l.pd | 14 ++++++++++++++ tests/help-msg/absgn~.pd | 14 ++++++++++++++ tests/help-msg/abs~.pd | 14 ++++++++++++++ tests/help-msg/atoi.pd | 14 ++++++++++++++ tests/help-msg/avg~.pd | 14 ++++++++++++++ tests/help-msg/blockmirror~.pd | 14 ++++++++++++++ tests/help-msg/blockswap~.pd | 14 ++++++++++++++ tests/help-msg/date.pd | 14 ++++++++++++++ tests/help-msg/demultiplex.pd | 14 ++++++++++++++ tests/help-msg/demultiplex~.pd | 14 ++++++++++++++ tests/help-msg/dfreq~.pd | 14 ++++++++++++++ tests/help-msg/dirac~.pd | 14 ++++++++++++++ tests/help-msg/drip.pd | 14 ++++++++++++++ tests/help-msg/envrms~.pd | 14 ++++++++++++++ tests/help-msg/fifop.pd | 14 ++++++++++++++ tests/help-msg/glue.pd | 14 ++++++++++++++ tests/help-msg/index.pd | 14 ++++++++++++++ tests/help-msg/length.pd | 14 ++++++++++++++ tests/help-msg/lifop.pd | 14 ++++++++++++++ tests/help-msg/limiter~.pd | 14 ++++++++++++++ tests/help-msg/list2int.pd | 14 ++++++++++++++ tests/help-msg/list2symbol.pd | 14 ++++++++++++++ tests/help-msg/lister.pd | 14 ++++++++++++++ tests/help-msg/lpt.pd | 14 ++++++++++++++ tests/help-msg/makesymbol.pd | 14 ++++++++++++++ tests/help-msg/mavg.pd | 14 ++++++++++++++ tests/help-msg/minmax.pd | 14 ++++++++++++++ tests/help-msg/msgfile.pd | 14 ++++++++++++++ tests/help-msg/multiline~.pd | 14 ++++++++++++++ tests/help-msg/multiplex.pd | 14 ++++++++++++++ tests/help-msg/multiplex~.pd | 14 ++++++++++++++ tests/help-msg/niagara.pd | 14 ++++++++++++++ tests/help-msg/noish~.pd | 14 ++++++++++++++ tests/help-msg/noisi~.pd | 14 ++++++++++++++ tests/help-msg/operating_system.pd | 14 ++++++++++++++ tests/help-msg/packel.pd | 14 ++++++++++++++ tests/help-msg/pack~.pd | 14 ++++++++++++++ tests/help-msg/pdf~.pd | 14 ++++++++++++++ tests/help-msg/prime.pd | 14 ++++++++++++++ tests/help-msg/quantize~.pd | 14 ++++++++++++++ tests/help-msg/regex.pd | 14 ++++++++++++++ tests/help-msg/relay.pd | 14 ++++++++++++++ tests/help-msg/repack.pd | 14 ++++++++++++++ tests/help-msg/repeat.pd | 14 ++++++++++++++ tests/help-msg/sfplay.pd | 14 ++++++++++++++ tests/help-msg/sfrecord.pd | 14 ++++++++++++++ tests/help-msg/sgn~.pd | 14 ++++++++++++++ tests/help-msg/sigzero~.pd | 14 ++++++++++++++ tests/help-msg/sort.pd | 14 ++++++++++++++ tests/help-msg/step~.pd | 14 ++++++++++++++ tests/help-msg/strcmp.pd | 14 ++++++++++++++ tests/help-msg/sum.pd | 14 ++++++++++++++ tests/help-msg/swap~.pd | 14 ++++++++++++++ tests/help-msg/symbol2list.pd | 14 ++++++++++++++ tests/help-msg/tabdump.pd | 14 ++++++++++++++ tests/help-msg/tabminmax.pd | 14 ++++++++++++++ tests/help-msg/tabset.pd | 14 ++++++++++++++ tests/help-msg/tavg~.pd | 14 ++++++++++++++ tests/help-msg/time.pd | 14 ++++++++++++++ tests/help-msg/unpack~.pd | 14 ++++++++++++++ tests/help-msg/urn.pd | 14 ++++++++++++++ tests/help-msg/wrap.pd | 14 ++++++++++++++ tests/help-msg/zexy.pd | 14 ++++++++++++++ tests/help-msg/z~.pd | 14 ++++++++++++++ 70 files changed, 980 insertions(+) create mode 100644 tests/help-msg/0x260x260x7e.pd create mode 100644 tests/help-msg/0x2e.pd create mode 100644 tests/help-msg/0x3c0x7e.pd create mode 100644 tests/help-msg/0x3d0x3d0x7e.pd create mode 100644 tests/help-msg/0x3e0x7e.pd create mode 100644 tests/help-msg/0x7c0x7c0x7e.pd create mode 100644 tests/help-msg/a2l.pd create mode 100644 tests/help-msg/absgn~.pd create mode 100644 tests/help-msg/abs~.pd create mode 100644 tests/help-msg/atoi.pd create mode 100644 tests/help-msg/avg~.pd create mode 100644 tests/help-msg/blockmirror~.pd create mode 100644 tests/help-msg/blockswap~.pd create mode 100644 tests/help-msg/date.pd create mode 100644 tests/help-msg/demultiplex.pd create mode 100644 tests/help-msg/demultiplex~.pd create mode 100644 tests/help-msg/dfreq~.pd create mode 100644 tests/help-msg/dirac~.pd create mode 100644 tests/help-msg/drip.pd create mode 100644 tests/help-msg/envrms~.pd create mode 100644 tests/help-msg/fifop.pd create mode 100644 tests/help-msg/glue.pd create mode 100644 tests/help-msg/index.pd create mode 100644 tests/help-msg/length.pd create mode 100644 tests/help-msg/lifop.pd create mode 100644 tests/help-msg/limiter~.pd create mode 100644 tests/help-msg/list2int.pd create mode 100644 tests/help-msg/list2symbol.pd create mode 100644 tests/help-msg/lister.pd create mode 100644 tests/help-msg/lpt.pd create mode 100644 tests/help-msg/makesymbol.pd create mode 100644 tests/help-msg/mavg.pd create mode 100644 tests/help-msg/minmax.pd create mode 100644 tests/help-msg/msgfile.pd create mode 100644 tests/help-msg/multiline~.pd create mode 100644 tests/help-msg/multiplex.pd create mode 100644 tests/help-msg/multiplex~.pd create mode 100644 tests/help-msg/niagara.pd create mode 100644 tests/help-msg/noish~.pd create mode 100644 tests/help-msg/noisi~.pd create mode 100644 tests/help-msg/operating_system.pd create mode 100644 tests/help-msg/packel.pd create mode 100644 tests/help-msg/pack~.pd create mode 100644 tests/help-msg/pdf~.pd create mode 100644 tests/help-msg/prime.pd create mode 100644 tests/help-msg/quantize~.pd create mode 100644 tests/help-msg/regex.pd create mode 100644 tests/help-msg/relay.pd create mode 100644 tests/help-msg/repack.pd create mode 100644 tests/help-msg/repeat.pd create mode 100644 tests/help-msg/sfplay.pd create mode 100644 tests/help-msg/sfrecord.pd create mode 100644 tests/help-msg/sgn~.pd create mode 100644 tests/help-msg/sigzero~.pd create mode 100644 tests/help-msg/sort.pd create mode 100644 tests/help-msg/step~.pd create mode 100644 tests/help-msg/strcmp.pd create mode 100644 tests/help-msg/sum.pd create mode 100644 tests/help-msg/swap~.pd create mode 100644 tests/help-msg/symbol2list.pd create mode 100644 tests/help-msg/tabdump.pd create mode 100644 tests/help-msg/tabminmax.pd create mode 100644 tests/help-msg/tabset.pd create mode 100644 tests/help-msg/tavg~.pd create mode 100644 tests/help-msg/time.pd create mode 100644 tests/help-msg/unpack~.pd create mode 100644 tests/help-msg/urn.pd create mode 100644 tests/help-msg/wrap.pd create mode 100644 tests/help-msg/zexy.pd create mode 100644 tests/help-msg/z~.pd (limited to 'tests') diff --git a/tests/help-msg/0x260x260x7e.pd b/tests/help-msg/0x260x260x7e.pd new file mode 100644 index 0000000..4b6ce12 --- /dev/null +++ b/tests/help-msg/0x260x260x7e.pd @@ -0,0 +1,14 @@ +#N canvas 341 512 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [0x260x260x7e] crashes when a "help"-message +is sent; +#X obj 113 214 &&~; +#X connect 0 0 2 0; +#X connect 2 0 3 0; +#X connect 2 1 4 0; +#X connect 3 0 1 0; +#X connect 4 0 6 0; diff --git a/tests/help-msg/0x2e.pd b/tests/help-msg/0x2e.pd new file mode 100644 index 0000000..f18564c --- /dev/null +++ b/tests/help-msg/0x2e.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [0x2e] crashes when a "help"-message is +sent; +#X obj 113 214 .; +#X connect 0 0 2 0; +#X connect 2 0 3 0; +#X connect 2 1 4 0; +#X connect 3 0 1 0; +#X connect 4 0 6 0; diff --git a/tests/help-msg/0x3c0x7e.pd b/tests/help-msg/0x3c0x7e.pd new file mode 100644 index 0000000..8801e63 --- /dev/null +++ b/tests/help-msg/0x3c0x7e.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [0x3c0x7e] crashes when a "help"-message +is sent; +#X obj 113 214 >~; +#X connect 0 0 2 0; +#X connect 2 0 3 0; +#X connect 2 1 4 0; +#X connect 3 0 1 0; +#X connect 4 0 6 0; diff --git a/tests/help-msg/0x3d0x3d0x7e.pd b/tests/help-msg/0x3d0x3d0x7e.pd new file mode 100644 index 0000000..fa58376 --- /dev/null +++ b/tests/help-msg/0x3d0x3d0x7e.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [0x3d0x3d0x7e] crashes when a "help"-message +is sent; +#X obj 113 214 ==~; +#X connect 0 0 2 0; +#X connect 2 0 3 0; +#X connect 2 1 4 0; +#X connect 3 0 1 0; +#X connect 4 0 6 0; diff --git a/tests/help-msg/0x3e0x7e.pd b/tests/help-msg/0x3e0x7e.pd new file mode 100644 index 0000000..22896e9 --- /dev/null +++ b/tests/help-msg/0x3e0x7e.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [0x3e0x7e] crashes when a "help"-message +is sent; +#X obj 113 214 <~; +#X connect 0 0 2 0; +#X connect 2 0 3 0; +#X connect 2 1 4 0; +#X connect 3 0 1 0; +#X connect 4 0 6 0; diff --git a/tests/help-msg/0x7c0x7c0x7e.pd b/tests/help-msg/0x7c0x7c0x7e.pd new file mode 100644 index 0000000..01a642e --- /dev/null +++ b/tests/help-msg/0x7c0x7c0x7e.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [0x7c0x7c0x7e] crashes when a "help"-message +is sent; +#X obj 113 214 ||~; +#X connect 0 0 2 0; +#X connect 2 0 3 0; +#X connect 2 1 4 0; +#X connect 3 0 1 0; +#X connect 4 0 6 0; diff --git a/tests/help-msg/a2l.pd b/tests/help-msg/a2l.pd new file mode 100644 index 0000000..0cdfd91 --- /dev/null +++ b/tests/help-msg/a2l.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 a2l; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [a2l] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/absgn~.pd b/tests/help-msg/absgn~.pd new file mode 100644 index 0000000..a446e5c --- /dev/null +++ b/tests/help-msg/absgn~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 absgn~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [absgn~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/abs~.pd b/tests/help-msg/abs~.pd new file mode 100644 index 0000000..db304bf --- /dev/null +++ b/tests/help-msg/abs~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 abs~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [abs~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/atoi.pd b/tests/help-msg/atoi.pd new file mode 100644 index 0000000..609de09 --- /dev/null +++ b/tests/help-msg/atoi.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 atoi; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [atoi] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/avg~.pd b/tests/help-msg/avg~.pd new file mode 100644 index 0000000..8c0b41d --- /dev/null +++ b/tests/help-msg/avg~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 avg~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [avg~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/blockmirror~.pd b/tests/help-msg/blockmirror~.pd new file mode 100644 index 0000000..c90a35e --- /dev/null +++ b/tests/help-msg/blockmirror~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 blockmirror~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [blockmirror~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/blockswap~.pd b/tests/help-msg/blockswap~.pd new file mode 100644 index 0000000..7ecbe3b --- /dev/null +++ b/tests/help-msg/blockswap~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 blockswap~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [blockswap~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/date.pd b/tests/help-msg/date.pd new file mode 100644 index 0000000..da8b5e9 --- /dev/null +++ b/tests/help-msg/date.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 date; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [date] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/demultiplex.pd b/tests/help-msg/demultiplex.pd new file mode 100644 index 0000000..2c8b4b8 --- /dev/null +++ b/tests/help-msg/demultiplex.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 demultiplex; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [demultiplex] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/demultiplex~.pd b/tests/help-msg/demultiplex~.pd new file mode 100644 index 0000000..709bee4 --- /dev/null +++ b/tests/help-msg/demultiplex~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 demultiplex~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [demultiplex~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/dfreq~.pd b/tests/help-msg/dfreq~.pd new file mode 100644 index 0000000..7e1aa1c --- /dev/null +++ b/tests/help-msg/dfreq~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 dfreq~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [dfreq~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/dirac~.pd b/tests/help-msg/dirac~.pd new file mode 100644 index 0000000..29ddf85 --- /dev/null +++ b/tests/help-msg/dirac~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 dirac~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [dirac~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/drip.pd b/tests/help-msg/drip.pd new file mode 100644 index 0000000..2c719c4 --- /dev/null +++ b/tests/help-msg/drip.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 drip; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [drip] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/envrms~.pd b/tests/help-msg/envrms~.pd new file mode 100644 index 0000000..bf7c075 --- /dev/null +++ b/tests/help-msg/envrms~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 envrms~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [envrms~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/fifop.pd b/tests/help-msg/fifop.pd new file mode 100644 index 0000000..badb7a4 --- /dev/null +++ b/tests/help-msg/fifop.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 fifop; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [fifop] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/glue.pd b/tests/help-msg/glue.pd new file mode 100644 index 0000000..45dd262 --- /dev/null +++ b/tests/help-msg/glue.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 glue; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [glue] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/index.pd b/tests/help-msg/index.pd new file mode 100644 index 0000000..982bc4c --- /dev/null +++ b/tests/help-msg/index.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 index; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [index] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/length.pd b/tests/help-msg/length.pd new file mode 100644 index 0000000..97c0383 --- /dev/null +++ b/tests/help-msg/length.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 length; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [length] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/lifop.pd b/tests/help-msg/lifop.pd new file mode 100644 index 0000000..4347c6e --- /dev/null +++ b/tests/help-msg/lifop.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 lifop; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [lifop] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/limiter~.pd b/tests/help-msg/limiter~.pd new file mode 100644 index 0000000..fc9b79a --- /dev/null +++ b/tests/help-msg/limiter~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 limiter~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [limiter~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/list2int.pd b/tests/help-msg/list2int.pd new file mode 100644 index 0000000..d7b6fda --- /dev/null +++ b/tests/help-msg/list2int.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 list2int; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [list2int] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/list2symbol.pd b/tests/help-msg/list2symbol.pd new file mode 100644 index 0000000..f36c1e2 --- /dev/null +++ b/tests/help-msg/list2symbol.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 list2symbol; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [list2symbol] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/lister.pd b/tests/help-msg/lister.pd new file mode 100644 index 0000000..d1dd8ef --- /dev/null +++ b/tests/help-msg/lister.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 lister; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [lister] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/lpt.pd b/tests/help-msg/lpt.pd new file mode 100644 index 0000000..c5eac37 --- /dev/null +++ b/tests/help-msg/lpt.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 lpt; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [lpt] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/makesymbol.pd b/tests/help-msg/makesymbol.pd new file mode 100644 index 0000000..84dbbab --- /dev/null +++ b/tests/help-msg/makesymbol.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 makesymbol; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [makesymbol] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/mavg.pd b/tests/help-msg/mavg.pd new file mode 100644 index 0000000..8a5047c --- /dev/null +++ b/tests/help-msg/mavg.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 mavg; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [mavg] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/minmax.pd b/tests/help-msg/minmax.pd new file mode 100644 index 0000000..ce71ac4 --- /dev/null +++ b/tests/help-msg/minmax.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 minmax; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [minmax] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/msgfile.pd b/tests/help-msg/msgfile.pd new file mode 100644 index 0000000..0e5d8c8 --- /dev/null +++ b/tests/help-msg/msgfile.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 msgfile; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [msgfile] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/multiline~.pd b/tests/help-msg/multiline~.pd new file mode 100644 index 0000000..42ffba0 --- /dev/null +++ b/tests/help-msg/multiline~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 multiline~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [multiline~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/multiplex.pd b/tests/help-msg/multiplex.pd new file mode 100644 index 0000000..ff83297 --- /dev/null +++ b/tests/help-msg/multiplex.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 multiplex; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [multiplex] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/multiplex~.pd b/tests/help-msg/multiplex~.pd new file mode 100644 index 0000000..61f1ab2 --- /dev/null +++ b/tests/help-msg/multiplex~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 multiplex~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [multiplex~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/niagara.pd b/tests/help-msg/niagara.pd new file mode 100644 index 0000000..5ea405e --- /dev/null +++ b/tests/help-msg/niagara.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 niagara; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [niagara] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/noish~.pd b/tests/help-msg/noish~.pd new file mode 100644 index 0000000..483fa6b --- /dev/null +++ b/tests/help-msg/noish~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 noish~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [noish~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/noisi~.pd b/tests/help-msg/noisi~.pd new file mode 100644 index 0000000..b7b0d6b --- /dev/null +++ b/tests/help-msg/noisi~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 noisi~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [noisi~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/operating_system.pd b/tests/help-msg/operating_system.pd new file mode 100644 index 0000000..804bd22 --- /dev/null +++ b/tests/help-msg/operating_system.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 operating_system; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [operating_system] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/packel.pd b/tests/help-msg/packel.pd new file mode 100644 index 0000000..b92f681 --- /dev/null +++ b/tests/help-msg/packel.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 packel; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [packel] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/pack~.pd b/tests/help-msg/pack~.pd new file mode 100644 index 0000000..225c31d --- /dev/null +++ b/tests/help-msg/pack~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 pack~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [pack~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/pdf~.pd b/tests/help-msg/pdf~.pd new file mode 100644 index 0000000..9e09e1b --- /dev/null +++ b/tests/help-msg/pdf~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 pdf~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [pdf~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/prime.pd b/tests/help-msg/prime.pd new file mode 100644 index 0000000..fdf6d5f --- /dev/null +++ b/tests/help-msg/prime.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 prime; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [prime] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/quantize~.pd b/tests/help-msg/quantize~.pd new file mode 100644 index 0000000..17955e6 --- /dev/null +++ b/tests/help-msg/quantize~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 quantize~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [quantize~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/regex.pd b/tests/help-msg/regex.pd new file mode 100644 index 0000000..1ae4896 --- /dev/null +++ b/tests/help-msg/regex.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 regex; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [regex] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/relay.pd b/tests/help-msg/relay.pd new file mode 100644 index 0000000..1ad88d0 --- /dev/null +++ b/tests/help-msg/relay.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 relay; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [relay] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/repack.pd b/tests/help-msg/repack.pd new file mode 100644 index 0000000..e451f45 --- /dev/null +++ b/tests/help-msg/repack.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 repack; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [repack] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/repeat.pd b/tests/help-msg/repeat.pd new file mode 100644 index 0000000..0ffb534 --- /dev/null +++ b/tests/help-msg/repeat.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 repeat; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [repeat] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/sfplay.pd b/tests/help-msg/sfplay.pd new file mode 100644 index 0000000..fe7df5e --- /dev/null +++ b/tests/help-msg/sfplay.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 sfplay; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [sfplay] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/sfrecord.pd b/tests/help-msg/sfrecord.pd new file mode 100644 index 0000000..fc6291d --- /dev/null +++ b/tests/help-msg/sfrecord.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 sfrecord; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [sfrecord] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/sgn~.pd b/tests/help-msg/sgn~.pd new file mode 100644 index 0000000..056682a --- /dev/null +++ b/tests/help-msg/sgn~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 sgn~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [sgn~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/sigzero~.pd b/tests/help-msg/sigzero~.pd new file mode 100644 index 0000000..7637621 --- /dev/null +++ b/tests/help-msg/sigzero~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 sigzero~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [sigzero~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/sort.pd b/tests/help-msg/sort.pd new file mode 100644 index 0000000..bf41ad1 --- /dev/null +++ b/tests/help-msg/sort.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 sort; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [sort] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/step~.pd b/tests/help-msg/step~.pd new file mode 100644 index 0000000..2facfe1 --- /dev/null +++ b/tests/help-msg/step~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 step~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [step~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/strcmp.pd b/tests/help-msg/strcmp.pd new file mode 100644 index 0000000..174c1b5 --- /dev/null +++ b/tests/help-msg/strcmp.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 strcmp; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [strcmp] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/sum.pd b/tests/help-msg/sum.pd new file mode 100644 index 0000000..bd05880 --- /dev/null +++ b/tests/help-msg/sum.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 sum; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [sum] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/swap~.pd b/tests/help-msg/swap~.pd new file mode 100644 index 0000000..b6de21e --- /dev/null +++ b/tests/help-msg/swap~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 swap~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [swap~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/symbol2list.pd b/tests/help-msg/symbol2list.pd new file mode 100644 index 0000000..db821be --- /dev/null +++ b/tests/help-msg/symbol2list.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 symbol2list; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [symbol2list] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/tabdump.pd b/tests/help-msg/tabdump.pd new file mode 100644 index 0000000..3f96767 --- /dev/null +++ b/tests/help-msg/tabdump.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 tabdump; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [tabdump] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/tabminmax.pd b/tests/help-msg/tabminmax.pd new file mode 100644 index 0000000..8d5ff94 --- /dev/null +++ b/tests/help-msg/tabminmax.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 tabminmax; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [tabminmax] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/tabset.pd b/tests/help-msg/tabset.pd new file mode 100644 index 0000000..b97046f --- /dev/null +++ b/tests/help-msg/tabset.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 tabset; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [tabset] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/tavg~.pd b/tests/help-msg/tavg~.pd new file mode 100644 index 0000000..e831c55 --- /dev/null +++ b/tests/help-msg/tavg~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 tavg~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [tavg~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/time.pd b/tests/help-msg/time.pd new file mode 100644 index 0000000..ee2b273 --- /dev/null +++ b/tests/help-msg/time.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 time; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [time] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/unpack~.pd b/tests/help-msg/unpack~.pd new file mode 100644 index 0000000..a7f987b --- /dev/null +++ b/tests/help-msg/unpack~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 unpack~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [unpack~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/urn.pd b/tests/help-msg/urn.pd new file mode 100644 index 0000000..2c8403b --- /dev/null +++ b/tests/help-msg/urn.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 urn; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [urn] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/wrap.pd b/tests/help-msg/wrap.pd new file mode 100644 index 0000000..cba9923 --- /dev/null +++ b/tests/help-msg/wrap.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 wrap; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [wrap] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/zexy.pd b/tests/help-msg/zexy.pd new file mode 100644 index 0000000..44d3d58 --- /dev/null +++ b/tests/help-msg/zexy.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 zexy; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [zexy] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; diff --git a/tests/help-msg/z~.pd b/tests/help-msg/z~.pd new file mode 100644 index 0000000..cbee1c5 --- /dev/null +++ b/tests/help-msg/z~.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 z~; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [z~] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; -- cgit v1.2.1