Fix: shadowed variables
[babeltrace.git] / tests /
2019-10-21  Simon MarchiFix: bt2: clear Python error indicator in trace and...
2019-10-21  Simon Marchisrc.ctf.fs: error out when failing to create index
2019-10-21  Francis Deslauriersbt2: Force usage of MapValue object on component init
2019-10-18  Simon MarchiFix: consider index of all files for data stream groups...
2019-10-18  Simon MarchiUse assertRegex instead of assertRegexpMatches
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: use powers of two for object type enumerators
2019-10-15  Philippe Proulxlib: have dedicated "dynamic array FC with/without...
2019-10-15  Simon Marchitests: make test_intersection use bt_cli, test error...
2019-10-11  Simon MarchiFix: actually run the param validation test
2019-10-11  Simon MarchiAdd parameter validation utility
2019-10-10  Simon Marchitests: rename PRINT_FORMAT to TAP_PRINTF_FORMAT
2019-10-10  Francis Deslauriersvalues: make `bt_value_map_extend()` extend the provide...
2019-10-10  Simon Marchitests: make test names in plugins/flt.utils.trimmer...
2019-10-10  Simon MarchiFix: format string warnings on mingw
2019-10-08  Francis Deslaurierslib: rename `bt_*_compare()` to `bt_*_is_equal()`
2019-10-08  Simon Marchitests: test_output_path_ctf_non_lttng_trace_output...
2019-10-07  Simon MarchiFix: tests: remove unused imports
2019-10-07  Simon Marchitests: get rid of missing-field-initializers warning...
2019-10-07  Simon Marchitests: constify format strings in tap.h
2019-10-07  Simon Marchitests: add format attributes to functions receiving...
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-10-02  Simon Marchitests: remove CR characters from expected file in test_live
2019-10-02  Simon Marchitests: use os.rename instead of os.replace in lttng_liv...
2019-10-02  Simon Marchitests: convert paths passed to lttng_live_server.py
2019-10-02  Simon Marchitests: name temporary files in test_live
2019-10-02  Simon Marchicli: print map value in ASCII-betical order of keys
2019-09-30  Simon Marchitests: use bt_cli in test_trace_copy
2019-09-30  Simon Marchitests: delete temporary files in cli/test_help
2019-09-30  Francis DeslauriersCleanup: tests: remove debugging `diag` leftover
2019-09-30  Francis DeslauriersRename `BT_PLUGIN_EXIT` to `BT_PLUGIN_FINALIZE`
2019-09-30  Francis DeslauriersRename `init` methods to `initialize`
2019-09-30  Francis Deslaurierslib: split real FC/field into single and double prec...
2019-09-29  Simon MarchiFix: cli: don't log error when using help command with...
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-26  Jonathan RajotteFix: tests: live: listen on python < 3.5 needs backlog...
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-25  Philippe Proulxutils.sh: expand `${extra_details_args[@]}` conditionally
2019-09-25  Philippe Proulxsink.text.details: add `with-data` initialization parameter
2019-09-25  Philippe ProulxAdd basic `sink.text.details` tests
2019-09-24  Philippe Proulxsink.text.details: don't write `:` after `Packet beginn...
2019-09-24  Jonathan RajotteTests: src.ctf.lttng-live: add inverse ordering from...
2019-09-24  Philippe ProulxAdd LTTng-independent `src.ctf.lttng-live` tests
2019-09-24  Francis Deslauriersbt2: field.py: raise ValueError when setting out of...
2019-09-20  Francis Deslaurierscli: make `--clock-force-correlate` use `force-clock...
2019-09-20  Francis Deslaurierssrc.ctf.fs: add `force-clock-class-origin-unix-epoch...
2019-09-20  Simon Marchibt2: print error causes in bt2._Error.__str__
2019-09-20  Simon Marchitests: utils.sh: add lttng-utils plugin to plugin path
2019-09-19  Francis DeslauriersFix: test_dwarf.c: close() argument cannot be negative
2019-09-19  Simon MarchiFix: output non-LTTng CTF trace with same relative...
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-16  Simon Marchitests: make UUIDs under data/ctf-traces/intersection...
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-09-04  Simon Marchictf: remove `intersection-range-ns` from `babeltrace...
2019-09-04  Simon Marchictf: make src.ctf.fs group inputs by UUID in `babeltrac...
2019-08-29  Simon Marchictf: remove unused fields from `babeltrace.trace-info...
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 Marchiautodisc: don't accept NULL values for `support-info...
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...
2019-08-17  Philippe ProulxFix: pass `inputs` parameter to implicit `src.ctf.lttng...
next
This page took 0.041856 seconds and 7 git commands to generate.