src.ctf.fs: little status code cleanup
[babeltrace.git] / tests /
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
2019-10-03  Philippe Proulxsink.text.details: add `with-data` initialization parameter
2019-10-03  Philippe ProulxAdd basic `sink.text.details` tests
2019-10-03  Philippe Proulxsink.text.details: don't write `:` after `Packet beginn...
2019-10-03  Jonathan RajotteTests: src.ctf.lttng-live: add inverse ordering from...
2019-10-03  Philippe ProulxAdd LTTng-independent `src.ctf.lttng-live` tests
2019-10-03  Francis Deslauriersbt2: field.py: raise ValueError when setting out of...
2019-10-03  Francis Deslaurierscli: make `--clock-force-correlate` use `force-clock...
2019-10-03  Francis Deslaurierssrc.ctf.fs: add `force-clock-class-origin-unix-epoch...
2019-10-03  Simon Marchibt2: print error causes in bt2._Error.__str__
2019-10-03  Simon Marchitests: utils.sh: add lttng-utils plugin to plugin path
2019-10-03  Francis DeslauriersFix: test_dwarf.c: close() argument cannot be negative
2019-10-03  Simon MarchiFix: output non-LTTng CTF trace with same relative...
2019-10-03  Simon Marchibt2: add `if __name__ == '__main__'` snippet to all...
2019-10-03  Simon Marchibt2: expose seek_ns_from_origin and can_seek_ns_from_origin
2019-10-03  Simon Marchibt2: test_message_iterator: use assertIs instead of...
2019-10-03  Simon Marchibt2: make can_seek_beginning a method instead of a...
2019-10-03  Simon Marchilib: make can_seek_beginning and can_seek_ns_from_origi...
2019-10-03  Simon Marchibt2: refactor test_message_iterator
2019-10-03  Simon Marchitests: make UUIDs under data/ctf-traces/intersection...
2019-10-03  Simon Marchibt2: allow getting self output port from user message...
2019-10-03  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
next
This page took 0.043913 seconds and 7 git commands to generate.