X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=tests%2Fruntests;h=86cb91047632acd84154cb88e3b0d6bab7860680;hp=9560c46f29ebd29b2f2f88f11f9b50da03512bfd;hb=HEAD;hpb=48beefc91ce09133eac5a09bd856de83b86a54b6 diff --git a/tests/runtests b/tests/runtests index 9560c46..86cb910 100755 --- a/tests/runtests +++ b/tests/runtests @@ -6,7 +6,7 @@ # # LTTng-UST is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or +# the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # LTTng-UST is distributed in the hope that it will be useful, @@ -37,15 +37,23 @@ simple_harness_run test-libustinstr-malloc/test-libustinstr-malloc.sh simple_harness_run ./manual_mode_tracing.sh -simple_harness_run ./valgrind_ustd.sh +simple_harness_run ./valgrind_ust-consumerd.sh simple_harness_run dlopen/dlopen.sh simple_harness_run same_line_marker/same_line_marker.sh +# This testcase is currently broken, do not run. simple_harness_run tracepoint/run -simple_harness_run ustcmd_function_tests/ustcmd_function_tests +simple_harness_run libustctl_function_tests/libustctl_function_tests + +# FIXME We disable the exit-fast test for the release. This is a known +# problem with the current UST design that we will be working on fixing +# in the upcoming rework for integration with the lttng-tools. We don't +# want to flood testers with known issues, hence the choice to disable +# the test. +#simple_harness_run exit-fast/exit-fast.sh echo "************************************" if [[ $tests_failed -eq 0 ]]; then