X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ffiltering%2Ftest_invalid_filter;h=f336f71925b378d01e301d4a89880e88a9c527f2;hp=2c45ee09e75170b0738bec630cb8d6a8d409f893;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hpb=bff988fac4f8d1ffab3f85f0eec9546c76e57706 diff --git a/tests/regression/tools/filtering/test_invalid_filter b/tests/regression/tools/filtering/test_invalid_filter index 2c45ee09e..f336f7192 100755 --- a/tests/regression/tools/filtering/test_invalid_filter +++ b/tests/regression/tools/filtering/test_invalid_filter @@ -1,6 +1,8 @@ #!/bin/bash # -# Copyright (C) - 2012 Christian Babeux +# Copyright (C) 2012 Christian Babeux +# +# SPDX-License-Identifier: GPL-2.0-only # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License, version 2 only, as @@ -19,14 +21,13 @@ TEST_DESC="Filtering - Invalid filters" CURDIR=$(dirname $0)/ TESTDIR=$CURDIR/../../.. -LTTNG_BIN="lttng" SESSION_NAME="filter-invalid" EVENT_NAME="bogus" ENABLE_EVENT_STDERR="/tmp/invalid-filters-stderr" TRACE_PATH=$(mktemp -d) NUM_GLOBAL_TESTS=2 -NUM_UST_TESTS=144 -NUM_KERNEL_TESTS=144 +NUM_UST_TESTS=135 +NUM_KERNEL_TESTS=135 NUM_TESTS=$(($NUM_UST_TESTS+$NUM_KERNEL_TESTS+$NUM_GLOBAL_TESTS)) source $TESTDIR/utils/utils.sh @@ -101,9 +102,6 @@ INVALID_FILTERS=( "intfield/1" "intfield+1" "intfield-1" - "intfield>>1" - "intfield<<1" - "~intfield" "1+11111-3333+1" "(1+2)*(55*666)" "1+2*55*666"