X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ffiltering%2Ftest_invalid_filter;h=bea17340797bf94fab2df9ff9ff93599b4e76eda;hb=116d3c01872d62ee86bdbd0aea575b12fbc9c272;hp=68bbdc18cef8558020ac1e2151e3de9fa524a76f;hpb=fc717c6ca1a1116cd7e02835425517f598eacf21;p=lttng-tools.git diff --git a/tests/regression/tools/filtering/test_invalid_filter b/tests/regression/tools/filtering/test_invalid_filter index 68bbdc18c..bea173407 100755 --- a/tests/regression/tools/filtering/test_invalid_filter +++ b/tests/regression/tools/filtering/test_invalid_filter @@ -25,8 +25,8 @@ EVENT_NAME="bogus" ENABLE_EVENT_STDERR="/tmp/invalid-filters-stderr" TRACE_PATH=$(mktemp -d) NUM_GLOBAL_TESTS=2 -NUM_UST_TESTS=165 -NUM_KERNEL_TESTS=165 +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,12 +101,6 @@ INVALID_FILTERS=( "intfield/1" "intfield+1" "intfield-1" - "intfield>>1" - "intfield<<1" - "intfield&1" - "intfield|1" - "intfield^1" - "~intfield" "1+11111-3333+1" "(1+2)*(55*666)" "1+2*55*666" @@ -120,9 +114,7 @@ INVALID_FILTERS=( '0 || ("abc" != "def")) && (3 < 4)' "a->" "a-->a" - "a->a" "a.b.c->d.e.f+1" - "asdfasdf->asdfasdf < 2" # String can\'t be root node "\"somestring\"" # Unary op on string not allowed @@ -135,9 +127,6 @@ INVALID_FILTERS=( # Logical operator with string type not allowed "\"somestring\" || 1" "1 || \"somestring\"" - # Nesting of binary operator not allowed - "1 | (1 | (1 | 1))" - "1 > (1 > (1 > 1))" "\$ctx == 0" "0 == \$ctx" # Only \$ctx is supported for now