src.ctf.lttng-live: remove some goto error-handling
[babeltrace.git] / tests / bindings /
2024-02-07  Philippe Proulxtests/utils/utils.sh: run_python_bt2_test() -> bt_run_p...
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  Simon MarchiFix typos
2023-11-01  Simon MarchiFix: tests: conditionally skip Python bindings test...
2023-10-30  Philippe Proulxtests: normalize names of files and more
2023-10-19  Simon Marchifix: test_message_iterator.py hangs on Python 3.12
2023-10-18  Simon Marchitests: remove unused MyFilter in UserMessageIteratorTes...
2023-09-21  Simon Marchipython: run isort on everything
2023-09-18  Simon MarchiBump black to version 23
2022-08-16  Simon Marchitests: use -z / -n to test for string empty / non-empty
2022-06-30  Simon MarchiFix: bt2: autodisc: remove thread error while inserting...
2022-06-30  Francis DeslauriersRemove `skip-string-normalization` in Python formatter...
2022-06-15  Simon Marchitests: remove spurious print in test_field_class.py
2022-03-11  Michael JeansonUse Black stable to format python code
2021-09-28  Simon Marchitests: rename BT_OS_TYPE to BT_TESTS_OS_TYPE
2020-09-10  Philippe ProulxReformat Python files with Black v20.8b1
2020-09-10  Philippe ProulxFix: bt2: _trim_docstring(): docstring can have 0 or...
2020-04-14  Simon Marchilib: add precondition checks that count of discarded...
2020-04-14  Simon Marchibt2: check that port is connected when creating message...
2020-04-14  Simon Marchilib, bt2: add precondition check for port name unicity
2020-04-14  Simon Marchilib: add precond. check for begin <= end on pkt./ev...
2020-04-14  Simon MarchiFix: bt2: read properties on _DiscardedEventsMessage
2020-04-14  Simon Marchitests: add tests for discarded events/packets creation
2020-04-11  Simon MarchiFix: bt2: add precond. check, for stream class supporti...
2020-04-10  Michael JeansonMove to kernel style SPDX license identifiers
2020-04-08  Philippe Proulxbt2: make `_EventConst` a mapping
2020-04-08  Philippe ProulxFix: bt2: _EventConst.__getitem__(): check if event...
2020-01-15  Philippe Proulxlib: msg. iter. inactivity message has a simple CS...
2020-01-10  Philippe Proulxlib: rename "self comp. input port message iter." ...
2020-01-08  Simon Marchilib: run most of bt_self_component_port_input_message_i...
2020-01-08  Simon Marchibt2: free port user data when finalizing components
2020-01-07  Simon Marchitests: remove unnecessary message iterator classes
2020-01-07  Simon Marchitests: make test_sink_self_port_user_data actually...
2019-12-17  Simon Marchilib: remove bt_query_executor_interrupt, add bt_query_e...
2019-12-17  Simon Marchilib: remove bt_graph_interrupt, add bt_graph_borrow_def...
2019-12-12  Philippe Proulxlib, bt2: graph API: remove "ports connected" listeners
2019-12-05  Simon Marchibt2: use format_bt_error and format_bt_error_cause...
2019-11-21  Simon Marchibt2: make _ListenerHandle not hold a strong reference...
2019-11-21  Simon Marchibt2: fix error message in trace_class.py
2019-11-20  Simon Marchibt2: validate parameters to _StreamClass.create_event_c...
2019-11-20  Simon Marchibt2: add invalid parameter type test for _UserComponent...
2019-10-31  Simon Marchibt2: validate parameters to _TraceClass.create_stream_c...
2019-10-31  Simon Marchitests: use assertRaisesRegex instead of assertRaises...
2019-10-29  Francis Deslauriersblack: run `black` version 19.10b0 on entire project
2019-10-21  Simon MarchiFix: bt2: clear Python error indicator in trace and...
2019-10-21  Francis Deslauriersbt2: Force usage of MapValue object on component init
2019-10-16  Simon Marchitests: test eq and ne operators of fields and values...
2019-10-16  Simon Marchitests: test_field.py: enable tests using _test_binop_lh...
2019-10-15  Simon Marchitests: remove test_ctf_writer_clock.py
2019-10-15  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-07  Simon MarchiFix: tests: remove unused imports
2019-10-04  Philippe Proulxtest_package.py: use list of public names instead of...
2019-10-04  Philippe Proulxlib, bt2: rename "signed/unsigned sel." -> "integer...
2019-10-04  Philippe Proulxlib: add option field classes with integer selectors
2019-10-03  Francis Deslauriersbt2: add `IntegerRangeSet` const classes
2019-10-03  Francis DeslauriersTests: bt2: move `_create_const_field()` to utils.py
2019-10-03  Simon Marchilib: make it mandatory to have seek_X if can_seek_X...
2019-10-03  Simon Marchilib: make can_seek_ns_from_origin logic use `can_seek_f...
2019-09-30  Francis Deslaurierslib: split real FC/field into single and double prec...
2019-09-26  Simon MarchiFix: bt2: duplicate test name in test_field.py
2019-09-26  Simon Marchibt2: remove unused variable in UserMessageIteratorSeekN...
2019-09-26  Simon MarchiFix: bt2: duplicate test name in _IntegerRangeTestCase
2019-09-26  Simon MarchiFix: bt2: use of undefined variable in _VariantFieldCla...
2019-09-26  Simon MarchiFix: bt2: unused assignments in test_field_class.py
2019-09-26  Simon Marchibt2: ignore comparison to None flake8 warnings in test_...
2019-09-26  Simon Marchibt2: remove duplicate test test_create_from_vint in...
2019-09-26  Simon Marchibt2: remove duplicated test test_setitem_none in ArrayV...
2019-09-26  Simon Marchibt2: rename test with conflicting name in test_trace.py
2019-09-26  Simon Marchilib: pass config object to message iterator init method...
2019-09-25  Simon Marchilib: pass config objects to component init methods
2019-09-25  Simon Marchibt2: make it possible to remove a trace class or trace...
2019-09-25  Philippe ProulxUpdate project plugins's properties
2019-09-24  Francis Deslauriersbt2: field.py: raise ValueError when setting out of...
2019-09-20  Simon Marchibt2: print error causes in bt2._Error.__str__
2019-09-18  Simon Marchibt2: add `if __name__ == '__main__'` snippet to all...
2019-09-17  Simon Marchibt2: expose seek_ns_from_origin and can_seek_ns_from_origin
2019-09-17  Simon Marchibt2: test_message_iterator: use assertIs instead of...
2019-09-17  Simon Marchibt2: make can_seek_beginning a method instead of a...
2019-09-17  Simon Marchilib: make can_seek_beginning and can_seek_ns_from_origi...
2019-09-17  Simon Marchibt2: refactor test_message_iterator
2019-09-12  Simon Marchibt2: allow getting self output port from user message...
2019-09-12  Francis Deslauriersbt2: add `__hash__()` method on hashable fields
2019-09-10  Francis Deslauriersbt2: tests: Assert CC type, not if a subclass
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to non-user component-related...
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to `_*Port` classes and adapt...
2019-09-10  Francis Deslauriersbt2: Add `Const` suffix to `_Connection` class and...
2019-09-10  Francis Deslauriersbt2: Add remaining trace-ir `*Const` classes and adapt...
2019-09-10  Francis Deslauriersbt2: Add `_Clock*Const` classes and adapt tests
2019-09-10  Francis Deslauriersbt2: Add `*ValueConst` classes and adapt tests
2019-09-10  Francis Deslauriersbt2: field.py: add index check in `selected_option_inde...
2019-09-10  Francis Deslauriersbt2: field.py: add `_count` method to `_VariantField`
2019-09-06  Simon Marchilib: make message iterator creation functions return...
2019-09-06  Simon Marchirename `babeltrace.trace-info` to `babeltrace.trace...
2019-09-04  Simon Marchibt2: pass all params to `babeltrace.trace-info` query...
2019-08-27  Simon Marchitests: fix 'expected 2 blank lines, found 1' warning...
2019-08-27  Simon Marchipython: fix all 'imported but unused' warnings
2019-08-27  Simon Marchipython: fix all 'is assigned to but never used' warnings
2019-08-27  Simon Marchibt2: make ComponentSpec take a component class object
2019-08-17  Simon Marchibt2: don't show warning when query method raises a...
next
This page took 0.067939 seconds and 7 git commands to generate.