Compiler Status: linux

Run Date: 11:51:07 UTC, Sunday 11 April 2010

config - config_info - gcc-4.4.3

Run output:

GNU C++ version 4.4.3 20100127 (Red Hat 4.4.3-4)
Detected Platform: linux
Boost version 103900

EXIT STATUS: 0

coroutine - yield_to_test - gcc-4.4.3

Run output:

Running 1 test case...
A
B

A
B
A

OK

*** No errors detected

EXIT STATUS: 0

coroutine - processor_test - gcc-4.4.3

Run output:

Running 1 test case...
0
1
2
3
4
5
6
7
8
9

*** No errors detected

EXIT STATUS: 0

coroutine - coro_config_test - gcc-4.4.3

Run output:

Running 1 test case...
use POSIX user context

*** No errors detected

EXIT STATUS: 0

coroutine - yield_to_res_test - gcc-4.4.3

Run output:

Running 1 test case...
A
B

A
B
A

A
B
C

OK

*** No errors detected

EXIT STATUS: 0

coroutine - yield_to_arg_test - gcc-4.4.3

Run output:

Running 1 test case...
A(10)
B(11)

A(20)
B(21)
A(22)

OK

*** No errors detected

EXIT STATUS: 0

coroutine - generator_test - gcc-4.4.3

Run output:

Running 1 test case...
0
1
2
3
4
5
6
7
8
9

*** No errors detected

EXIT STATUS: 0

coroutine - coroutine_test - gcc-4.4.3

Run output:

Running 1 test case...
hello
hello
hello

0
2
4
6
8
10
12
14
16
18

0
1
2
1
2
3
2
3
4

s00
s01
s02
s10
s11
s12
s20
s21
s22


*** No errors detected

EXIT STATUS: 0

process - child_test - gcc-4.4.3

Run output:

Running 4 test cases...
unknown location(0): fatal error in "terminate_test": child was killed; pid: 2814; uid: 500; exit value: 9
child_test.cpp(61): last checkpoint

*** 1 failure detected in test suite "Master Test Suite"

EXIT STATUS: 201