pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2005-12-06
2005-12-06 14:08:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0bb0f0de67e5559839072ff10851696db86f768a (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test for a cpp bug.
Rev: src/testsuite.in:1.759
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
758
2005/
11/
12
20
:
23
:
53
nilsson
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
759
2005/
12
/
06
14
:
08
:
20
grubba
Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
7723:
int line = __LINE__; ")()->line; ]], 4)
+
test_do([[cpp(#"
+
#define FOO(X) X
+
FOO(// Pike 7.6 and earlier don't seem to like single
+
/* quotes (') in comments in macro arguments. */
+
arg)")]])
// The following three tests are in triplicate to force testing in all shifts. test_do([[