pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-07-04
1999-07-04 12:07:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b3c32a0df192fa0483fde9e77c33f64853a0b1fc (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
10 threads instead of 100 for real this time.
Rev: src/testsuite.in:1.181
1:
-
stest_true([["$Id: testsuite.in,v 1.
180
1999/07/04
08
:
30
:
01
hubbe
Exp $"]])
+
stest_true([["$Id: testsuite.in,v 1.
181
1999/07/04
12
:
07
:
43
grubba
Exp $"]])
cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals())
2462:
} ";
-
allocate(
100
, thread_create)(lambda() {
+
allocate(
10
, thread_create)(lambda() {
int i;
-
for(i = 0; i <
100
; i++) {
+
for(i = 0; i <
1000
; i++) {
compile_string(file); } } )->wait();