1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
Sat Nov 25 20:49:27 1995 Fred Fish <fnf@phydeaux.cygnus.com>
* pr-5016.exp: xfail "whatis i" for alpha-osf-dec-osf2*, same as linux.
Sun Oct 29 17:58:01 1995 Fred Fish <fnf@cygnus.com>
* pr-5016.exp: xfail "whatis i" for sparc-sun-sunos4*, same as linux.
Wed Oct 4 18:20:53 1995 Per Bothner <bothner@kalessin.cygnus.com>
* pr-8136.{ch,exp}, pr-8134.exp, func1.ch, Makefile.in: New test cases.
Wed Sep 27 11:51:50 1995 Per Bothner <bothner@kalessin.cygnus.com>
* tuples.ch. tuples.exp: Add new test for setting a variant record
using a tuple, and access the fields.
Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
* Update all FSF addresses except those in COPYING* files.
Thu Jul 27 20:36:30 1995 Fred Fish (fnf@cygnus.com)
* pr-5016.exp: xfail "i*86-*-linux*" for "whatis int-range"
test. Thinks it is "_cint" rather than "m_index".
* misc.exp: xfail "i*86-*-linux*" for "info line" test.
Line number is off by one.
Wed Jun 14 13:07:45 1995 Per Bothner <bothner@kalessin.cygnus.com>
* chillvars.exp, string.exp: New tests for LOWER/UPPER/LENGTH.
Wed Jun 7 17:52:38 1995 Per Bothner <bothner@kalessin.cygnus.com>
* chillvars.ch (xptr): Declare new variable.
* chillvars.exp (test_ptr): New function to test EXPR->MODENAME.
Tue Mar 28 17:13:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
* pr-6632.ch, pr-6632-grt.ch, pr-6632.exp, Makefile.in: New test case.
Tue Mar 21 12:10:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* tuples.exp (do_tests): Make names of "print v_ps" test unique.
Wed Mar 8 13:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* *.exp: Skip all tests silently if skip_chill_tests returns true.
* misc.exp: Remove reference to non-existent variable passcount.
Tue Mar 7 19:30:05 1995 Per Bothner <bothner@kalessin.cygnus.com>
* string.ch, string.exp, Makefile.in: New test case.
Mon Mar 6 14:11:01 1995 Per Bothner <bothner@kalessin.cygnus.com>
* tuples.ch (setnmode); New module.
* tuples.exp: Add some extra tests.
Sat Mar 4 15:16:17 1995 Per Bothner <bothner@kalessin.cygnus.com>
* callch.ch, callch.exp, Makefile.in: New test case.
Thu Mar 2 06:17:41 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* misc.exp: If executable does not exist, issue warning and skip
remaining tests, like other chill tests.
Wed Mar 1 20:28:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
* misc.ch, misc.exp, Makefile.in: New test case.
Mon Feb 20 16:19:58 1995 Per Bothner <bothner@kalessin.cygnus.com>
* chillvars.ch: Add missing INIT's.
* chillvars.exp: Allow builtin types as either case. E.g. (BOOL|bool).
* pr-5016.exp: Likewise.
Sun Feb 12 11:26:08 1995 Per Bothner <bothner@kalessin.cygnus.com>
* pr-6292.ch, pr-6292.exp, Makefile.in: New test case.
Wed Feb 1 13:09:48 1995 Per Bothner <bothner@kalessin.cygnus.com>
* tuples.ch, tuples.exp, Makefile.in: New test case.
Mon Nov 28 18:39:08 1994 Per Bothner <bothner@kalessin.cygnus.com>
* pr-5984.ch, pr-5984.exp, Makefile.in: New test case.
Fri Sep 16 16:55:03 1994 Per Bothner (bothner@kalessin.cygnus.com)
* pr-5646.ch, pr-5646-grt.ch, pr-5646.exp, Makefile.in: New testcase.
Tue Sep 6 13:21:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
* pr-5016.ch, pr-5016.exp, Makefile.in: New testcase.
* Makefile.in (.exe.check): New rule, to run just one test.
Tue Jun 14 16:20:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
* result.ch, result.exp, Makefile.in: New test case.
* pr-4975.ch, pr-4975-grt.ch, pr-4975.exp, Makefile.in: Ditto.
Thu Jun 9 15:20:43 1994 Per Bothner (bothner@kalessin.cygnus.com)
* pr-5022.ch, pr-5022.exp: New testcase.
* chillvars.exp: Remove spurious newline.
* Makefile.in: Bunch of fixes so it actually works in this
directory. (E.g. add extra ../ where needed.)
Also, add .exe to executables, so we can use suffix rules.
* chexp.exp (test_print_reject): Update syntax error message.
* chillvars.ch (module PR_5020): Moved from here ...
* pr-5022.ch: ... to this new file.
* chillvars.exp, pr-5020.exp (binfile): Add .exe extension.
* chillvars.exp, pr-5020.exp: Don't check all_flag.
* pr-5020.exp: Add more tests; fix "print y pretty" output.
|