Remove tests-libustinstr-malloc
[lttng-ust.git] / tests / runtests
index 9c1111f69833bf5e309226e4d58dd5b9d5ab4b91..17570b380772b88743d6f31a2fb2ea268602c6f8 100755 (executable)
@@ -29,8 +29,6 @@ function simple_harness_run() {
 }
 
 
-simple_harness_run test-libustinstr-malloc/test-libustinstr-malloc.sh
-
 simple_harness_run ./manual_mode_tracing.sh
 
 simple_harness_run ./valgrind_ust-consumerd.sh
@@ -40,13 +38,6 @@ simple_harness_run same_line_marker/same_line_marker.sh
 # This testcase is currently broken, do not run.
 # simple_harness_run tracepoint/run
 
-# 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
     echo "$0: All passed"
This page took 0.023327 seconds and 4 git commands to generate.