debug-info: free existing build-id in bin_info_set_build_id
[babeltrace.git] / tests /
2020-01-20  Simon Marchibt2: free port user data when finalizing components
2020-01-20  Simon Marchitests: remove unnecessary message iterator classes
2020-01-20  Simon Marchitests: make test_sink_self_port_user_data actually...
2020-01-20  Simon Marchitests: fix test failure with msys2's Python 3.8.1-1...
2020-01-20  Simon Marchilib: remove bt_query_executor_interrupt, add bt_query_e...
2020-01-20  Simon Marchilib: remove bt_graph_interrupt, add bt_graph_borrow_def...
2020-01-20  Philippe Proulxlib: graph API: remove "listener removed" callback...
2020-01-20  Philippe Proulxlib, bt2: graph API: remove "ports connected" listeners
2020-01-20  Simon MarchiUse argpar from upstream
2020-01-20  Simon Marchibt2: use format_bt_error and format_bt_error_cause...
2019-11-26  Simon Marchitests: add test for list-plugins CLI command
2019-11-26  Simon Marchitests: test removing a destruction listener from a...
2019-11-26  Simon Marchitests/lib/Makefile.am: Move libbabeltrace2-common and...
2019-11-26  Simon Marchibt2: make _ListenerHandle not hold a strong reference...
2019-11-26  Simon Marchibt2: fix error message in trace_class.py
2019-11-26  Simon Marchiparam-parse: allow duplicate map keys
2019-11-26  Simon Marchibt2: validate parameters to _StreamClass.create_event_c...
2019-11-26  Simon Marchibt2: add invalid parameter type test for _UserComponent...
2019-11-26  Simon Marchisrc.ctf.fs: sort inputs paths
2019-11-26  Simon Marchicli: print error causes in all error paths
2019-11-26  Simon Marchitests: add missing backslash in tests/Makefile.am
2019-11-26  Simon Marchitests: test_auto_source_discovery_grouping: remove...
2019-11-26  Simon Marchitests: silence "variable/expression in single quote...
2019-11-26  Simon Marchitests: quote ${BT_CTF_TRACES_PATH} in test_trace_read...
2019-11-26  Simon Marchitests: declare and assign variables separately in test_...
2019-11-26  Simon Marchitests: add CLI query tests
2019-11-26  Simon Marchilib: mark bt_common_assert_failed as hidden
2019-11-15  Simon Marchitests: make test_trimmer use bt_cli
2019-11-15  Simon MarchiSave and restore error in ctf_fs_iterator_next, muxer_m...
2019-11-15  Philippe Proulxlib: make bt_value_map_foreach_entry_{const_}func(...
2019-11-14  Simon Marchitests: clear error in test_simple_sink
2019-11-14  Francis Deslaurierscli: exit with status 2 when interrupted by SIGINT
2019-11-14  Philippe ProulxAdd bt_common_abort() and use it instead of abort(...
2019-11-01  Simon Marchibt2: validate parameters to _TraceClass.create_stream_c...
2019-11-01  Simon Marchitests: use assertRaisesRegex instead of assertRaises...
2019-10-30  Simon MarchiFix -Wmissing-prototypes/-Wmissing-declarations warnings
2019-10-30  Francis Deslauriersblack: run `black` version 19.10b0 on entire project
2019-10-30  Simon MarchiFix -Wsuggest-attribute warnings
2019-10-30  Simon Marchiconfigure: allow adding compiler-specific warning flags
2019-10-30  Simon MarchiFix: tests: add cli/params/test_params to Makefile...
2019-10-30  Francis DeslauriersCleanup: usages of bt_value_array_borrow_element_by_ind...
2019-10-30  Francis DeslauriersTests: debug-info: compare output of `CompleteSrc`
2019-10-30  Francis DeslauriersTests: debug-info: compare without `debug-info` component
2019-10-30  Simon MarchiFix: bt2: clear Python error indicator in trace and...
2019-10-30  Simon Marchisrc.ctf.fs: error out when failing to create index
2019-10-30  Francis Deslauriersbt2: Force usage of MapValue object on component init
2019-10-30  Simon MarchiFix: consider index of all files for data stream groups...
2019-10-30  Simon MarchiUse assertRegex instead of assertRegexpMatches
2019-10-17  Simon Marchitests: test eq and ne operators of fields and values...
2019-10-17  Simon Marchitests: test_field.py: enable tests using _test_binop_lh...
2019-10-17  Simon Marchitests: remove test_ctf_writer_clock.py
2019-10-17  Philippe Proulxlib: use powers of two for object type enumerators
2019-10-17  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-17  Simon Marchitests: make test_intersection use bt_cli, test error...
2019-10-17  Simon MarchiFix: actually run the param validation test
2019-10-17  Simon MarchiAdd parameter validation utility
2019-10-17  Simon Marchitests: rename PRINT_FORMAT to TAP_PRINTF_FORMAT
2019-10-17  Francis Deslauriersvalues: make `bt_value_map_extend()` extend the provide...
2019-10-17  Simon Marchitests: make test names in plugins/flt.utils.trimmer...
2019-10-17  Simon MarchiFix: format string warnings on mingw
2019-10-09  Francis Deslaurierslib: rename `bt_*_compare()` to `bt_*_is_equal()`
2019-10-09  Simon Marchitests: test_output_path_ctf_non_lttng_trace_output...
2019-10-09  Simon MarchiFix: tests: remove unused imports
2019-10-09  Simon Marchitests: get rid of missing-field-initializers warning...
2019-10-09  Simon Marchitests: constify format strings in tap.h
2019-10-09  Simon Marchitests: add format attributes to functions receiving...
2019-10-09  Philippe Proulxtest_package.py: use list of public names instead of...
2019-10-09  Philippe Proulxlib, bt2: rename "signed/unsigned sel." -> "integer...
2019-10-09  Philippe Proulxlib: add option field classes with integer selectors
2019-10-09  Francis Deslauriersbt2: add `IntegerRangeSet` const classes
2019-10-09  Francis DeslauriersTests: bt2: move `_create_const_field()` to utils.py
2019-10-09  Simon Marchilib: make it mandatory to have seek_X if can_seek_X...
2019-10-09  Simon Marchilib: make can_seek_ns_from_origin logic use `can_seek_f...
2019-10-03  Simon Marchitests: remove CR characters from expected file in test_live
2019-10-03  Simon Marchitests: use os.rename instead of os.replace in lttng_liv...
2019-10-03  Simon Marchitests: convert paths passed to lttng_live_server.py
2019-10-03  Simon Marchitests: name temporary files in test_live
2019-10-03  Simon Marchicli: print map value in ASCII-betical order of keys
2019-10-03  Simon Marchitests: use bt_cli in test_trace_copy
2019-10-03  Simon Marchitests: delete temporary files in cli/test_help
2019-10-03  Francis DeslauriersCleanup: tests: remove debugging `diag` leftover
2019-10-03  Francis DeslauriersRename `BT_PLUGIN_EXIT` to `BT_PLUGIN_FINALIZE`
2019-10-03  Francis DeslauriersRename `init` methods to `initialize`
2019-10-03  Francis Deslaurierslib: split real FC/field into single and double prec...
2019-10-03  Simon MarchiFix: cli: don't log error when using help command with...
2019-10-03  Simon MarchiFix: bt2: duplicate test name in test_field.py
2019-10-03  Simon Marchibt2: remove unused variable in UserMessageIteratorSeekN...
2019-10-03  Simon MarchiFix: bt2: duplicate test name in _IntegerRangeTestCase
2019-10-03  Simon MarchiFix: bt2: use of undefined variable in _VariantFieldCla...
2019-10-03  Simon MarchiFix: bt2: unused assignments in test_field_class.py
2019-10-03  Simon Marchibt2: ignore comparison to None flake8 warnings in test_...
2019-10-03  Simon Marchibt2: remove duplicate test test_create_from_vint in...
2019-10-03  Simon Marchibt2: remove duplicated test test_setitem_none in ArrayV...
2019-10-03  Simon Marchibt2: rename test with conflicting name in test_trace.py
2019-10-03  Simon Marchilib: pass config object to message iterator init method...
2019-10-03  Jonathan RajotteFix: tests: live: listen on python < 3.5 needs backlog...
2019-10-03  Simon Marchilib: pass config objects to component init methods
2019-10-03  Simon Marchibt2: make it possible to remove a trace class or trace...
2019-10-03  Philippe ProulxUpdate project plugins's properties
2019-10-03  Philippe Proulxutils.sh: expand `${extra_details_args[@]}` conditionally
next
This page took 0.046417 seconds and 7 git commands to generate.