pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-07-04
1999-07-04 08:30:01 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
787461752c80a52029e391e9542a125083a1d6d4 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
10 threads instead of 100 !!!
Rev: src/testsuite.in:1.180
1:
-
stest_true([["$Id: testsuite.in,v 1.
179
1999/07/
01
14
:
52
:
09
grubba
Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
180
1999/07/
04
08
:
30
:
01
hubbe
Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
2447:
{ int i;
-
for (i=0; i <
100
; i++) {
+
for (i=0; i <
1000
; i++) {
compile_string(file); } } int main(int argc, array(string) argv) {
-
array(object) a = allocate(
100
, thread_create)(thread_func);
+
array(object) a = allocate(
10
, thread_create)(thread_func);
a->wait();