alistair23-linux/tools/testing/selftests/sync
Shuah Khan f471e1fd82 selftests: sync: convert to use TAP13 ksft framework
Convert test to use TAP13 ksft framework. Output after conversion:

TAP version 13
# [RUN]	Testing sync framework
ok 1 [RUN]	test_alloc_timeline
ok 2 [RUN]	test_alloc_fence
ok 3 [RUN]	test_alloc_fence_negative
ok 4 [RUN]	test_fence_one_timeline_wait
ok 5 [RUN]	test_fence_one_timeline_merge
ok 6 [RUN]	test_fence_merge_same_fence
ok 7 [RUN]	test_fence_multi_timeline_wait
ok 8 [RUN]	test_stress_two_threads_shared_timeline
ok 9 [RUN]	test_consumer_stress_multi_producer_single_consumer
ok 10 [RUN]	test_merge_stress_random_merge
Pass 10 Fail 0 Xfail 0 Xpass 0 Skip 0
1..10

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.com>
2017-07-28 13:20:29 -06:00
..
.gitignore selftest: sync: basic tests for sw_sync framework 2016-12-01 18:12:50 -07:00
Makefile selftests: sync: override clean in lib.mk to fix warnings 2017-04-27 08:05:14 -06:00
sw_sync.h selftest: sync: basic tests for sw_sync framework 2016-12-01 18:12:50 -07:00
sync.c selftest: sync: basic tests for sw_sync framework 2016-12-01 18:12:50 -07:00
sync.h selftest: sync: basic tests for sw_sync framework 2016-12-01 18:12:50 -07:00
sync_alloc.c selftest: sync: basic tests for sw_sync framework 2016-12-01 18:12:50 -07:00
sync_fence.c selftest: sync: fence tests for sw_sync framework 2016-12-01 18:12:59 -07:00
sync_merge.c selftest: sync: merge tests for sw_sync framework 2016-12-01 18:13:06 -07:00
sync_stress_consumer.c selftest: sync: stress consumer/producer test 2016-12-01 18:13:25 -07:00
sync_stress_merge.c selftest: sync: stress test for merges 2016-12-01 18:13:32 -07:00
sync_stress_parallelism.c selftest: sync: stress test for parallelism 2016-12-01 18:13:19 -07:00
sync_test.c selftests: sync: convert to use TAP13 ksft framework 2017-07-28 13:20:29 -06:00
sync_wait.c selftest: sync: wait tests for sw_sync framework 2016-12-01 18:13:12 -07:00
synctest.h selftests: sync: convert to use TAP13 ksft framework 2017-07-28 13:20:29 -06:00