Fix: leftover python inline type hint
[lttng-tools.git] / tests /
2023-03-31  Michael JeansonFix: leftover python inline type hint
2023-03-28  Michael JeansonTests: python: use quoted annotations to support python...
2023-03-28  Michael JeansonTests: python: enum.auto() introduced in python 3.6
2023-03-28  Michael JeansonTests: python: path-like object introduced in python 3.6
2023-03-23  Michael JeansonTests: remove leftover debug printing in test_add_trigg...
2023-03-23  Michael JeansonFix: invalid syntax with python 3.5 in test_ust.py
2023-03-16  Olivier DionFix: Tests that assume CPU 0 is present
2023-03-16  Olivier DionFix: Wrong assumption about possible CPUs
2023-03-16  Olivier DionTests: fix: parse-callback reports missing addr2line
2023-02-20  Michael Jeansontests: make test_shellcheck depend on shellcheck
2023-02-17  Michael JeansonFix: tests: add shellcheck test to distribution
2023-02-15  Olivier DionTests: Add meta shellcheck test
2023-02-13  Jérémie GalarneauTests: snapshot tests complain that nothing is output
2023-02-13  Olivier DionTests: Test snapshot maximum size correctly
2023-02-13  Olivier DionTests: Add get_possible_cpus_count utility
2023-02-03  Olivier Diontests: Execute perl using /usr/bin/env
2023-02-02  Jérémie GalarneauClean-up: replace uses of `int enabled` with boolean...
2023-01-17  Jérémie Galarneauclang-tidy: add readability-simplify-boolean-expr
2023-01-17  Jérémie Galarneauclang-tidy: add most bugprone warnings
2023-01-16  Jérémie Galarneauclang-tidy: add Chrome-inspired checks
2023-01-16  Jérémie GalarneauAdd a basic .clang-tidy file and fix typedef warnings
2023-01-16  Jérémie GalarneauRun clang-format on the whole tree
2023-01-16  Jérémie GalarneauBuild fix: missing stdio.h include in signal-helper.hpp
2023-01-16  Jérémie GalarneauBuild fix: missing unistd.h include in utils.h
2023-01-13  Jérémie GalarneauClean-up: default_pipe_size_getter: coding style adjust...
2023-01-13  Michael Jeansonport: tests: F_GETPIPE_SZ is linux specific
2023-01-05  Jérémie GalarneauFix: sessiond: instance uuid is not sufficiently unique
2022-12-08  Michael JeansonFix: tap.h conflicts with Clang C++ headers
2022-12-08  Jérémie GalarneauTests: add basic ust context tests for $app, vpid,...
2022-12-08  Jonathan Rajottelttng-ctl: use the parsed URI instead of raw string...
2022-10-31  Michael Jeansonport: BSD cut doesn't support '\0' as a delimiter
2022-10-28  Michael JeansonCleanup: remove ignored flags from poll events bitmasks
2022-10-28  Michael Jeansonport: add support for BSD mktemp
2022-10-28  Michael JeansonTests: fix randstring() with BSD `tr`
2022-10-28  Michael JeansonFix: tests: CFLAGS to CXXFLAGS when converting to C++
2022-10-28  Michael Jeansonport: tests: uprobe is Linux specific
2022-10-28  Michael Jeansonport: build kernel tests only on linux
2022-10-26  Jérémie GalarneauBuild fix: rpath of test libraries results in non-repro...
2022-10-26  Jérémie GalarneauCleanup: tests: fix typos in sdt test app comments
2022-10-25  Jérémie GalarneauCleanup: tests: notification: fix typo kprobe/uprobe
2022-10-25  Jonathan RajotteCleanup: tests: run metadata-regeneration during `make...
2022-10-25  Jonathan RajotteCleanup: tests: remove redundant tests against `make...
2022-10-21  Michael JeansonTests: improve trace match reporting
2022-08-17  Michael JeansonFix: tests: don't assume sequential cpuids
2022-07-07  Jérémie GalarneauTests: size-based rotation: implement a trace size...
2022-07-07  Jérémie GalarneauTests: rotation: add a kernel size-based rotation test
2022-07-07  Jérémie GalarneauTests: rotation: add a per-pid size-based rotation...
2022-07-07  Jérémie GalarneauTests: add a local size-based rotation test in per...
2022-06-15  Jérémie GalarneauTests: test_uuid: unchecked return value
2022-06-13  Jérémie GalarneauTests fix: metadata event: print expected and actual...
2022-06-13  Jérémie GalarneauChange backing type of lttng_uuid to std::array
2022-06-13  Jérémie GalarneauTests: test_session: include tap.h last
2022-05-13  Jonathan RajotteFix: test: lttng kernel modules still loaded after...
2022-04-15  Jérémie GalarneauTests: fix: schedule api: leak of rotation schedule...
2022-04-15  Jérémie GalarneauTests: fix: leak of trigger in trigger listing tests
2022-04-15  Jérémie GalarneauTests: clean-up: rate policy: remove stale comment
2022-04-15  Jérémie GalarneauTests: fix: leak of rate policy in rate policy unit...
2022-04-15  Jérémie GalarneauTests: fix: leak of payload in serdes test of log level...
2022-04-15  Jérémie GalarneauTests: fix: leak of some attributes of ltt_ust_session
2022-04-14  Jérémie GalarneauFix: sessiond: ODR violation results in memory corruption
2022-04-06  Jonathan RajotteFix: tests: missing _GNU_SOURCE for F_GETPIPE_SZ
2022-03-31  Jérémie GalarneauTests: validate_xml: leak of xml document instance
2022-03-31  Simon MarchiAdd type-checked versions of allocation and deallocatio...
2022-03-30  Simon MarchiRename C++ header files to .hpp
2022-03-17  Michael JeansonClean-up: fix '-Wformat' warnings on various platforms
2022-03-17  Michael JeansonClean-up: fix '-Wundef' warnings on various platforms
2022-03-16  Jérémie GalarneauClean-up: tests: silence bogus warning
2022-03-16  Jérémie GalarneauFix: tests: uninitialized lttng_payload
2022-03-16  Jonathan RajotteFix: tests: test definitions arrays contain invalid...
2022-03-15  Michael JeansonPrepare for '-Wsign-compare'
2022-03-15  Michael JeansonPrepare for '-Wmissing-field-initializers'
2022-03-15  Michael JeansonPrepare for '-Wunused-parameter'
2022-03-15  Michael Jeansonconfigure: add '-Wredundant-decls' to warning flags
2022-03-15  Michael Jeansonconfigure: add '-Wundef' to warning flags
2022-03-15  Michael Jeansonfix: warning '-Wstringop-truncation' with GCC 11.2
2022-03-14  Michael JeansonCleanup: DIST_SUBDIRS is redundant when using AM condit...
2022-03-04  Jérémie GalarneauTests: add a multi-domain ust+kernel rotation test
2022-03-01  Jonathan RajotteFix: test: test plan/skip must come after TAP initializ...
2022-03-01  Jonathan RajotteFix: test: missing test plan for non-x86/arm platforms...
2022-02-28  Jonathan RajotteTests: add kernel test into the `make check` test suite.
2022-02-28  Jérémie GalarneauBuild dist fix: some kernel tests are not distributed
2022-02-28  Jérémie GalarneauTests: fix: test_kernel_function: erroneous test count
2022-02-28  Jérémie GalarneauTests: fix: test_kernel_function: event name mismatch
2022-02-28  Jérémie GalarneauTests: fix: select_poll_epoll: test assumes epoll fd...
2022-02-24  Jérémie GalarneauFix: tests: test_kernel: break should only be used...
2022-02-24  Jérémie GalarneauTests: test_kernel: add comments regarding the filling...
2022-02-24  Mathieu DesnoyersFix: tools/snapshots/test_kernel flaky test
2022-02-24  Francis DeslauriersTests: Fix: test_list_triggers_cli: support in-kernel...
2022-02-18  Michael JeansonAdd Log4j 2.x agent tests for the 'log4j' domain
2022-02-04  Michael Jeansonsrc/common: use single Makefile for parallel builds
2022-01-28  Francis DeslauriersRemove ht-cleanup thread
2022-01-20  Mathieu DesnoyersMove utils_expand_path and utils_expand_path_keep_symli...
2022-01-20  Mathieu DesnoyersIntroduce libcommon-lgpl for liblttng-ctl
2022-01-20  Mathieu DesnoyersRename libcommon.so to libcommon-gpl.so
2022-01-20  Mathieu DesnoyersCopyright ownership transfer
2022-01-17  Jérémie GalarneauCopyright ownership transfer
2021-12-16  Jonathan RajotteTest: snapshot after regenerate metadata
2021-12-16  Simon Marchilttng: list valid condition / action names if missing...
2021-12-16  Simon Marchilttng: mention argument number on unknown action /...
2021-12-16  Simon Marchilttng: fix argument numbers in add-trigger error messages
next
This page took 0.048023 seconds and 7 git commands to generate.