From: Christian Babeux Date: Wed, 31 Oct 2012 13:00:45 +0000 (-0400) Subject: Tests: Add filtering tests for uncovered cases X-Git-Tag: v2.1.0-rc6~1 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ef049beed75d56a90fcc522288da44c7307f3080;hp=ef049beed75d56a90fcc522288da44c7307f3080 Tests: Add filtering tests for uncovered cases While investigating the code coverage of the filtering feature, a couple of possible tests cases were uncovered: Error tests: * Strings can't be IR root node * Unary ! not allowed on string type * Comparison with string type not allowed * Logical operator not allowed with string types * Nesting of binary operator not allowed Valid tests: * Cover all left/right operands permutations with fields ref. and numeric values. Signed-off-by: Christian Babeux Signed-off-by: David Goulet ---