test_server
Rickard Green
rickard.green@REDACTED
Tue Jan 28 13:57:10 CET 2003
Hello,
The sl_alloc test cases fails in this case because 'make' fails (port
programs are built). I guess that if you set the environment variable
ERL_TOP to the source code root of Erlang/OTP, it will work. Hopefully I
have rewritten the port program build part in R10B.
Regards,
Rickard Green (Erlang/OTP)
Luke Gorrie wrote:
>
> Howdy,
>
> I just downloaded and ran the test server application -- very nice.
>
> I got some failed cases though, using R9B-0 and building with a plain
> "./configure": 8 cases in the emulator suite, and one in the stdlib
> suite. Details attached.
>
> Just wondering if these are known problems, or if they suggest a
> problem with my setup?
>
> (Pardon the wide formatting. if you read this in Emacs you probably
> want to use M-x toggle-truncate-lines to avoid wrapping, and then C-x
> > and C-x < to scroll horizontally.)
>
> Emulator suite:
>
> |-----+-------------------------+--------------------------------------+----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
> | 299 | sl_alloc_SUITE | bucket_index | 0.014 s | FAILED | {sl_alloc_SUITE,662} |
> | | | | | | {[77,97,107,101,32,102,97,105,108,101,100,32,119,105,116,104,32,101,114,114,111,114,32,99,111,100,101,58],2} |
> |-----+-------------------------+--------------------------------------+----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
> | 300 | sl_alloc_SUITE | coalesce | 0.013 s | FAILED | {sl_alloc_SUITE,662} |
> | | | | | | {[77,97,107,101,32,102,97,105,108,101,100,32,119,105,116,104,32,101,114,114,111,114,32,99,111,100,101,58],2} |
> |-----+-------------------------+--------------------------------------+----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
> | 301 | sl_alloc_SUITE | coalesce_debug | 0.013 s | FAILED | {sl_alloc_SUITE,662} |
> | | | | | | {[77,97,107,101,32,102,97,105,108,101,100,32,119,105,116,104,32,101,114,114,111,114,32,99,111,100,101,58],2} |
> |-----+-------------------------+--------------------------------------+----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
> | 302 | sl_alloc_SUITE | sl_realloc_copy | 0.013 s | FAILED | {sl_alloc_SUITE,662} |
> | | | | | | {[77,97,107,101,32,102,97,105,108,101,100,32,119,105,116,104,32,101,114,114,111,114,32,99,111,100,101,58],2} |
> |-----+-------------------------+--------------------------------------+----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
> | 303 | sl_alloc_SUITE | sl_realloc_copy_debug | 0.014 s | FAILED | {sl_alloc_SUITE,662} |
> | | | | | | {[77,97,107,101,32,102,97,105,108,101,100,32,119,105,116,104,32,101,114,114,111,114,32,99,111,100,101,58],2} |
> |-----+-------------------------+--------------------------------------+----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
> | 304 | sl_alloc_SUITE | threads | 0.013 s | FAILED | {sl_alloc_SUITE,662} |
> | | | | | | {[77,97,107,101,32,102,97,105,108,101,100,32,119,105,116,104,32,101,114,114,111,114,32,99,111,100,101,58],2} |
> |-----+-------------------------+--------------------------------------+----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
> | 305 | sl_alloc_SUITE | threads_debug | 0.014 s | FAILED | {sl_alloc_SUITE,662} |
> | | | | | | {[77,97,107,101,32,102,97,105,108,101,100,32,119,105,116,104,32,101,114,114,111,114,32,99,111,100,101,58],2} |
> |-----+-------------------------+--------------------------------------+----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
> | 306 | sl_alloc_SUITE | halloc_wrap | 0.013 s | FAILED | {sl_alloc_SUITE,662} |
> | | | | | | {[77,97,107,101,32,102,97,105,108,101,100,32,119,105,116,104,32,101,114,114,111,114,32,99,111,100,101,58],2} |
> |-----+-------------------------+--------------------------------------+----------+---------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
>
> === *** FAILED *** test case 299 of 389
> =case sl_alloc_SUITE:coalesce
> =logfile sl_alloc_suite.coalesce.html
> =started 2003-01-27 17:48:50
> =ended 2003-01-27 17:48:51
> =result failed:{sl_alloc_SUITE,662}
> === *** FAILED *** test case 300 of 389
> =case sl_alloc_SUITE:coalesce_debug
> =logfile sl_alloc_suite.coalesce_debug.html
> =started 2003-01-27 17:48:51
> =ended 2003-01-27 17:48:51
> =result failed:{sl_alloc_SUITE,662}
> === *** FAILED *** test case 301 of 389
> =case sl_alloc_SUITE:sl_realloc_copy
> =logfile sl_alloc_suite.sl_realloc_copy.html
> =started 2003-01-27 17:48:51
> =ended 2003-01-27 17:48:51
> =result failed:{sl_alloc_SUITE,662}
> === *** FAILED *** test case 302 of 389
> =case sl_alloc_SUITE:sl_realloc_copy_debug
> =logfile sl_alloc_suite.sl_realloc_copy_debug.html
> =started 2003-01-27 17:48:51
> =ended 2003-01-27 17:48:51
> =result failed:{sl_alloc_SUITE,662}
> === *** FAILED *** test case 303 of 389
> =case sl_alloc_SUITE:threads
> =logfile sl_alloc_suite.threads.html
> =started 2003-01-27 17:48:51
> =ended 2003-01-27 17:48:51
> =result failed:{sl_alloc_SUITE,662}
> === *** FAILED *** test case 304 of 389
> =case sl_alloc_SUITE:threads_debug
> =logfile sl_alloc_suite.threads_debug.html
> =started 2003-01-27 17:48:51
> =ended 2003-01-27 17:48:51
> =result failed:{sl_alloc_SUITE,662}
> === *** FAILED *** test case 305 of 389
> =case sl_alloc_SUITE:halloc_wrap
> =logfile sl_alloc_suite.halloc_wrap.html
> =started 2003-01-27 17:48:51
> =ended 2003-01-27 17:48:51
> =result failed:{sl_alloc_SUITE,662}
> === *** FAILED *** test case 306 of 389
> =case sl_alloc_SUITE:skipped_cases
> =logfile sl_alloc_suite.skipped_cases.html
> =started 2003-01-27 17:48:51
> =ended 2003-01-27 17:48:51
> =result skipped
>
> Stdlib suite:
>
> |-----+-------------------------+----------------------------+-----------+---------+--------------------------------------|
> | 142 | ets_SUITE | partly_bound | 4.180 s | FAILED | {ets_SUITE,525} |
> |-----+-------------------------+----------------------------+-----------+---------+--------------------------------------|
>
> === Test case started with ets_SUITE:partly_bound[[{data_dir,
> "/tmp/test/stdlib_test/ets_SUITE_data/"},
> {priv_dir,
> "/tmp/test/test_server/stdlib.logs/run.2003-01-27_17.56.44/log_private"},
> {nodes,[]}]]
>
> === Current directory is "/tmp/test/test_server"
>
> === Started at 2003-01-27 17:59:16
> 20.9500>36
>
> 20.2867>34
>
> 21.8183>33
>
> 21.2500>35
>
> 20.6350>36
>
> 21.1350>34
>
> 20.7283>36
>
> 20.5000>37
>
> 21.2850>33
>
> 20.9267>36
>
> === Ended at 2003-01-27 17:59:20
> === location {ets_SUITE,525}, reason={{badmatch,false},
> [{ets_SUITE,seventyfive_percent_success,4},
> {ets_SUITE,partly_bound,1},
> {test_server,ts_tc,3},
> {test_server,run_test_case_eval,5}]}
More information about the erlang-questions
mailing list