CVS commit: src/tests/lib/libpthread_dbg

2017-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 13 05:18:22 UTC 2017 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Bart Simpson's punishment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/lib/libpthread_dbg

2017-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 13 05:18:22 UTC 2017 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Bart Simpson's punishment. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/lib/libpthread_dbg

2017-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 13 05:12:44 UTC 2017 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: help gcc's numbscullness. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/lib/libpthread_dbg

2017-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 13 05:12:44 UTC 2017 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: help gcc's numbscullness. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/lib/libpthread_dbg

2016-11-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 24 19:26:32 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Fix format strings. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libpthread_dbg/t_threads.c Please

CVS commit: src/tests/lib/libpthread_dbg

2016-11-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 24 19:26:32 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Fix format strings. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libpthread_dbg/t_threads.c Please

CVS commit: src/tests/lib/libpthread_dbg

2016-11-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 22 03:21:46 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Add new tests in lib/libpthread_dbg/t_threads: threads[6789] These tests verifies the td_map_pth2thr(). It's rather difficult to

CVS commit: src/tests/lib/libpthread_dbg

2016-11-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 22 03:21:46 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Add new tests in lib/libpthread_dbg/t_threads: threads[6789] These tests verifies the td_map_pth2thr(). It's rather difficult to

CVS commit: src/tests/lib/libpthread_dbg

2016-11-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 18:02:46 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Add threads5 in tests/lib/libpthread_dbg/t_threads Asserts that td_thr_getname() handles shorter buffer parameter and the result

CVS commit: src/tests/lib/libpthread_dbg

2016-11-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 18:02:46 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Add threads5 in tests/lib/libpthread_dbg/t_threads Asserts that td_thr_getname() handles shorter buffer parameter and the result

CVS commit: src/tests/lib/libpthread_dbg

2016-11-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 17:42:56 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Add threads4 in tests/lib/libpthread_dbg/t_threads.c This test asserts that for each td_thr_iter() call td_thr_getname() is

CVS commit: src/tests/lib/libpthread_dbg

2016-11-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 17:42:56 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Add threads4 in tests/lib/libpthread_dbg/t_threads.c This test asserts that for each td_thr_iter() call td_thr_getname() is

CVS commit: src/tests/lib/libpthread_dbg

2016-11-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 16:13:03 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Add threads2 and threads3 in tests/lib/libpthread_dbg/t_threads.c threads2: Asserts that td_thr_iter() call is executed for each

CVS commit: src/tests/lib/libpthread_dbg

2016-11-20 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 20 16:13:03 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_threads.c Log Message: Add threads2 and threads3 in tests/lib/libpthread_dbg/t_threads.c threads2: Asserts that td_thr_iter() call is executed for each

CVS commit: src/tests/lib/libpthread_dbg

2016-11-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 19 15:13:46 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c t_threads.c Log Message: Remove atf_tx_expect_fail from lib/libpthread_dbg/ tests The following PR are now resolved and are reported to be

CVS commit: src/tests/lib/libpthread_dbg

2016-11-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 19 15:13:46 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c t_threads.c Log Message: Remove atf_tx_expect_fail from lib/libpthread_dbg/ tests The following PR are now resolved and are reported to be

CVS commit: src/tests/lib/libpthread_dbg

2016-11-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 19 02:30:54 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: h_common.h Log Message: Fix basic_proc_read in pthread_dbg functions Source and destination were swapped. The source of this confusion was that running

CVS commit: src/tests/lib/libpthread_dbg

2016-11-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Nov 19 02:30:54 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: h_common.h Log Message: Fix basic_proc_read in pthread_dbg functions Source and destination were swapped. The source of this confusion was that running

CVS commit: src/tests/lib/libpthread_dbg

2016-11-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 17 17:30:22 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c Log Message: Mark dummy2 and dummy3 in lib/libpthread_dbg/t_dummy with expected fail The dummy2 test reports failures on i386 releng machines.

CVS commit: src/tests/lib/libpthread_dbg

2016-11-17 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 17 17:30:22 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c Log Message: Mark dummy2 and dummy3 in lib/libpthread_dbg/t_dummy with expected fail The dummy2 test reports failures on i386 releng machines.

CVS commit: src/tests/lib/libpthread_dbg

2016-11-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 17 04:13:52 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c Log Message: Add dummy3 in lib/libpthread_dbg/t_dummy This test verifies that it's not possible to attach twice to the same process with

CVS commit: src/tests/lib/libpthread_dbg

2016-11-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 17 04:13:52 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c Log Message: Add dummy3 in lib/libpthread_dbg/t_dummy This test verifies that it's not possible to attach twice to the same process with

CVS commit: src/tests/lib/libpthread_dbg

2016-11-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 17 03:37:23 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c Log Message: Add new test dummy2 in lib/libpthread_dbg/t_dummy This tests implements: - .proc_read with memcpy(3) - .proc_write with memcpy(3)

CVS commit: src/tests/lib/libpthread_dbg

2016-11-16 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Nov 17 03:37:23 UTC 2016 Modified Files: src/tests/lib/libpthread_dbg: t_dummy.c Log Message: Add new test dummy2 in lib/libpthread_dbg/t_dummy This tests implements: - .proc_read with memcpy(3) - .proc_write with memcpy(3)