X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ffiltering%2Ftest_valid_filter;fp=tests%2Fregression%2Ftools%2Ffiltering%2Ftest_valid_filter;h=cfd8de3bfbe189b994f02e2bbdf0a76a866833f6;hp=ce662180e7dbd615726c6113d6e3fefb1044e2bb;hb=39ac0a0ee6d55413d4f4a800db811f5dae0ae4ae;hpb=c99adc64597b97d7a46edeeb44a553c082b8d8df diff --git a/tests/regression/tools/filtering/test_valid_filter b/tests/regression/tools/filtering/test_valid_filter index ce662180e..cfd8de3bf 100755 --- a/tests/regression/tools/filtering/test_valid_filter +++ b/tests/regression/tools/filtering/test_valid_filter @@ -833,6 +833,16 @@ UST_FILTERS=( has_no_event "0 == \$ctx.vtid.blah" + # check that bytecode linker refuses to link against a + # non-string array. + has_no_event + 'arrfield1 != "dontmatch"' + + # check that bytecode linker refuses to link against a + # non-string sequence. + has_no_event + 'seqfield1 != "dontmatch"' + END ) @@ -984,16 +994,6 @@ UST_STR_FILTERS=( str_has_events '"salut vous*" == "salut*"' - # check that bytecode linker refuses to link against a - # non-string array. - str_has_no_event - 'arrfield1 != "dontmatch"' - - # check that bytecode linker refuses to link against a - # non-string sequence. - str_has_no_event - 'seqfield1 != "dontmatch"' - ${KIRK_KRAUSS_TESTS[@]} END