run-in-py-utils-bt2-env.sh: update usage and remove redundant comment
[babeltrace.git] / tests /
2024-02-07  Philippe Proulxrun-in-py-utils-bt2-env.sh: update usage and remove...
2024-02-07  Philippe Proulxtests/utils: `run-python-bt2.sh` -> `run-in-py-env.sh`
2024-02-07  Philippe Proulxtests/utils/utils.sh: gen_mctf_trace() -> bt_gen_mctf_t...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2_test() -> bt_run_p...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2() -> bt_run_in_py_...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python() -> bt_run_in_py_util...
2024-02-07  Philippe Proulxtests/utils/utils.sh: remove redundancy when setting...
2024-02-07  Philippe Proulxtests/utils/utils.sh: aerate the code
2024-02-07  Philippe Proulxtests/utils/utils.sh: remove unneeded curly braces...
2024-02-07  Philippe Proulxtests/utils/utils.sh: remove unneeded quotes
2024-02-07  Philippe Proulxtests/utils/utils.sh: _set_vars_srcdir_builddir():...
2024-02-07  Philippe Proulxtests/utils/utils.sh: use `[[ ... ]]` instead of `...
2024-02-07  Philippe Proulxtests/utils/utils.sh: gen_mctf_trace(): use an array...
2024-02-07  Philippe Proulxtests/utils/utils.sh: gen_mctf_trace(): use `echo`...
2024-02-07  Philippe Proulxtests/utils/utils.sh: use `+=` instead of expanding...
2024-02-07  Philippe Proulxtests/utils/utils.sh: check_coverage() -> _bt_tests_che...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_grep_ok(): only define if...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff_details_ctf_single()...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff_cli(): return directly...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff(): remove useless `ret...
2024-02-07  Philippe Proulxtests/utils/utils.sh: use backticks to quote in printed...
2024-02-07  Philippe Proulxtests/utils/utils.sh: gen_mctf_trace(): use `local...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2_test(): make ...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2_test(): use `local...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2_test(): remove...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2(): use `local...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_grep_ok(): use `local -r`...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff_details_ctf_gen_single...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff_details_ctf_single()...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff_cli(): use `local -r...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_diff(): use `local -r` when...
2024-02-07  Philippe Proulxtests/utils/utils.sh: bt_cli(): use `local -r` when...
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2(): remove unneeded...
2024-02-07  Philippe Proulxtests/utils/utils.sh: don't export `BT_TESTS_ENABLE_ASAN`
2024-02-07  Philippe Proulxtests/utils/utils.sh: use "private" variables if applicable
2024-02-07  Philippe Proulxtests/utils/utils.sh: use a function to source `env.sh`
2024-02-07  Philippe Proulxtests/utils/utils.sh: quote command name when running it
2024-02-07  Philippe Proulxtests/utils/utils.sh: use a func. to set `BT_TESTS_...
2024-02-07  Philippe Proulxtests/utils/utils.sh: improve comments
2024-02-07  Philippe Proulxtests/utils/env.sh.in: add comments and remove redundancy
2024-02-07  Olivier Diontests: add `src.ctf.fs` single field testing framework
2024-02-02  Simon Marchitests: fix namespace comment style
2024-01-29  Simon MarchiFix: lib: handle BT_FUNC_STATUS_NOT_FOUND in bt_plugin_...
2024-01-29  Simon Marchicpp-common/bt2c: add CStringView equality and non-equal...
2024-01-29  Simon Marchitests: rename lib plugins test files
2024-01-23  Simon Marchitests: remove unused _TestIntegerValue.test_create_neg
2024-01-23  Simon MarchiFix: bt2: pass _TraceClassConst to destruction listeners
2024-01-23  Michael Jeansonfix: 'env.sh' is optional, ignore it in shellcheck
2024-01-23  Simon MarchiFix typos
2024-01-23  Simon Marchitests: remove stale comment in stored-values.mctf
2023-12-14  Simon Marchilogging: strip down and clean `log.h` and `log.c`
2023-12-14  Philippe Proulxcpp-common: move `nlohmann/json.hpp` to `vendor`
2023-12-14  Simon MarchiRemove some unused includes in C++ files
2023-12-01  Simon MarchiSort includes in C++ files
2023-12-01  Simon Marchitests: normalize inclusions of tap/tap.h
2023-11-20  Philippe ProulxFix REUSE licensing/copyright issues in `tests/utils`
2023-11-20  Philippe ProulxAdd SPDX info for `tests/utils/python/typing/typing.py`
2023-11-20  Philippe Proulxtests/utils/python/normand.py: add SPDX headers
2023-11-09  Simon Marchitests: add and use bt_grep_ok
2023-11-09  Simon Marchitests: add and use bt_grep
2023-11-03  Michael JeansonReduce the number of Makefiles in 'src/' by one more
2023-11-02  Michael JeansonReduce the number of Makefiles in 'src/' even MOAR!
2023-11-02  Michael Jeansonconfigure: re-enable '-Wunused-parameter'
2023-11-01  Simon MarchiFix: tests: conditionally skip Python bindings test...
2023-10-31  Simon Marchitests: remove test dir in test-query-metadata-info.sh
2023-10-31  Simon MarchiFix: tests: use local typing.py for Python 3.5
2023-10-31  Simon MarchiFix: tests: use run_python in gen_mctf_trace
2023-10-31  Simon Marchitests: retry os.rename on PermissionError failure in...
2023-10-30  Michael Jeansoncleanup: tests: remove unused files from lf / crlf...
2023-10-30  Philippe Proulxtests: normalize names of files and more
2023-10-26  Michael JeansonReduce the number of Makefiles in 'src/'
2023-10-24  Michael JeansonAdd test to parse lf/crlf metadata
2023-10-24  Michael Jeansonfix: tests: use a portable invocation of 'sed -i'
2023-10-20  Simon Marchictf: grow stored_values array when necessary
2023-10-20  Simon Marchitests: add `tests/utils/python/mctf.py`, a text to...
2023-10-20  Simon Marchitests: add moultipart.py
2023-10-20  Simon Marchitests: use /dev/null instead of empty files in src...
2023-10-20  Simon Marchitests: pass trace path prefix down in test_live
2023-10-20  Simon Marchitests: pass live server args down using arrays
2023-10-20  Simon Marchitests: move --port-file and --trace-path-prefix argumen...
2023-10-20  Simon Marchicommon: introduce bt_g_array_index
2023-10-20  Simon Marchitests: make lttng_live_server.py write temp port filena...
2023-10-20  Simon Marchitests: make lttng_live_server.py print session URLs
2023-10-20  Simon Marchitests: remove isdir/isfile asserts from lttng_live_serv...
2023-10-20  Simon Marchitests: change lttng_live_server.py's --sessions-filenam...
2023-10-20  Simon Marchitests: make --port-filename optional in lttng_live_serv...
2023-10-20  Simon Marchitests: remove UnexpectedInput from lttng_live_server.py
2023-10-20  Simon Marchitests: add typing annotations to lttng_live_server.py
2023-10-20  Simon Marchitests: add strongly-typed JSON wrappers
2023-10-20  Simon Marchisrc.ctf.fs: improve `metadata-info` query error message...
2023-10-19  Simon Marchifix: test_message_iterator.py hangs on Python 3.12
2023-10-19  Francis DeslauriersFix: src.ctf.fs: omitting to add ctf signature
2023-10-18  Simon Marchitests: fix file comment of plugins/src.ctf.lttng-live...
2023-10-18  Simon Marchitests: remove unused MyFilter in UserMessageIteratorTes...
2023-10-17  Philippe ProulxAdd `tests/utils/python/normand.py` (Normand 0.23)
2023-10-13  Philippe Proulxtests: use a local `typing` module with Python 3.4...
2023-10-11  Philippe Proulxtests/utils/utils.sh: add run_python helper function
2023-09-21  Simon Marchitests: fix all basic type check issues of lttng_live_se...
2023-09-21  Simon Marchitests/python: add local copy of typing module
2023-09-21  Simon Marchitests: move classes around in lttng_live_server.py
next
This page took 0.042764 seconds and 7 git commands to generate.