Fix: extra '%' causes babeltrace2 to abort() in logging code
[babeltrace.git] / tests /
2019-08-06  Philippe Proulxlib, bt2: make query method receive custom data
2019-08-06  Philippe ProulxAdd bt_graph_add_simple_sink_component() tests
2019-08-05  Philippe Proulxcli, tests: rename "leftover" terms to "non-option"
2019-08-05  Philippe Proulxtest_try_again_many_times(): use three times `None...
2019-08-05  Philippe Proulxlib: remove output port message iterator
2019-08-05  Philippe Proulxbt2: wrap bt_graph_run_once() (Graph.run_once())
2019-08-05  Philippe Proulxbt2: pass custom Python object to Python component...
2019-08-03  Simon Marchicli: apply log levels (`--log-level` option) to leftovers
2019-08-03  Simon Marchicli: apply parameters (`--params` option) to leftovers
2019-08-02  Simon Marchitests: reorganize CLI's `convert` tests
2019-08-02  Simon Marchicli: handle leftovers in the same loop as components
2019-08-02  Simon Marchicli: remove `run` and `convert` commands' --name option
2019-08-02  Simon Marchicli: remove `convert` command's --path and --url options
2019-08-02  Simon Marchicli: remove babeltrace2-log
2019-08-02  Philippe ProulxAdd internal command-line argument parser API
2019-07-31  Francis Deslauriersbt2: stream.py: add `trace` property to _Stream
2019-07-31  Philippe ProulxFix: tests/utils/utils.sh: export `BT_TESTS_PYTHON_CONF...
2019-07-30  Michael Jeansontests: fix test_auto_source_discovery on mingw
2019-07-26  Philippe Proulxlib: prepare the ground for stateful query operations
2019-07-26  Philippe Proulxtests/bindings/python/bt2: remove unneeded `import...
2019-07-26  Philippe ProulxTest `bt2` public names (`test_package.py`)
2019-07-26  Philippe ProulxAdd `babeltrace.` prefix to `trace-info` and `support...
2019-07-26  Simon Marchilib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
2019-07-26  Philippe Proulxlib: rename `bt_scope` -> `bt_field_path_scope`
2019-07-26  Philippe Proulxtests/Makefile.am: add `test_auto_source_discovery...
2019-07-25  Philippe Proulxbt2: prepend `_user` to overridable protected methods
2019-07-25  Philippe Proulxbt2: clean available `bt2` package names
2019-07-25  Philippe Proulxtest_error.py: remove dangling print()
2019-07-25  Philippe Proulxbt2: prepend `_` to names of exception classes the...
2019-07-25  Philippe Proulxbt2: import public names into `__init__.py`
2019-07-25  Philippe Proulxbt2: rename `_Generic*ComponentClass` -> `_*ComponentClass`
2019-07-24  Simon Marchilib: remove INVALID_PARAMS status
2019-07-24  Philippe Proulxlib: add bt_plugin_find_all()
2019-07-24  Philippe Proulxlib: add bt_{graph,query_executor}_add_interrupter()
2019-07-24  Philippe Proulxbt2: add interrupter support
2019-07-24  Philippe Proulxlib: create input port msg iterator from self {msg...
2019-07-24  Simon Marchibt2: remove NonexistentClockSnapshot exception type
2019-07-24  Simon Marchibt2: prepend underscore to exceptions not meant to...
2019-07-24  Simon Marchibt2: make bt2.Error wrap current thread's error
2019-07-23  Michael Jeansontests: fix Windows support in test_convert_args
2019-07-23  Michael Jeansontests: readlink 'canonicalize' is GNU specific
2019-07-23  Michael Jeansontests: fix Python plugin provider tests on Windows
2019-07-23  Philippe ProulxStandardize `!ptr` i/o `ptr == NULL`, `ptr` i/o `ptr...
2019-07-23  Simon Marchicli: automatically detect sources for leftover arguments
2019-07-21  Philippe Proulxtests/Makefile.am: remove needless comment
2019-07-21  Simon MarchiFix: bt2: incref Py_None in get_msg_range_common on...
2019-07-20  Philippe Proulxlib: rename functions to clearly indicate API inheritance
2019-07-20  Francis DeslauriersTests: flt.lttng-utils.debug-info: update debug-info...
2019-07-20  Jonathan Rajotte`test_plugin.py`: use absolute paths for plugin path...
2019-07-20  Jonathan Rajotte`test_query_trace_info.py`: adapt regex to NT path...
2019-07-20  Francis Deslaurierstests/plugins/flt.utils.trimmer/Makefile.am: remove...
2019-07-20  Francis DeslauriersApply black code formatter on all Python code
2019-07-18  Philippe Proulxlib: decouple variant FC option names from selector...
2019-07-18  Philippe Proulxbt2: add integer range set support
2019-07-18  Simon Marchibt2: check for _graph_is_configured method in user...
2019-07-18  Simon Marchitests: run_python_bt2: error out if BT_TESTS_BUILDDIR...
2019-07-16  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2019-07-13  Francis Deslaurierstests: bt2: remove test_clock_class_priority_map.py
2019-07-13  Francis Deslaurierstests: src.ctf.fs: add 2packets test trace
2019-07-13  Francis Deslaurierstests: bt_diff_cli: compare expected `stderr` too
2019-07-12  Francis DeslauriersDo not check `NULL` to call free(): free() accepts...
2019-07-12  Jonathan Rajottetests: on Windows the plugin object extension is 'dll...
2019-07-12  Jonathan RajotteFix: cygwin does not honour LD_LIBRARY_PATH
2019-07-11  Michael JeansonMake the Python plugin provider a libtool module
2019-07-10  Philippe ProulxStandardize `strcmp(a, b) == 0` instead of `!strcmp...
2019-07-10  Simon MarchiFix: bt2: adjust reference counting of value objects
2019-07-10  Michael Jeansontests: update test_trimming to remove the wrapper
2019-07-10  Jonathan Rajottetests: specify the timezone offset
2019-07-10  Philippe ProulxMove `include/babeltrace2/ctf-writer` -> `include/babel...
2019-07-10  Philippe ProulxRemove legacy `include/babeltrace2/{ctf-ir,ctf}` direct...
2019-07-10  Philippe Proulxlib: force user to include `<babeltrace2/babeltrace.h>`
2019-07-10  Philippe ProulxFix: CTF writer: make library have its own public ...
2019-07-09  Philippe Proulxlib: rename `bt_*_labels_by_value` -> `bt_*_labels_for_...
2019-07-09  Philippe ProulxRename WARN log level to WARNING
2019-07-09  Philippe Proulxlib: make packets and packet messages optional, disable...
2019-07-09  Jonathan Rajottefix: test_trimmer on macOs and Solaris
2019-07-09  Jonathan Rajottetests: Use DYLD_LIBRARY_PATH on macOSX
2019-07-09  Philippe ProulxTests: move `test_bitfield` outside lib tests, add...
2019-07-08  Philippe Proulxsink.text.details: write discarded events/packets CS...
2019-07-08  Michael Jeansontests: replace xargs workaround with bash array expansion
2019-07-08  Michael JeansonReplace libuuid with internal implementation
2019-07-08  Simon Marchilib: remove stream activity messages
2019-07-08  Philippe ProulxFix: bt_ctfser_write_float64(): use `double` in union...
2019-07-08  Simon Marchitests: don't swallow stderr when running babeltrace CLI
2019-07-06  Philippe Proulxlib: move trace class's name, UUID, and environment...
2019-07-06  Philippe Proulxtests: call bt_current_thread_clear_error() when handli...
2019-07-05  Francis Deslaurierstests: bt2: use `addr` attribute instead of private...
2019-07-05  Francis Deslaurierstests: bt2: Fix `run_python_bt2` usage example
2019-07-05  Francis Deslaurierstests: bt2: add `--test-case` argument to testrunner.py
2019-07-04  Michael Jeansontests: Remove stale tests launcher
2019-07-04  Jonathan Rajottetests: Add ".exe" when running on a mingw system
2019-07-04  Simon Marchitests: add python plugin provider path to lib search...
2019-07-03  Simon MarchiFix: trimmer: use regexes to parse dates and times
2019-07-03  Simon Marchitests: Use diff -u
2019-07-03  Philippe ProulxAdd back (adapted) `test_bt_values` and `test_graph_topo`
2019-07-03  Philippe Proulxlib: strictly type function return status enumerations
2019-07-03  Philippe Proulxtests/lib: remove `test_bt_values` and `test_graph_topo`
2019-07-03  Philippe Proulxtest_{field,value}.py: array test cases: add non-sequen...
2019-07-03  Philippe Proulxtest_{field,value}.py: test complex number RHS for...
2019-07-03  Philippe Proulxtest_value.py: make `BoolValueTestCase` inherit `_TestN...
next
This page took 0.052581 seconds and 7 git commands to generate.