Filter: make bitwise and, or, xor higher prio than relational expressions
[lttng-tools.git] / tests /
2018-06-06  Mathieu DesnoyersFilter: make bitwise and, or, xor higher prio than...
2018-06-06  Mathieu DesnoyersFilter: Update shifting tests
2018-06-06  Mathieu DesnoyersAdd () for bitwise and comparator tests
2018-06-06  Mathieu DesnoyersFilter: Implement rshift, lshift, bit not operators
2018-06-06  Mathieu DesnoyersFilter: index array, sequences, implement bitwise binar...
2018-06-05  Anders WallinTests: add session auto-loading test cases
2018-05-30  Jérémie GalarneauTest: change use of space for tabs in utils.sh
2018-05-30  Francis DeslauriersTests: add duplicated providers tests
2018-05-30  Francis DeslauriersTests: add function to validate the number of an event...
2018-05-30  Francis DeslauriersTests: allow the use of regular expressions to match...
2018-05-30  Francis DeslauriersFix: probes should be compared strictly by events metadata
2018-05-27  Julien DesfossezTest for lttng-logger
2018-05-26  Jérémie GalarneauTest mi: rename sessiond load directory constant
2018-05-26  Jonathan Rajottemi: support "add-context --list"
2018-05-26  Francis DeslauriersFix: test_ust-dl is generated at configure-time
2018-05-09  Jérémie GalarneauFix: test uses sizeof() on the wrong operand of strncpy
2018-04-10  Jonathan RajotteTests: Handle rotations happening on two separate days...
2018-04-10  Jonathan RajotteTests: Clean trace_path after each subtest
2018-04-10  Jonathan RajotteTests: Use for loop for identical validation
2018-04-10  Jonathan RajotteTests: Count number of chunk using ls
2018-04-03  Jonathan RajotteTests: fix oot and dist for rotation tests
2018-04-03  Jérémie GalarneauTests: add rotation tests scripts to noinst_SCRIPTS...
2018-04-03  Jonathan RajotteTests: SESSION_NAME defined on each iteration of kernel...
2018-04-03  Jonathan RajotteTests: Reduce scope of TRACE_PATH to a function
2018-04-03  Jonathan RajotteTests: PID_RELAYD is never used
2018-04-03  Jonathan RajotteTests: use functions from utils.sh in rotation tests
2018-04-03  Jonathan RajotteTests: consolidate session creation with a uri paramete...
2018-04-03  Jonathan RajotteTests: use modprobe to test for the presence of lttng...
2018-04-03  Jonathan RajotteTests: missing license header in rotation utils
2018-04-03  Jonathan RajotteTests: missing parenthesis in userspace rotation test
2018-04-03  Jonathan RajotteTests: use enable_ust_lttng_channel_ok instead of a...
2018-04-03  Jonathan RajotteTests: remove TRACE_PATH at the end of the rotation...
2018-04-03  Jonathan RajotteTests: exit $out gets overridden by EXIT trap from...
2018-04-03  Jonathan RajotteTests: Use SIGTERM instead of SIGKILL
2018-04-03  Jonathan RajotteAdd --post-script to tap-driver.sh
2018-04-03  Jérémie GalarneauTests: add rotation tests to the "check" target
2018-04-03  Jérémie GalarneauFix: circular inclusion of lttng.h results in warning
2018-04-03  Julien DesfossezAdd the GMT offset in the rotated chunk path
2018-04-03  Julien DesfossezTests for the session rotation feature
2018-04-03  Julien DesfossezFix validate_trace_empty test check
2018-03-28  Simon MarchiIntroduce utils_parse_time_suffix
2018-03-21  Julien DesfossezRotate command
2018-03-05  Julien DesfossezCreate the session and domain directories on start
2018-02-27  Francis DeslauriersTests: Fix: arm64 use sys_openat instead of sys_open
2018-02-16  Francis DeslauriersTests: Change syscall tests to use `gen-syscall-events...
2018-02-16  Francis DeslauriersTests: Add test app to generate syscalls
2018-02-16  Francis DeslauriersTests: Move script synchronization functions to utils...
2018-02-15  Jérémie GalarneauTests: cleanly exit from test apps on reception of...
2018-02-09  Jérémie GalarneauTests: refuse to run test suite if lttng processes...
2017-12-14  Jérémie GalarneauTests: add kernel notification tests to the root regres...
2017-12-09  Jérémie GalarneauTests: race between consumer pause and trace start...
2017-11-13  Jonathan RajotteFix: use lttng_clock_gettime instead of clock_gettime
2017-11-13  Jonathan RajotteFix: use file based synchronization for python logging...
2017-11-13  Jonathan RajotteTest: add file based synchronization point for python...
2017-11-13  Philippe ProulxFix: detect dlmopen() and disable corresponding tests...
2017-11-13  Jonathan RajotteFix: Use tmpdir for intermediary files
2017-11-12  Jonathan RajotteFix: include scripts for distribution
2017-11-12  Jonathan RajotteTest: kernel testing for notification
2017-11-09  Jérémie GalarneauTests fix: BT2 does not output the metadata of a trace...
2017-08-01  Philippe Proulxlttng enable-channel: --blocking-timeout opt.: use...
2017-07-28  Francis DeslauriersTests: rework select_poll_epoll test to improve verbosi...
2017-07-27  Jérémie GalarneauTests: don't assume a 4K page size in test_notification
2017-07-25  Jonathan RajotteTest: Trigger conditions is evaluated on subscription
2017-07-07  Jonathan RajotteTest: Reduce scope of variables used in multi app notif...
2017-06-13  Jérémie GalarneauFix: test_utils_expand_path passes NULL to sprintf
2017-06-13  Jonathan RajotteFix: notification test: resources leak and return handling
2017-06-12  Mathieu DesnoyersIntroduce "--blocking-timeout" channel parameter
2017-06-12  Jonathan RajotteFix: test: proper redirection of stderr to stdout
2017-06-01  Michael JeansonCleanup: add silent rules support for docs
2017-06-01  Michael JeansonCleanup: popt library detection
2017-06-01  Michael JeansonCleanup: bison and flex detection
2017-06-01  Michael JeansonCleanup: dlmopen detection
2017-06-01  Michael JeansonFix: Don't override user variables within the build...
2017-06-01  Francis DeslauriersTest: Replace test relying on pselect6(2) man page...
2017-06-01  Jérémie GalarneauTests: channel subbuffers must be larger or equal to...
2017-06-01  Jonathan RajotteTests: regression testing for notification API
2017-05-28  Jonathan RajotteTest: utils: introduce LTTNG_SESSIOND_ENV_VARS
2017-05-28  Jonathan RajotteTest: utils.sh: use getconf to start either 32 or 64...
2017-05-24  Jonathan RajotteUnit tests for notification api
2017-05-24  Jonathan RajotteRun unit tests before regression tests
2017-05-19  Jérémie GalarneauTests: use SIGKILL to shutdown daemons in test_thread_e...
2017-05-05  Jérémie GalarneauTests fix: tracefile-size tests assume PAGE_SIZE subbuffers
2017-05-05  Jonathan RajotteTest: use output_path instead of argument position
2017-05-05  Jérémie GalarneauTests fix: initialize kernel extended channel attributes
2017-05-05  Jérémie GalarneauTests fix: initialize UST extended channel attributes
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_java_log4j
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_java_jul
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_python_logging
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_valid_filter
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_invalid_filter
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_event_wildcard
2017-05-05  Philippe ProulxTests: add globbing pattern tests to test_exclusion
2017-05-05  Philippe ProulxTests: utils: add gen-ust-nevents-str util
2017-05-05  Philippe ProulxTests: add string-utils library unit tests
2017-05-05  Jérémie GalarneauTests: add placeholder symbol to allow unit tests to...
2017-02-14  Jonathan RajotteFix: tests: register thread for RCU operations.
2017-01-25  Jonathan RajotteFix: test_ust_data dereference of null pointer
2017-01-24  Jonathan RajotteFix: test_kernel_data dereference of null pointer
2017-01-10  Nathan Lynchlttng-tools: remove bogus interpreter line from utils...
2017-01-09  Francis DeslauriersFix: support for older versions of Babeltrace in test...
next
This page took 0.043568 seconds and 8 git commands to generate.