Commit | Line | Data |
---|---|---|
7e965616 PB |
1 | Wed Jun 7 17:52:38 1995 Per Bothner <bothner@kalessin.cygnus.com> |
2 | ||
3 | * chillvars.ch (xptr): Declare new variable. | |
4 | * chillvars.exp (test_ptr): New function to test EXPR->MODENAME. | |
5 | ||
09dde100 PB |
6 | Tue Mar 28 17:13:13 1995 Per Bothner <bothner@kalessin.cygnus.com> |
7 | ||
8 | * pr-6632.ch, pr-6632-grt.ch, pr-6632.exp, Makefile.in: New test case. | |
9 | ||
c8de4c8b JK |
10 | Tue Mar 21 12:10:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com) |
11 | ||
12 | * tuples.exp (do_tests): Make names of "print v_ps" test unique. | |
13 | ||
5e8ade23 JK |
14 | Wed Mar 8 13:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com) |
15 | ||
16 | * *.exp: Skip all tests silently if skip_chill_tests returns true. | |
17 | ||
18 | * misc.exp: Remove reference to non-existent variable passcount. | |
19 | ||
34410e95 PB |
20 | Tue Mar 7 19:30:05 1995 Per Bothner <bothner@kalessin.cygnus.com> |
21 | ||
22 | * string.ch, string.exp, Makefile.in: New test case. | |
23 | ||
3654c067 PB |
24 | Mon Mar 6 14:11:01 1995 Per Bothner <bothner@kalessin.cygnus.com> |
25 | ||
26 | * tuples.ch (setnmode); New module. | |
27 | * tuples.exp: Add some extra tests. | |
28 | ||
374887b4 PB |
29 | Sat Mar 4 15:16:17 1995 Per Bothner <bothner@kalessin.cygnus.com> |
30 | ||
31 | * callch.ch, callch.exp, Makefile.in: New test case. | |
32 | ||
ff0a7ea5 JK |
33 | Thu Mar 2 06:17:41 1995 Jim Kingdon (kingdon@lioth.cygnus.com) |
34 | ||
35 | * misc.exp: If executable does not exist, issue warning and skip | |
36 | remaining tests, like other chill tests. | |
37 | ||
1a0a9728 PB |
38 | Wed Mar 1 20:28:42 1995 Per Bothner <bothner@kalessin.cygnus.com> |
39 | ||
40 | * misc.ch, misc.exp, Makefile.in: New test case. | |
41 | ||
9fa34324 PB |
42 | Mon Feb 20 16:19:58 1995 Per Bothner <bothner@kalessin.cygnus.com> |
43 | ||
44 | * chillvars.ch: Add missing INIT's. | |
45 | * chillvars.exp: Allow builtin types as either case. E.g. (BOOL|bool). | |
1b5cdb7e | 46 | * pr-5016.exp: Likewise. |
9fa34324 | 47 | |
2dac71f5 PB |
48 | Sun Feb 12 11:26:08 1995 Per Bothner <bothner@kalessin.cygnus.com> |
49 | ||
50 | * pr-6292.ch, pr-6292.exp, Makefile.in: New test case. | |
51 | ||
adad95c0 PB |
52 | Wed Feb 1 13:09:48 1995 Per Bothner <bothner@kalessin.cygnus.com> |
53 | ||
54 | * tuples.ch, tuples.exp, Makefile.in: New test case. | |
55 | ||
a36c3ee1 PB |
56 | Mon Nov 28 18:39:08 1994 Per Bothner <bothner@kalessin.cygnus.com> |
57 | ||
58 | * pr-5984.ch, pr-5984.exp, Makefile.in: New test case. | |
59 | ||
ab8b59f4 PB |
60 | Fri Sep 16 16:55:03 1994 Per Bothner (bothner@kalessin.cygnus.com) |
61 | ||
87846d8a | 62 | * pr-5646.ch, pr-5646-grt.ch, pr-5646.exp, Makefile.in: New testcase. |
ab8b59f4 PB |
63 | |
64 | Tue Sep 6 13:21:27 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
65 | ||
66 | * pr-5016.ch, pr-5016.exp, Makefile.in: New testcase. | |
67 | * Makefile.in (.exe.check): New rule, to run just one test. | |
68 | ||
ccda44f9 PB |
69 | Tue Jun 14 16:20:18 1994 Per Bothner (bothner@kalessin.cygnus.com) |
70 | ||
71 | * result.ch, result.exp, Makefile.in: New test case. | |
72 | * pr-4975.ch, pr-4975-grt.ch, pr-4975.exp, Makefile.in: Ditto. | |
73 | ||
d1a390dc PB |
74 | Thu Jun 9 15:20:43 1994 Per Bothner (bothner@kalessin.cygnus.com) |
75 | ||
76 | * pr-5022.ch, pr-5022.exp: New testcase. | |
77 | * chillvars.exp: Remove spurious newline. | |
78 | ||
79 | * Makefile.in: Bunch of fixes so it actually works in this | |
80 | directory. (E.g. add extra ../ where needed.) | |
81 | Also, add .exe to executables, so we can use suffix rules. | |
82 | * chexp.exp (test_print_reject): Update syntax error message. | |
83 | * chillvars.ch (module PR_5020): Moved from here ... | |
84 | * pr-5022.ch: ... to this new file. | |
85 | * chillvars.exp, pr-5020.exp (binfile): Add .exe extension. | |
86 | * chillvars.exp, pr-5020.exp: Don't check all_flag. | |
87 | * pr-5020.exp: Add more tests; fix "print y pretty" output. |